Changeset 11133
- Timestamp:
- 04/30/2009 02:33:22 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r11107 r11133 136 136 } 137 137 138 . setting-description,138 .description, 139 139 .form-wrap p { 140 140 color: #666; -
trunk/wp-admin/css/colors-fresh.css
r11100 r11133 120 120 } 121 121 122 .setting-description, .form-wrap p { 122 .description, 123 .form-wrap p { 123 124 color: #666; 124 125 } -
trunk/wp-admin/css/widgets.css
r11009 r11133 174 174 vertical-align: middle; 175 175 } 176 177 #wp_inactive_widgets .sidebar-name { 178 margin: 0; 179 padding: 2px 0; 180 } 181 182 #wp_inactive_widgets p.description { 183 margin: 0 0 15px; 184 } -
trunk/wp-admin/includes/template.php
r11132 r11133 3459 3459 } 3460 3460 break; 3461 case 'widgets': 3462 if ( !isset($_wp_contextual_help['widgets']) ) { 3463 $help = widgets_help(); 3464 $_wp_contextual_help['widgets'] = $help; 3465 } 3466 break; 3461 3467 } 3462 3468 ?> … … 3563 3569 } 3564 3570 3571 function widgets_help() { 3572 return ' 3573 <p>' . __('Widgets can be added or arranged by dragging. If you hover your mouse over the title bar of a widget you’ll notice the 4 arrow cursor appears to let you know it is movable. Click on it, hold down the mouse button and start dragging the widget to a new location. As you drag the module, notice the dotted gray box that also moves. This box indicates where the widget will be placed when you release the mouse button.') . '</p> 3574 <p>' . __('To show or hide the settings for a widget, click on the arrow that appears on the right of the widget title.') . '</p> 3575 <p>' . __('The Inactive Widgets area stores all widgets that are configured but not curently used on the web site. After changing themes if the new theme has less sidebars than the old theme, all widgets that were in these sidebars will be transfered to Inactive Widgets.') . '</p> 3576 '; 3577 } 3578 3565 3579 function screen_layout($screen) { 3566 3580 global $screen_layout_columns; -
trunk/wp-admin/options-general.php
r11110 r11133 66 66 <th scope="row"><label for="blogdescription"><?php _e('Tagline') ?></label></th> 67 67 <td><input name="blogdescription" type="text" id="blogdescription" value="<?php form_option('blogdescription'); ?>" class="regular-text" /> 68 <span class=" setting-description"><?php _e('In a few words, explain what this blog is about.') ?></span></td>68 <span class="description"><?php _e('In a few words, explain what this blog is about.') ?></span></td> 69 69 </tr> 70 70 <tr valign="top"> … … 75 75 <th scope="row"><label for="home"><?php _e('Blog address (URL)') ?></label></th> 76 76 <td><input name="home" type="text" id="home" value="<?php form_option('home'); ?>" class="regular-text code<?php if ( defined( 'WP_HOME' ) ) : ?> disabled" disabled="disabled"<?php else: ?>"<?php endif; ?> /> 77 <span class=" setting-description"><?php _e('Enter the address here if you want your blog homepage <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different from the directory</a> you installed WordPress.'); ?></span></td>77 <span class="description"><?php _e('Enter the address here if you want your blog homepage <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different from the directory</a> you installed WordPress.'); ?></span></td> 78 78 </tr> 79 79 <tr valign="top"> 80 80 <th scope="row"><label for="admin_email"><?php _e('E-mail address') ?> </label></th> 81 81 <td><input name="admin_email" type="text" id="admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text" /> 82 <span class=" setting-description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span></td>82 <span class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span></td> 83 83 </tr> 84 84 <tr valign="top"> … … 130 130 <span id="local-time"><?php printf(__('UTC %1$s is <code>%2$s</code>'), $current_offset_name, date_i18n($time_format)); ?></span> 131 131 <?php endif; ?> 132 <br />133 <span class=" setting-description"><?php _e('Unfortunately, you have to manually update this for Daylight Savings Time. Lame, we know, but will be fixed in the future.'); ?></span>132 <br /> 133 <span class="description"><?php _e('Unfortunately, you have to manually update this for Daylight Savings Time. Lame, we know, but will be fixed in the future.'); ?></span> 134 134 </td> 135 135 <?php … … 154 154 <span id="local-time"><?php printf(__('Local time is <code>%1$s</code>'), date_i18n($timezone_format)); ?></span> 155 155 <?php endif; ?> 156 <br />157 <span class=" setting-description"><?php _e('Choose a city in the same timezone as you.'); ?></span>156 <br /> 157 <span class="description"><?php _e('Choose a city in the same timezone as you.'); ?></span> 158 158 <br /> 159 159 <span> -
trunk/wp-admin/options-misc.php
r11110 r11133 29 29 <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th> 30 30 <td><input name="upload_path" type="text" id="upload_path" value="<?php echo attr(str_replace(ABSPATH, '', get_option('upload_path'))); ?>" class="regular-text code" /> 31 <span class=" setting-description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></span>31 <span class="description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></span> 32 32 </td> 33 33 </tr> … … 36 36 <th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th> 37 37 <td><input name="upload_url_path" type="text" id="upload_url_path" value="<?php echo attr( get_option('upload_url_path')); ?>" class="regular-text code" /> 38 <span class=" setting-description"><?php _e('Configuring this is optional. By default, it should be blank.'); ?></span>38 <span class="description"><?php _e('Configuring this is optional. By default, it should be blank.'); ?></span> 39 39 </td> 40 40 </tr> -
trunk/wp-admin/options-reading.php
r11110 r11133 73 73 <th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th> 74 74 <td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" class="regular-text" /> 75 <span class=" setting-description"><?php _e('The character encoding you write your blog in (UTF-8 is <a href="http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html">recommended</a>)') ?></span></td>75 <span class="description"><?php _e('The character encoding you write your blog in (UTF-8 is <a href="http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html">recommended</a>)') ?></span></td> 76 76 </tr> 77 77 <?php do_settings_fields('reading', 'default'); ?> -
trunk/wp-admin/rtl.css
r10834 r11133 243 243 clear: right; 244 244 } 245 . setting-description, .form-wrap p {245 .description, .form-wrap p { 246 246 font-family: Tahoma, Arial; 247 247 } -
trunk/wp-admin/themes.php
r11109 r11133 122 122 /* translators: 1: theme title, 2: theme version, 3: theme author */ 123 123 printf(__('%1$s %2$s by %3$s'), $ct->title, $ct->version, $ct->author) ; ?></h4> 124 <p class=" description"><?php echo $ct->description; ?></p>124 <p class="theme-description"><?php echo $ct->description; ?></p> 125 125 <?php if ($ct->parent_theme) { ?> 126 126 <p><?php printf(__('The template files are located in <code>%2$s</code>. The stylesheet files are located in <code>%3$s</code>. <strong>%4$s</strong> uses templates from <strong>%5$s</strong>. Changes made to the templates will affect both themes.'), $ct->title, $ct->template_dir, $ct->stylesheet_dir, $ct->title, $ct->parent_theme); ?></p> -
trunk/wp-admin/widgets.php
r11110 r11133 345 345 <h3 class="sidebar-name"><?php _e('Inactive Widgets'); ?> 346 346 <span><img src="images/loading-publish.gif" class="ajax-feedback" title="" alt="" /></span></h3> 347 <p class="description"><?php _e('Drag widgets here to remove them from the web site but keep their settings.'); ?></p> 347 348 <?php wp_list_widget_controls('wp_inactive_widgets'); ?> 348 349 <br class="clear" /> -
trunk/wp-admin/wp-admin.css
r11118 r11133 136 136 } 137 137 138 #current-theme . description {138 #current-theme .theme-description { 139 139 margin-top: 5px; 140 140 } … … 1369 1369 } 1370 1370 1371 p.description, 1371 1372 .form-wrap p { 1372 1373 margin: 2px 0 5px; 1373 } 1374 1375 .setting-description, .form-wrap p { 1374 font-size: 11px; 1375 } 1376 1377 .description, 1378 .form-wrap p { 1376 1379 font-style: italic; 1377 1380 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; … … 2956 2959 2957 2960 #favorite-actions .slide-down { 2958 /* background-image: url(images/fav-top.png); 2959 background-repeat: repeat-x; 2960 background-position: 0 top; 2961 */ -moz-border-radius: 12px 12px 0 0; 2961 -moz-border-radius: 12px 12px 0 0; 2962 2962 -webkit-border-bottom-right-radius: 0; 2963 2963 -webkit-border-bottom-left-radius: 0;
Note: See TracChangeset
for help on using the changeset viewer.