Changeset 7000
- Timestamp:
- 02/24/2008 04:33:10 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r6943 r7000 94 94 </form> 95 95 96 <table class=" niceblue" cellpadding="5">96 <table class="form-table" cellpadding="5"> 97 97 <tr class="alt"> 98 98 <th scope="row"><?php _e('Author'); ?></th> -
trunk/wp-admin/css/install.css
r6965 r7000 66 66 } 67 67 68 . niceblue {68 .form-table { 69 69 border-collapse: collapse; 70 70 margin-top: 1em; … … 72 72 } 73 73 74 . niceblue td {74 .form-table td { 75 75 margin-bottom: 9px; 76 76 padding: 10px; … … 78 78 } 79 79 80 . niceblue th {80 .form-table th { 81 81 font-size: 12px; 82 82 text-align: left; … … 87 87 } 88 88 89 . niceblue tr {89 .form-table tr { 90 90 background: #eaf3fa; 91 91 } 92 92 93 . niceblue code {93 .form-table code { 94 94 line-height: 18px; 95 95 font-size: 18px; 96 96 } 97 97 98 . niceblue p {98 .form-table p { 99 99 margin: 4px 0 0 0; 100 100 font-size: 11px; -
trunk/wp-admin/edit-category-form.php
r6950 r7000 24 24 <input type="hidden" name="cat_ID" value="<?php echo $category->term_id ?>" /> 25 25 <?php wp_nonce_field($nonce_action); ?> 26 <table class=" niceblue">26 <table class="form-table"> 27 27 <tr class="form-field form-required"> 28 28 <th scope="row" valign="top"><label for="cat_name"><?php _e('Category Name') ?></label></th> -
trunk/wp-admin/edit-link-category-form.php
r6950 r7000 24 24 <input type="hidden" name="cat_ID" value="<?php echo $category->term_id ?>" /> 25 25 <?php wp_nonce_field($nonce_action); ?> 26 <table class=" niceblue">26 <table class="form-table"> 27 27 <tr class="form-field form-required"> 28 28 <th scope="row" valign="top"><label for="name"><?php _e('Category name') ?></label></th> -
trunk/wp-admin/edit-tag-form.php
r6950 r7000 24 24 <input type="hidden" name="tag_ID" value="<?php echo $tag->term_id ?>" /> 25 25 <?php wp_nonce_field($nonce_action); ?> 26 <table class=" niceblue">26 <table class="form-table"> 27 27 <tr class="form-field form-required"> 28 28 <th scope="row" valign="top"><label for="name"><?php _e('Tag name') ?></label></th> -
trunk/wp-admin/import/dotclear.php
r6950 r7000 641 641 function db_form() 642 642 { 643 echo '<table class=" niceblue">';643 echo '<table class="form-table">'; 644 644 printf('<tr><th><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('DotClear Database User:')); 645 645 printf('<tr><th><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('DotClear Database Password:')); -
trunk/wp-admin/import/greymatter.php
r6950 r7000 37 37 <?php wp_nonce_field('import-greymatter'); ?> 38 38 <h3><?php _e('Second step: GreyMatter details:') ?></h3> 39 <table class=" niceblue">39 <table class="form-table"> 40 40 <tr> 41 41 <td><?php _e('Path to GM files:') ?></td> -
trunk/wp-admin/import/textpattern.php
r6950 r7000 576 576 function db_form() 577 577 { 578 echo '<table class=" niceblue">';578 echo '<table class="form-table">'; 579 579 printf('<tr><th scope="row"><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('Textpattern Database User:')); 580 580 printf('<tr><th scope="row"><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('Textpattern Database Password:')); -
trunk/wp-admin/install.php
r6965 r7000 46 46 47 47 <form id="setup" method="post" action="install.php?step=2"> 48 <table class=" niceblue">48 <table class="form-table"> 49 49 <tr> 50 50 <th scope="row"><?php _e('Blog Title'); ?></th> … … 92 92 <p><?php printf(__('WordPress has been installed. Were you expecting more steps? Sorry to disappoint.'), ''); ?></p> 93 93 94 <table class=" niceblue">94 <table class="form-table"> 95 95 <tr> 96 96 <th><?php _e('Username'); ?></th> -
trunk/wp-admin/options-discussion.php
r6980 r7000 12 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 <table class=" niceblue">14 <table class="form-table"> 15 15 <tr valign="top"> 16 16 <th scope="row"><?php _e('Default article settings') ?></th> -
trunk/wp-admin/options-general.php
r6978 r7000 12 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 <table class=" niceblue">14 <table class="form-table"> 15 15 <tr valign="top"> 16 16 <th scope="row"><?php _e('Blog Title') ?></th> -
trunk/wp-admin/options-misc.php
r6978 r7000 14 14 <?php wp_nonce_field('update-options') ?> 15 15 <h3><?php _e('Uploading'); ?></h3> 16 <table class=" niceblue">16 <table class="form-table"> 17 17 <tr valign="top"> 18 18 <th scope="row"><?php _e('Store uploads in this folder'); ?></th> … … 38 38 </tr> 39 39 </table> 40 <table class=" niceblue">40 <table class="form-table"> 41 41 <tr> 42 42 <th colspan="2"><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> /> -
trunk/wp-admin/options-permalink.php
r6980 r7000 128 128 ?> 129 129 <h3><?php _e('Common settings'); ?></h3> 130 <table class=" niceblue">130 <table class="form-table"> 131 131 <tr> 132 132 <th><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th> … … 164 164 <?php endif; ?> 165 165 166 <table class=" niceblue">166 <table class="form-table"> 167 167 <tr> 168 168 <th><?php _e('Category base'); ?></th> -
trunk/wp-admin/options-privacy.php
r6850 r7000 12 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 <table class=" niceblue">14 <table class="form-table"> 15 15 <tr valign="top"> 16 16 <th scope="row"><?php _e('Blog Visibility') ?> </th> -
trunk/wp-admin/options-reading.php
r6850 r7000 12 12 <form name="form1" method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 <table class=" niceblue">14 <table class="form-table"> 15 15 <?php if ( get_pages() ): ?> 16 16 <tr valign="top"> -
trunk/wp-admin/options-writing.php
r6980 r7000 13 13 <?php wp_nonce_field('update-options') ?> 14 14 15 <table class=" niceblue">15 <table class="form-table"> 16 16 <tr valign="top"> 17 17 <th scope="row"> <?php _e('Size of the post box') ?></th> … … 61 61 <p><?php _e('The sizes listed below determine the maximum dimensions to use when inserting an image into the body of a post.'); ?></p> 62 62 63 <table class=" niceblue">63 <table class="form-table"> 64 64 <tr valign="top"> 65 65 <th scope="row"><?php _e('Thumbnail size') ?></th> … … 85 85 <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> 86 86 87 <table class=" niceblue">87 <table class="form-table"> 88 88 <tr valign="top"> 89 89 <th scope="row"><?php _e('Mail Server') ?></th> -
trunk/wp-admin/options.php
r6979 r7000 49 49 <?php wp_nonce_field('update-options') ?> 50 50 <input type="hidden" name="action" value="update" /> 51 <table class=" niceblue">51 <table class="form-table"> 52 52 <?php 53 53 $options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name"); -
trunk/wp-admin/setup-config.php
r6965 r7000 67 67 <form method="post" action="setup-config.php?step=2"> 68 68 <p>Below you should enter your database connection details. If you're not sure about these, contact your host. </p> 69 <table class=" niceblue">69 <table class="form-table"> 70 70 <tr> 71 71 <th scope="row">Database Name</th> -
trunk/wp-admin/update.php
r6943 r7000 32 32 <h2><?php _e('FTP Connection Information') ?></h2> 33 33 <p><?php _e('To perform the requested update, FTP connection information is required.') ?></p> 34 <table class=" niceblue">34 <table class="form-table"> 35 35 <tr valign="top"> 36 36 <th scope="row"><?php _e('Hostname:') ?></th> -
trunk/wp-admin/users.php
r6990 r7000 402 402 <form action="#add-new-user" method="post" name="adduser" id="adduser" class="add:user-list:"> 403 403 <?php wp_nonce_field('add-user') ?> 404 <table class=" niceblue">404 <table class="form-table"> 405 405 <tr class="form-field form-required"> 406 406 <th scope="row"><?php _e('Username (required)') ?><input name="action" type="hidden" id="action" value="adduser" /></th> -
trunk/wp-admin/wp-admin.css
r6997 r7000 930 930 /* Tables used on comment.php and option/setting pages */ 931 931 932 . niceblue {932 .form-table { 933 933 border-collapse: collapse; 934 934 margin-top: 1em; … … 936 936 } 937 937 938 . niceblue td {938 .form-table td { 939 939 margin-bottom: 9px; 940 940 padding: 10px; … … 943 943 } 944 944 945 . niceblue th {945 .form-table th { 946 946 text-align: left; 947 947 padding: 10px; … … 949 949 } 950 950 951 . niceblue tr {951 .form-table tr { 952 952 background: #eaf3fa; 953 953 }
Note: See TracChangeset
for help on using the changeset viewer.