Ticket #23006: 23006.diff
| File 23006.diff, 4.1 KB (added by , 14 years ago) |
|---|
-
wp-admin/includes/class-wp-posts-list-table.php
820 820 821 821 <?php foreach ( $hierarchical_taxonomies as $taxonomy ) : ?> 822 822 823 <span class="title inline-edit-categories-label"><?php echo esc_html( $taxonomy->labels->name ) ?> 824 <span class="catshow"><?php _e( '[more]' ); ?></span> 825 <span class="cathide" style="display:none;"><?php _e( '[less]' ); ?></span> 826 </span> 823 <span class="title inline-edit-categories-label"><?php echo esc_html( $taxonomy->labels->name ) ?></span> 827 824 <input type="hidden" name="<?php echo ( $taxonomy->name == 'category' ) ? 'post_category[]' : 'tax_input[' . esc_attr( $taxonomy->name ) . '][]'; ?>" value="0" /> 828 825 <ul class="cat-checklist <?php echo esc_attr( $taxonomy->name )?>-checklist"> 829 826 <?php wp_terms_checklist( null, array( 'taxonomy' => $taxonomy->name ) ) ?> -
wp-admin/js/inline-edit-post.js
53 53 $('#inline-edit label.inline-edit-tags').clone() 54 54 ); 55 55 56 // hiearchical taxonomies expandable?57 $('span.catshow').click(function(){58 $(this).hide().next().show().parent().next().addClass("cat-hover");59 });60 61 $('span.cathide').click(function(){62 $(this).hide().prev().show().parent().next().removeClass("cat-hover");63 });64 65 56 $('select[name="_status"] option[value="future"]', bulkRow).remove(); 66 57 67 58 $('#doaction, #doaction2').click(function(e){ -
wp-admin/css/colors-fresh.css
1429 1429 border-color: #ddd; 1430 1430 } 1431 1431 1432 .inline-editor .categories .catshow,1433 .inline-editor .categories .cathide {1434 color: #21759b;1435 }1436 1437 1432 .inline-editor .quick-edit-save { 1438 1433 background-color: #f1f1f1; 1439 1434 } -
wp-admin/css/wp-admin-rtl.css
816 816 } 817 817 818 818 .inline-edit-row fieldset ul.cat-checklist label, 819 .inline-edit-row .catshow,820 .inline-edit-row .cathide,821 819 .inline-edit-row #bulk-titles div { 822 820 font-family: Tahoma, Arial, sans-serif; 823 821 } … … 2590 2588 .locale-he-il .inline-edit-row fieldset span.title, 2591 2589 .locale-he-il .inline-edit-row fieldset span.checkbox-title, 2592 2590 .locale-he-il .inline-edit-row fieldset ul.cat-checklist label, 2593 .locale-he-il .inline-edit-row .catshow,2594 .locale-he-il .inline-edit-row .cathide,2595 2591 .locale-he-il .inline-edit-row #bulk-titles div, 2596 2592 .locale-he-il p.help, 2597 2593 .locale-he-il p.description, -
wp-admin/css/wp-admin.css
2873 2873 width: 8em; 2874 2874 } 2875 2875 2876 .inline-edit-row .catshow,2877 .inline-edit-row .cathide {2878 cursor: pointer;2879 }2880 2881 2876 ul.cat-checklist { 2882 2877 height: 12em; 2883 2878 border-style: solid; … … 2903 2898 } 2904 2899 2905 2900 .inline-edit-row fieldset ul.cat-checklist label, 2906 .inline-edit-row .catshow,2907 .inline-edit-row .cathide,2908 2901 .inline-edit-row #bulk-titles div { 2909 2902 font-family: sans-serif; 2910 2903 font-style: normal; 2911 2904 font-size: 11px; 2912 2905 } 2913 2906 2914 table .inline-edit-row fieldset ul.cat-hover {2915 height: auto;2916 max-height: 30em;2917 overflow-y: auto;2918 position: absolute;2919 }2920 2921 2907 .inline-edit-row fieldset label input.inline-edit-menu-order-input { 2922 2908 width: 3em; 2923 2909 } -
wp-admin/css/colors-classic.css
1535 1535 border-color: #ddd; 1536 1536 } 1537 1537 1538 .inline-editor .categories .catshow,1539 .inline-editor .categories .cathide {1540 color: #21759b;1541 }1542 1543 1538 .inline-editor .quick-edit-save { 1544 1539 background-color: #f1f1f1; 1545 1540 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)