Changeset 3648 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 03/20/2006 08:57:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r3632 r3648 970 970 $ss = ($edit) ? mysql2date('s', $post_date) : gmdate('s', $time_adj); 971 971 972 echo "<select name=\"mm\" >\n";972 echo "<select name=\"mm\" onChange=\"edit_date.checked=true\">\n"; 973 973 for ($i = 1; $i < 13; $i = $i +1) { 974 974 echo "\t\t\t<option value=\"$i\""; … … 984 984 ?> 985 985 </select> 986 <input type="text" id="jj" name="jj" value="<?php echo $jj; ?>" size="2" maxlength="2" />987 <input type="text" id="aa" name="aa" value="<?php echo $aa ?>" size="4" maxlength="5" /> @988 <input type="text" id="hh" name="hh" value="<?php echo $hh ?>" size="2" maxlength="2" /> :989 <input type="text" id="mn" name="mn" value="<?php echo $mn ?>" size="2" maxlength="2" />990 <input type="hidden" id="ss" name="ss" value="<?php echo $ss ?>" size="2" maxlength="2" />986 <input type="text" id="jj" name="jj" value="<?php echo $jj; ?>" size="2" maxlength="2" onChange="edit_date.checked=true"/> 987 <input type="text" id="aa" name="aa" value="<?php echo $aa ?>" size="4" maxlength="5" onChange="edit_date.checked=true" /> @ 988 <input type="text" id="hh" name="hh" value="<?php echo $hh ?>" size="2" maxlength="2" onChange="edit_date.checked=true" /> : 989 <input type="text" id="mn" name="mn" value="<?php echo $mn ?>" size="2" maxlength="2" onChange="edit_date.checked=true" /> 990 <input type="hidden" id="ss" name="ss" value="<?php echo $ss ?>" size="2" maxlength="2" onChange="edit_date.checked=true" /> 991 991 <?php 992 992 if ( $edit ) {
Note: See TracChangeset
for help on using the changeset viewer.