File tree Expand file tree Collapse file tree 8 files changed +1128
-2036
lines changed
Expand file tree Collapse file tree 8 files changed +1128
-2036
lines changed Original file line number Diff line number Diff line change @@ -813,3 +813,9 @@ form {
813813 font-size : 10pt ;
814814 color : # dE6c5d ;
815815}
816+
817+ .hint {
818+ font-size : 14pt ;
819+ color : # 7fa1cb ;
820+ padding : 5px ;
821+ }
Original file line number Diff line number Diff line change 11App . Actions . WEB . update_ftp_username_hint = function ( elm , hint ) {
22 if ( hint . trim ( ) == '' ) {
3- $ ( elm ) . parent ( ) . find ( '.ftp_username_hint ' ) . html ( '' ) ;
3+ $ ( elm ) . parent ( ) . find ( '.hint ' ) . html ( '' ) ;
44 }
55 if ( hint . indexOf ( GLOBAL . FTP_USER_PREFIX ) == 0 ) {
66 hint = hint . slice ( GLOBAL . FTP_USER_PREFIX . length , hint . length ) ;
77 }
8- $ ( elm ) . parent ( ) . find ( '.ftp_username_hint ' ) . html ( GLOBAL . FTP_USER_PREFIX + hint ) ;
8+ $ ( elm ) . parent ( ) . find ( '.hint ' ) . html ( GLOBAL . FTP_USER_PREFIX + hint ) ;
99}
1010
1111App . Listeners . WEB . keypress_ftp_username = function ( ) {
Original file line number Diff line number Diff line change 11App . Actions . WEB . update_ftp_username_hint = function ( elm , hint ) {
22 if ( hint . trim ( ) == '' ) {
3- $ ( elm ) . parent ( ) . find ( '.ftp_username_hint ' ) . html ( '' ) ;
3+ $ ( elm ) . parent ( ) . find ( '.hint ' ) . html ( '' ) ;
44 }
55 if ( hint . indexOf ( GLOBAL . FTP_USER_PREFIX ) == 0 ) {
66 hint = hint . slice ( GLOBAL . FTP_USER_PREFIX . length , hint . length ) ;
77 }
8- $ ( elm ) . parent ( ) . find ( '.ftp_username_hint ' ) . html ( GLOBAL . FTP_USER_PREFIX + hint ) ;
8+ $ ( elm ) . parent ( ) . find ( '.hint ' ) . html ( GLOBAL . FTP_USER_PREFIX + hint ) ;
99}
1010
1111App . Listeners . WEB . keypress_ftp_username = function ( ) {
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments