Changeset 6978
- Timestamp:
- 02/22/2008 07:43:06 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r6850 r6978 16 16 <th scope="row"><?php _e('Default article settings') ?></th> 17 17 <td> 18 <ul>19 <li>20 18 <label for="default_pingback_flag"> 21 19 <input name="default_pingback_flag" type="checkbox" id="default_pingback_flag" value="1" <?php checked('1', get_option('default_pingback_flag')); ?> /> 22 20 <?php _e('Attempt to notify any blogs linked to from the article (slows down posting.)') ?></label> 23 </li> 24 <li> 21 <br /> 25 22 <label for="default_ping_status"> 26 23 <input name="default_ping_status" type="checkbox" id="default_ping_status" value="open" <?php checked('open', get_option('default_ping_status')); ?> /> 27 24 <?php _e('Allow link notifications from other blogs (pingbacks and trackbacks.)') ?></label> 28 </li> 29 <li> 25 <br /> 30 26 <label for="default_comment_status"> 31 27 <input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> /> 32 28 <?php _e('Allow people to post comments on the article') ?></label> 33 </li> 34 </ul> 29 <br /> 35 30 <small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small> 36 31 </td> … … 39 34 <th scope="row"><?php _e('E-mail me whenever') ?></th> 40 35 <td> 41 <ul>42 <li>43 36 <label for="comments_notify"> 44 37 <input name="comments_notify" type="checkbox" id="comments_notify" value="1" <?php checked('1', get_option('comments_notify')); ?> /> 45 38 <?php _e('Anyone posts a comment') ?> </label> 46 </li> 47 <li> 39 <br /> 48 40 <label for="moderation_notify"> 49 41 <input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked('1', get_option('moderation_notify')); ?> /> 50 42 <?php _e('A comment is held for moderation') ?> </label> 51 </li>52 </ul>53 43 </td> 54 44 </tr> … … 56 46 <th scope="row"><?php _e('Before a comment appears') ?></th> 57 47 <td> 58 <ul>59 <li>60 48 <label for="comment_moderation"> 61 49 <input name="comment_moderation" type="checkbox" id="comment_moderation" value="1" <?php checked('1', get_option('comment_moderation')); ?> /> 62 50 <?php _e('An administrator must always approve the comment') ?> </label> 63 </li> 64 <li><label for="require_name_email"><input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_option('require_name_email')); ?> /> <?php _e('Comment author must fill out name and e-mail') ?></label></li> 65 <li><label for="comment_whitelist"><input type="checkbox" name="comment_whitelist" id="comment_whitelist" value="1" <?php checked('1', get_option('comment_whitelist')); ?> /> <?php _e('Comment author must have a previously approved comment') ?></label></li> 51 <br /> 52 <label for="require_name_email"><input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_option('require_name_email')); ?> /> <?php _e('Comment author must fill out name and e-mail') ?></label> 53 <br /> 54 <label for="comment_whitelist"><input type="checkbox" name="comment_whitelist" id="comment_whitelist" value="1" <?php checked('1', get_option('comment_whitelist')); ?> /> <?php _e('Comment author must have a previously approved comment') ?></label></li> 66 55 </ul> 67 56 </td> -
trunk/wp-admin/options-general.php
r6932 r6978 92 92 <th scope="row"><?php _e('Time Format') ?></th> 93 93 <td><input name="time_format" type="text" id="time_format" size="30" value="<?php form_option('time_format'); ?>" /><br /> 94 <?php _e('Output:') ?> <strong><?php echo gmdate(get_option('time_format'), current_time('timestamp')); ?></strong></td> 95 </tr> 96 <tr> 97 <th scope="row"> </th> 98 <td><?php _e('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click "Save Changes" to update sample output.') ?> </td> 94 <?php _e('Output:') ?> <strong><?php echo gmdate(get_option('time_format'), current_time('timestamp')); ?></strong><br /> 95 <?php _e('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click "Save Changes" to update sample output.') ?></td> 99 96 </tr> 100 97 <tr> -
trunk/wp-admin/options-misc.php
r6850 r6978 30 30 31 31 <tr> 32 <td></td> 33 <td> 32 <th colspan="2"> 34 33 <label for="uploads_use_yearmonth_folders"> 35 34 <input name="uploads_use_yearmonth_folders" type="checkbox" id="uploads_use_yearmonth_folders" value="1" <?php checked('1', get_option('uploads_use_yearmonth_folders')); ?> /> 36 35 <?php _e('Organize my uploads into month- and year-based folders'); ?> 37 36 </label> 38 </t d>37 </th> 39 38 </tr> 40 39 </table> 41 42 <p><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> /> 43 <label for="use_linksupdate"><?php _e('Track Links’ Update Times') ?></label></p> 44 <p> 45 <label><input type="checkbox" name="hack_file" value="1" <?php checked('1', get_option('hack_file')); ?> /> <?php _e('Use legacy <code>my-hacks.php</code> file support') ?></label> 46 </p> 40 <table class="niceblue"> 41 <tr> 42 <th colspan="2"><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> /> 43 <label for="use_linksupdate"><?php _e('Track Links’ Update Times') ?></label> 44 </th> 45 </tr> 46 <tr> 47 <th colspan="2"><label><input type="checkbox" name="hack_file" value="1" <?php checked('1', get_option('hack_file')); ?> /> <?php _e('Use legacy <code>my-hacks.php</code> file support') ?></label> 48 </th> 49 </tr> 50 </table> 47 51 48 52 <p class="submit"> 49 53 <input type="hidden" name="action" value="update" /> 50 54 <input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path,upload_url_path" /> 51 <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />55 <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" class="button" /> 52 56 </p> 53 57 </form> -
trunk/wp-admin/options-permalink.php
r6976 r6978 130 130 <table class="niceblue"> 131 131 <tr> 132 <t d><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label>132 <th><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th> 133 133 <td><code><?php echo get_option('home'); ?>/?p=123</code></span></td> 134 134 </tr> 135 135 <tr> 136 <t d><label><input name="selection" type="radio" value="<?php echo $structures[1]; ?>" class="tog" <?php checked($structures[1], $permalink_structure); ?> /> <?php _e('Date and name based'); ?></label></td>136 <th><label><input name="selection" type="radio" value="<?php echo $structures[1]; ?>" class="tog" <?php checked($structures[1], $permalink_structure); ?> /> <?php _e('Date and name based'); ?></label></th> 137 137 <td><code><?php echo get_option('home') . $prefix . '/' . date('Y') . '/' . date('m') . '/' . date('d') . '/sample-post/'; ?></code></td> 138 138 </tr> 139 139 <tr> 140 <t d><label><input name="selection" type="radio" value="<?php echo $structures[2]; ?>" class="tog" <?php checked($structures[2], $permalink_structure); ?> /> <?php _e('Numeric'); ?></label></td>140 <th><label><input name="selection" type="radio" value="<?php echo $structures[2]; ?>" class="tog" <?php checked($structures[2], $permalink_structure); ?> /> <?php _e('Numeric'); ?></label></th> 141 141 <td><code><?php echo get_option('home') . $prefix ; ?>/archives/123</code></td> 142 142 </tr> 143 143 <tr> 144 <t d>144 <th> 145 145 <label><input name="selection" id="custom_selection" type="radio" value="custom" class="tog" 146 146 <?php if ( !in_array($permalink_structure, $structures) ) { ?> … … 150 150 <?php _e('Custom Structure'); ?> 151 151 </label> 152 </t d>152 </th> 153 153 <td> 154 154 <input name="permalink_structure" id="permalink_structure" type="text" class="code" style="width: 60%;" value="<?php echo attribute_escape($permalink_structure); ?>" size="50" /> … … 174 174 </tr> 175 175 </table> 176 < input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />176 <p class="submit"><input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" /></p> 177 177 </form> 178 178 <?php if ( $permalink_structure && !$usingpi && !$writable ) : ?> -
trunk/wp-admin/options-writing.php
r6952 r6978 63 63 <table class="niceblue"> 64 64 <tr valign="top"> 65 <th scope="row"><?php _e('Thumbnail size :') ?></th>65 <th scope="row"><?php _e('Thumbnail size') ?></th> 66 66 <td> 67 <label for="thumbnail_size_w"><?php _e('Width :'); ?></label>67 <label for="thumbnail_size_w"><?php _e('Width'); ?></label> 68 68 <input name="thumbnail_size_w" type="text" id="thumbnail_size_w" value="<?php form_option('thumbnail_size_w'); ?>" size="6" /> 69 <label for="thumbnail_size_h"><?php _e('Height :'); ?></label>69 <label for="thumbnail_size_h"><?php _e('Height'); ?></label> 70 70 <input name="thumbnail_size_h" type="text" id="thumbnail_size_h" value="<?php form_option('thumbnail_size_h'); ?>" size="6" /> 71 71 </td> 72 72 </tr> 73 73 <tr valign="top"> 74 <th scope="row"><?php _e('Medium size :') ?></th>74 <th scope="row"><?php _e('Medium size') ?></th> 75 75 <td> 76 <label for="medium_size_w"><?php _e('Width :'); ?></label>76 <label for="medium_size_w"><?php _e('Width'); ?></label> 77 77 <input name="medium_size_w" type="text" id="medium_size_w" value="<?php form_option('medium_size_w'); ?>" size="6" /> 78 <label for="medium_size_h"><?php _e('Height :'); ?></label>78 <label for="medium_size_h"><?php _e('Height'); ?></label> 79 79 <input name="medium_size_h" type="text" id="thumbnail_size_h" value="<?php form_option('medium_size_h'); ?>" size="6" /> 80 80 </td> -
trunk/wp-admin/wp-admin.css
r6977 r6978 927 927 padding: 10px; 928 928 border-bottom: 8px solid #fff; 929 line-height: 20px; 929 930 } 930 931
Note: See TracChangeset
for help on using the changeset viewer.