Browse Source

admin refill order add where refill_amount

ayHaru 4 years ago
parent
commit
2cb702b786
1 changed files with 3 additions and 1 deletions
  1. 3 1
      admin/templates/default/refill.order.index.php

+ 3 - 1
admin/templates/default/refill.order.index.php

@@ -61,7 +61,9 @@
                         <option value="6"
                                 <?php if ($_GET['card_type'] == '6'){ ?>selected<?php } ?>>中国电信</option>
                     </select>
-                    <label>充值额度</label>
+                </td>
+                <th><label>充值额度</label></th>
+                <td>
                     <select name="refill_amount" class="querySelect">
                         <option value=""><?php echo $lang['nc_please_choose']; ?></option>
                         <option value="10"