Ticket #15739: 15739.drop.link.patch
File 15739.drop.link.patch, 3.2 KB (added by , 13 years ago) |
---|
-
wp-includes/js/tinymce/plugins/wplink/css/wplink-rtl.dev.css
1 #wp-link #internal-toggle a{1 #wp-link #internal-toggle { 2 2 padding-right: 18px; 3 3 padding-left: 0; 4 4 } … … 46 46 } 47 47 48 48 #wp-link .toggle-arrow { 49 background-position: topright;49 background-position: bottom right; 50 50 } 51 51 52 52 #wp-link .toggle-arrow-active { 53 background-position: bottom right; 54 } 53 background-position: -23px right; 54 } 55 No newline at end of file -
wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css
7 7 margin: 3px; 8 8 } 9 9 #wp-link #internal-toggle { 10 margin: 0 5px; 11 } 12 #wp-link #internal-toggle a { 10 display: inline-block; 11 cursor: pointer; 13 12 padding-left: 18px; 14 13 } 14 #wp-link .toggle-arrow { 15 background: transparent url( '../img/toggle-arrow.png' ) top left no-repeat; 16 } 17 #wp-link .toggle-arrow-active { 18 background-position: -23px left; 19 } 15 20 #wp-link label input[type="text"] { 16 21 width: 360px; 17 22 margin-top: 5px; -
wp-includes/js/tinymce/plugins/wplink/js/wplink.dev.js
32 32 e.preventDefault(); 33 33 }); 34 34 $('#wp-link-cancel').click( wpLink.cancel ); 35 $('#internal-toggle a').click( wpLink.toggleInternalLinking );35 $('#internal-toggle').click( wpLink.toggleInternalLinking ); 36 36 37 37 rivers.elements.bind('river-select', wpLink.updateFields ); 38 38 -
wp-admin/includes/internal-linking.php
Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: wp-includes/js/tinymce/plugins/wplink/img/toggle-arrow.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream
85 85 </div> 86 86 </div> 87 87 <?php $show_internal = '1' == get_user_setting( 'wplink', '0' ); ?> 88 <p class="howto " id="internal-toggle"><a href="#" class="toggle-arrow <?php if ( $show_internal ) echo 'toggle-arrow-active'; ?>"><?php _e( 'Or link to existing content' ); ?></a></p>88 <p class="howto toggle-arrow <?php if ( $show_internal ) echo 'toggle-arrow-active'; ?>" id="internal-toggle"><?php _e( 'Or link to existing content' ); ?></p> 89 89 <div id="search-panel"<?php if ( ! $show_internal ) echo ' style="display:none"'; ?>> 90 90 <div class="link-search-wrapper"> 91 91 <label for="search-field">