Changeset 107 for bureau/admin/sta_edit.php
- Timestamp:
- 02/21/06 23:38:07 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/sta_edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/sta_edit.php
r104 r107 1 1 <?php 2 2 /* 3 $Id: sta_edit.php,v 1. 2 2003/06/10 07:20:30root Exp $3 $Id: sta_edit.php,v 1.3 2003/06/10 11:18:27 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 56 56 <?php echo $r["hostname"]; ?> 57 57 </td></tr> 58 <tr><th>< ?php __("Language"); ?></th><td><select class="inl" name="stalang"><?php $stats->select_lang_list($r["lang"]) ?></select></td></tr>59 <tr><th>< ?php __("Folder"); ?></th><td><input type="text" class="int" name="dir" value="<?php echo $r["dir"]; ?>" size="20" maxlength="255" />58 <tr><th><label for="stalang"><?php __("Language"); ?></label></th><td><select class="inl" name="stalang" id="stalang"><?php $stats->select_lang_list($r["lang"]) ?></select></td></tr> 59 <tr><th><label for="dir"><?php __("Folder"); ?></label></th><td><input type="text" class="int" name="dir" id="dir" value="<?php echo $r["dir"]; ?>" size="20" maxlength="255" /> 60 60 <script type="text/javascript"> 61 61 <!--
Note: See TracChangeset
for help on using the changeset viewer.
