what text do i put in in the hi lighted field ?
Code:
break; case 'HIDE': case 'SHOWTOGROUPS': { useoption = true; } break; case 'LOCKDATA': { tagname = this.show_prompt('Enter 1 of the 4 secrecy tags to wrap locked data with.', ''); tagname = ((tagname = this.verify_prompt(tagname)) === false) ? 'HIDE' : tagname; var breaker = (this.wysiwyg_mode ? '<br />' : '\r\n') selection = 'IP:' + breaker + 'PORT:' + breaker + 'USERNAME:' + breaker + 'PASSWORD:' + breaker + 'PATH: ' + breaker + 'COMMENTS:'; }