';
- $output .= '| Path to WebGUI Extras | '.WebGUI::Form::text("lib",20,255,$session{setting}{lib}).' |
';
- $output .= '| Session Timeout | '.WebGUI::Form::text("sessionTimeout",20,11,$session{setting}{sessionTimeout}).' |
';
- $output .= '| Maximum Attachment Size | '.WebGUI::Form::text("maxAttachmentSize",20,11,$session{setting}{maxAttachmentSize}).' |
';
- $output .= '| Web Attachment Path | '.WebGUI::Form::text("attachmentDirectoryWeb",20,255,$session{setting}{attachmentDirectoryWeb}).' |
';
- $output .= '| Server Attachment Path | '.WebGUI::Form::text("attachmentDirectoryLocal",20,255,$session{setting}{attachmentDirectoryLocal}).' |
';
- $output .= '| SMTP Server | '.WebGUI::Form::text("smtpServer",20,255,$session{setting}{smtpServer}).' |
';
- $output .= '| Company Name | '.WebGUI::Form::text("companyName",20,255,$session{setting}{companyName}).' |
';
- $output .= '| Company Email Address | '.WebGUI::Form::text("companyEmail",20,255,$session{setting}{companyEmail}).' |
';
- $output .= '| Company URL | '.WebGUI::Form::text("companyURL",20,255,$session{setting}{companyURL}).' |
';
+ $output .= '| Files |
';
+ $output .= '| Path to WebGUI Extras | '.WebGUI::Form::text("lib",30,255,$session{setting}{lib}).' |
';
+ $output .= '| Maximum Attachment Size | '.WebGUI::Form::text("maxAttachmentSize",30,11,$session{setting}{maxAttachmentSize}).' |
';
+ $output .= '| Web Attachment Path | '.WebGUI::Form::text("attachmentDirectoryWeb",30,255,$session{setting}{attachmentDirectoryWeb}).' |
';
+ $output .= '| Server Attachment Path | '.WebGUI::Form::text("attachmentDirectoryLocal",30,255,$session{setting}{attachmentDirectoryLocal}).' |
';
+ $output .= ' Company Information |
';
+ $output .= '| Company Name | '.WebGUI::Form::text("companyName",30,255,$session{setting}{companyName}).' |
';
+ $output .= '| Company Email Address | '.WebGUI::Form::text("companyEmail",30,255,$session{setting}{companyEmail}).' |
';
+ $output .= '| Company URL | '.WebGUI::Form::text("companyURL",30,2048,$session{setting}{companyURL}).' |
';
+ $output .= ' Authentication |
';
+ $array[0] = $session{setting}{authMethod};
+ $output .= '| Authentication Method (default) | '.WebGUI::Form::selectList("authMethod",\%authMethod, \@array).' |
';
+ $output .= '| LDAP URL (default) | '.WebGUI::Form::text("ldapURL",30,2048,$session{setting}{ldapURL}).' |
';
+ $output .= '| LDAP Identity (default) | '.WebGUI::Form::text("ldapId",30,100,$session{setting}{ldapId}).' |
';
+ $output .= '| LDAP Identity Name | '.WebGUI::Form::text("ldapIdName",30,100,$session{setting}{ldapIdName}).' |
';
+ $output .= '| LDAP Password Name | '.WebGUI::Form::text("ldapPasswordName",30,100,$session{setting}{ldapPasswordName}).' |
';
+ $output .= ' Miscellaneous |
';
+ $output .= '| Session Timeout | '.WebGUI::Form::text("sessionTimeout",30,11,$session{setting}{sessionTimeout}).' |
';
+ $output .= '| SMTP Server | '.WebGUI::Form::text("smtpServer",30,255,$session{setting}{smtpServer}).' |
';
$output .= ' | '.WebGUI::Form::submit("save").' |
';
$output .= '
';
$output .= '