Ticket #8456: clean-up.diff
| File clean-up.diff, 2.0 KB (added by ydekproductions, 5 years ago) |
|---|
-
wp-admin/wp-admin.css
2926 2926 margin: 14px 6px 0 0; 2927 2927 width: 36px; 2928 2928 } 2929 2930 .sub-label { 2931 float: left; 2932 display: block; 2933 width: 80px; 2934 } -
wp-admin/includes/file.php
722 722 </tr> 723 723 <tr id="ssh_keys" valign="top" style="<?php if ( 'ssh' != $connection_type ) echo 'display:none' ?>"> 724 724 <th scope="row"><label id="keys" for="keys"><?php _e('Authentication Keys') ?></label></th> 725 <td><label for="public_key"><?php _e('Public Key:') ?></label ><input name="public_key" type="text" id="public_key" value=""<?php if( defined('FTP_PUBKEY') ) echo ' disabled="disabled"' ?> size="40" /> <label for="private_key"><?php _e('Private Key:') ?></label> <input name="private_key" type="text" id="private_key" value=""<?php if( defined('FTP_PRIKEY') ) echo ' disabled="disabled"' ?> size="40" /><br/><div><?php _e('Enter the location on the server where the keys are located. If a passphrase is needed, enter that in the password field above.') ?></div></td>725 <td><label class="sub-label" for="public_key"><?php _e('Public Key:') ?></label ><input name="public_key" type="text" id="public_key" value=""<?php if( defined('FTP_PUBKEY') ) echo ' disabled="disabled"' ?> size="40" /> <label class="sub-label" for="private_key"><?php _e('Private Key:') ?></label> <input name="private_key" type="text" id="private_key" value=""<?php if( defined('FTP_PRIKEY') ) echo ' disabled="disabled"' ?> size="40" /><br/><div style="padding-top: 10px"><?php _e('Enter the location on the server where the keys are located. If a passphrase is needed, enter that in the password field above.') ?></div></td> 726 726 </tr> 727 727 <tr valign="top"> 728 728 <th scope="row"><?php _e('Connection Type') ?></th>