Ticket #13220: nav_menu_tweaks.diff
File nav_menu_tweaks.diff, 1.5 KB (added by , 14 years ago) |
---|
-
wp-admin/includes/nav-menu.php
443 443 444 444 <p id="menu-item-name-wrap"> 445 445 <label class="howto" for="custom-menu-item-name"> 446 <span><?php _e(' Text'); ?></span>446 <span><?php _e('Label'); ?></span> 447 447 <input id="custom-menu-item-name" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-title]" type="text" class="regular-text menu-item-textbox input-with-default-title" title="<?php esc_attr_e('Menu Item'); ?>" /> 448 448 </label> 449 449 </p> … … 626 626 627 627 628 628 <p class="button-controls"> 629 <span class="list s-controls">629 <span class="list-controls"> 630 630 <a href="<?php 631 631 echo add_query_arg( 632 632 array( … … 794 794 </div><!-- /.tabs-panel --> 795 795 796 796 <p class="button-controls"> 797 <span class="list s-controls">797 <span class="list-controls"> 798 798 <a href="<?php 799 799 echo add_query_arg( 800 800 array( -
wp-admin/css/nav-menu.dev.css
147 147 #cancel-save:hover { background-color: #FF0000; color: #fff; } 148 148 149 149 /* Button Secondary Actions */ 150 .list-controls { float: left; }150 .list-controls { float: left; margin-top: 5px; } 151 151 .add-to-menu { 152 152 float: right; 153 153 }