Ticket #5851: 5851.fieldsetToH3.diff
| File 5851.fieldsetToH3.diff, 7.5 KB (added by , 19 years ago) |
|---|
-
wp-admin/options-misc.php
13 13 <form method="post" action="options.php"> 14 14 <?php wp_nonce_field('update-options') ?> 15 15 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes »') ?>" /></p> 16 <fieldset class="options"> 17 <legend><?php _e('Uploading'); ?></legend> 16 <h3><?php _e('Uploading'); ?></h3> 18 17 <table class="niceblue"> 19 18 <tr valign="top"> 20 19 <th scope="row"><?php _e('Store uploads in this folder'); ?>:</th> … … 40 39 </td> 41 40 </tr> 42 41 </table> 43 </fieldset>44 42 45 43 <p><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> /> 46 44 <label for="use_linksupdate"><?php _e('Track Links’ Update Times') ?></label></p> -
wp-admin/options-discussion.php
12 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes »') ?>" /></p> 15 < fieldset class="options">16 < legend><?php echo __('Usual settings for an article:').'<br /><small><em>('.__('These settings may be overridden for individual articles.').')</em></small>'; ?></legend>15 <h3><?php _e('Usual settings for an article:') ?></h3> 16 <small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small> 17 17 <ul> 18 18 <li> 19 19 <label for="default_pingback_flag"> … … 31 31 <?php _e('Allow people to post comments on the article') ?></label> 32 32 </li> 33 33 </ul> 34 </fieldset> 35 <fieldset class="options"> 36 <legend><?php _e('E-mail me whenever:') ?></legend> 34 35 <h3><?php _e('E-mail me whenever:') ?></h3> 37 36 <ul> 38 37 <li> 39 38 <label for="comments_notify"> … … 46 45 <?php _e('A comment is held for moderation') ?> </label> 47 46 </li> 48 47 </ul> 49 </fieldset> 50 <fieldset class="options"> 51 <legend><?php _e('Before a comment appears:') ?></legend> 48 49 <h3><?php _e('Before a comment appears:') ?></h3> 52 50 <ul> 53 51 <li> 54 52 <label for="comment_moderation"> … … 58 56 <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> 59 57 <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> 60 58 </ul> 61 </fieldset> 62 <fieldset class="options"> 63 <legend><?php _e('Comment Moderation') ?></legend> 59 60 <h3><?php _e('Comment Moderation') ?></h3> 64 61 <p><?php printf(__('Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)'), '<input name="comment_max_links" type="text" id="comment_max_links" size="3" value="' . get_option('comment_max_links'). '" />' ) ?></p> 65 62 66 63 <p><?php _e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be held in the <a href="moderation.php">moderation queue</a>. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?></p> 67 64 <p> 68 65 <textarea name="moderation_keys" cols="60" rows="4" id="moderation_keys" style="width: 98%; font-size: 12px;" class="code"><?php form_option('moderation_keys'); ?></textarea> 69 66 </p> 70 </fieldset> 71 <fieldset class="options"> 72 <legend><?php _e('Comment Blacklist') ?></legend> 67 68 <h3><?php _e('Comment Blacklist') ?></h3> 73 69 <p><?php _e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be marked as spam. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?></p> 74 70 <p> 75 71 <textarea name="blacklist_keys" cols="60" rows="4" id="blacklist_keys" style="width: 98%; font-size: 12px;" class="code"><?php form_option('blacklist_keys'); ?></textarea> 76 72 </p> 77 </fieldset> 73 78 74 <p class="submit"> 79 75 <input type="hidden" name="action" value="update" /> 80 76 <input type="hidden" name="page_options" value="default_pingback_flag,default_ping_status,default_comment_status,comments_notify,moderation_notify,comment_moderation,require_name_email,comment_whitelist,comment_max_links,moderation_keys,blacklist_keys" /> -
wp-admin/options-reading.php
13 13 <?php wp_nonce_field('update-options') ?> 14 14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes »') ?>" /></p> 15 15 <?php if ( get_pages() ): ?> 16 <fieldset class="options"> 17 <legend><?php _e('Front Page') ?></legend> 16 <h3><?php _e('Front Page') ?></h3> 18 17 <table class="niceblue"> 19 18 <tr valign="top"> 20 19 <th width="33%" scope="row"><?php _e('Front page displays:')?></th> … … 43 42 </td> 44 43 </tr> 45 44 </table> 46 </fieldset>47 45 <?php endif; ?> 48 46 49 <fieldset class="options"> 50 <legend><?php _e('Blog Pages') ?></legend> 47 <h3><?php _e('Blog Pages') ?></h3> 51 48 <table class="niceblue"> 52 49 <tr valign="top"> 53 50 <th width="33%" scope="row"><?php _e('Show at most:') ?></th> … … 58 55 </table> 59 56 </fieldset> 60 57 61 <fieldset class="options"> 62 <legend><?php _e('Syndication Feeds') ?></legend> 58 <h3><?php _e('Syndication Feeds') ?></h3> 63 59 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform"> 64 60 <tr valign="top"> 65 61 <th width="33%" scope="row"><?php _e('Show the most recent:') ?></th> … … 73 69 </td> 74 70 </tr> 75 71 </table> 76 </fieldset>77 72 78 <fieldset class="options"> 79 <legend><?php _e('Avatars') ?></legend> 73 <h3><?php _e('Avatars') ?></h3> 80 74 <table class="niceblue"> 81 75 <tr valign="top"> 82 76 <th width="33%" scope="row"><?php _e('Show Avatars?') ?></th> … … 107 101 </td> 108 102 </tr> 109 103 </table> 110 </fieldset>111 104 112 105 <table class="niceblue"> 113 106 <tr valign="top"> -
wp-admin/options-writing.php
58 58 </tr> 59 59 </table> 60 60 61 <fieldset class="options"> 62 <legend><?php _e('Post via e-mail') ?></legend> 61 <h3><?php _e('Post via e-mail') ?></h3> 63 62 <p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?></p> 64 63 65 64 <table class="niceblue"> … … 95 94 </select></td> 96 95 </tr> 97 96 </table> 98 </fieldset>99 97 100 <fieldset class="options"> 101 <legend><?php _e('Update Services') ?></legend> 98 <h3><?php _e('Update Services') ?></h3> 102 99 103 100 <?php if ( get_option('blog_public') ) : ?> 104 101 … … 112 109 113 110 <?php endif; ?> 114 111 115 </fieldset>116 117 112 <p class="submit"> 118 113 <input type="hidden" name="action" value="update" /> 119 114 <input type="hidden" name="page_options" value="default_post_edit_rows,use_smilies,ping_sites,mailserver_url,mailserver_port,mailserver_login,mailserver_pass,default_category,default_email_category,use_balanceTags,default_link_category" />
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)