Changeset 2680 for alternc/trunk/bureau/admin/adm_quotaedit.php
- Timestamp:
- 04/29/10 12:43:32 (3 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/admin/adm_quotaedit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/admin/adm_quotaedit.php
r2559 r2680 62 62 ?> 63 63 <form method="post" action="adm_quotadoedit.php"> 64 <table border="1" cellspacing="0" cellpadding="6">64 <table class="tedit"> 65 65 <tr><th><input type="hidden" name="uid" value="<?php echo $uid ?>" /> 66 66 <?php __("Username"); ?></th><td colspan="3"><code><big><?php echo $us["login"]; ?></big></code> </td></tr> 67 <tr><th><?php __("Quota"); ?></th><th ><?php __("Total"); ?></th><th><?php __("Used"); ?></th></tr>67 <tr><th><?php __("Quota"); ?></th><th style="text-align: right"><?php __("Total"); ?></th><th><?php __("Used"); ?></th></tr> 68 68 <?php 69 69 $ql=$quota->qlist(); … … 81 81 } 82 82 ?> 83 <tr><td colspan="4" align="center"><input class="inb" type="submit" name="submit" value="<?php __("Edit the quotas"); ?>" /> 83 <tr class="trbtn"><td colspan="3"> 84 <input class="inb" type="submit" name="submit" value="<?php __("Edit the quotas"); ?>" /> 85 <input type="button" class="inb" name="cancel" value="<?php __("Cancel"); ?>" onclick="document.location='adm_list.php'" /> 86 84 87 </td></tr> 85 88 </table>
Note: See TracChangeset
for help on using the changeset viewer.
