Changeset 11203 for trunk/wp-admin/includes/template.php
- Timestamp:
- 05/05/2009 06:57:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r11196 r11203 266 266 <?php $update_text = ( $is_tag ) ? __( 'Update Tag' ) : __( 'Update Category' ); ?> 267 267 <a accesskey="s" href="#inline-edit" title="<?php echo attr( $update_text ); ?>" class="save button-primary alignright"><?php echo $update_text; ?></a> 268 <img class="waiting" style="display:none;" src="images/wpspin .gif" alt="" />268 <img class="waiting" style="display:none;" src="images/wpspin_light.gif" alt="" /> 269 269 <span class="error" style="display:none;"></span> 270 270 <?php wp_nonce_field( 'taxinlineeditnonce', '_inline_edit', false ); ?> … … 1259 1259 ?> 1260 1260 <a accesskey="s" href="#inline-edit" title="<?php _e('Update'); ?>" class="button-primary save alignright"><?php echo attr( $update_text ); ?></a> 1261 <img class="waiting" style="display:none;" src="images/wpspin .gif" alt="" />1261 <img class="waiting" style="display:none;" src="images/wpspin_light.gif" alt="" /> 1262 1262 <?php } else { 1263 1263 $update_text = ( $is_page ) ? __( 'Update Pages' ) : __( 'Update Posts' ); … … 2294 2294 <span id="savebtn" style="display:none;"><?php _e('Update Comment'); ?></span> 2295 2295 <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a> 2296 <img class="waiting" style="display:none;" src="images/wpspin .gif" alt="" />2296 <img class="waiting" style="display:none;" src="images/wpspin_light.gif" alt="" /> 2297 2297 <span class="error" style="display:none;"></span> 2298 2298 <br class="clear" />
Note: See TracChangeset
for help on using the changeset viewer.