| | |
| | | <table width="500" border="0" cellspacing="0" cellpadding="2"> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='module_txt'}:</td> |
| | | <td class="frmText11"> |
| | | <select name="module" class="text"> |
| | | {tmpl_var name='module'} |
| | | </select> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='maildir_path_txt'}:</td> |
| | | <td class="frmText11"><input name="maildir_path" type="text" class="text" value="{tmpl_var name='maildir_path'}" size="40" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='homedir_path_txt'}:</td> |
| | | <td class="frmText11"><input name="homedir_path" type="text" class="text" value="{tmpl_var name='homedir_path'}" size="40" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='mailuser_uid_txt'}:</td> |
| | | <td class="frmText11"><input name="mailuser_uid" type="text" class="text" value="{tmpl_var name='mailuser_uid'}" size="10" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='mailuser_gid_txt'}:</td> |
| | | <td class="frmText11"><input name="mailuser_gid" type="text" class="text" value="{tmpl_var name='mailuser_gid'}" size="10" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='mailuser_name_txt'}:</td> |
| | | <td class="frmText11"><input name="mailuser_name" type="text" class="text" value="{tmpl_var name='mailuser_name'}" size="10" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='mailuser_group_txt'}:</td> |
| | | <td class="frmText11"><input name="mailuser_group" type="text" class="text" value="{tmpl_var name='mailuser_group'}" size="10" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='relayhost_txt'}:</td> |
| | | <td class="frmText11"><input name="relayhost" type="text" class="text" value="{tmpl_var name='relayhost'}" size="40" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='relayhost_user_txt'}:</td> |
| | | <td class="frmText11"><input name="relayhost_user" type="text" class="text" value="{tmpl_var name='relayhost_user'}" size="40" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='relayhost_password_txt'}:</td> |
| | | <td class="frmText11"><input name="relayhost_password" type="text" class="text" value="{tmpl_var name='relayhost_password'}" size="40" maxlength="255"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='mailbox_size_limit_txt'}:</td> |
| | | <td class="frmText11"><input name="mailbox_size_limit" type="text" class="text" value="{tmpl_var name='mailbox_size_limit'}" size="10" maxlength="15"></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="frmText11">{tmpl_var name='message_size_limit_txt'}:</td> |
| | | <td class="frmText11"><input name="message_size_limit" type="text" class="text" value="{tmpl_var name='message_size_limit'}" size="10" maxlength="15"></td> |
| | | </tr> <tr> |
| | | <td class="frmText11"> </td> |
| | | <td class="frmText11"> </td> |
| | | </tr> |
| | | <tr> |
| | | <td> </td> |
| | | <td><input name="btn_save" type="button" class="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','admin/server_config_edit.php');"><div class="buttonEnding"></div> |
| | | <input name="btn_cancel" type="button" class="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('admin/server_config_list.php');"><div class="buttonEnding"></div> |
| | | </td> |
| | | </tr>
|
| | | </table>
|
| | | <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| | | <h2><tmpl_var name="list_head_txt"></h2>
|
| | |
|
| | | <div class="panel panel_server_config">
|
| | |
|
| | | <div class="pnl_formsarea">
|
| | | <fieldset id="wf_area_server_config"><legend>Mail</legend>
|
| | | <span class="wf_oneField">
|
| | | <label for="module" class="wf_preField">{tmpl_var name='module_txt'}</label>
|
| | | <select id="module" name="module">{tmpl_var name='module'}</select>
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="maildir_path" class="wf_preField">{tmpl_var name='maildir_path_txt'}</label>
|
| | | <input type="text" id="maildir_path" name="maildir_path" value="{tmpl_var name='maildir_path'}" size="40" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="homedir_path" class="wf_preField">{tmpl_var name='homedir_path_txt'}</label>
|
| | | <input type="text" id="homedir_path" name="homedir_path" value="{tmpl_var name='homedir_path'}" size="40" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="mailuser_uid" class="wf_preField">{tmpl_var name='mailuser_uid_txt'}</label>
|
| | | <input type="text" id="mailuser_uid" name="mailuser_uid" value="{tmpl_var name='mailuser_uid'}" size="10" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="mailuser_gid" class="wf_preField">{tmpl_var name='mailuser_gid_txt'}</label>
|
| | | <input type="text" id="mailuser_gid" name="mailuser_gid" value="{tmpl_var name='mailuser_gid'}" size="10" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="mailuser_name" class="wf_preField">{tmpl_var name='mailuser_name_txt'}</label>
|
| | | <input type="text" id="mailuser_name" name="mailuser_name" value="{tmpl_var name='mailuser_name'}" size="10" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="mailuser_group" class="wf_preField">{tmpl_var name='mailuser_group_txt'}</label>
|
| | | <input type="text" id="mailuser_group" name="mailuser_group" value="{tmpl_var name='mailuser_group'}" size="10" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="relayhost" class="wf_preField">{tmpl_var name='relayhost_txt'}</label>
|
| | | <input type="text" id="relayhost" name="relayhost" value="{tmpl_var name='relayhost'}" size="40" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="relayhost_user" class="wf_preField">{tmpl_var name='relayhost_user_txt'}</label>
|
| | | <input type="text" id="relayhost_user" name="relayhost_user" value="{tmpl_var name='relayhost_user'}" size="40" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="relayhost_password" class="wf_preField">{tmpl_var name='relayhost_password_txt'}</label>
|
| | | <input type="text" id="relayhost_password" name="relayhost_password" value="{tmpl_var name='relayhost_password'}" size="40" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="mailbox_size_limit" class="wf_preField">{tmpl_var name='mailbox_size_limit_txt'}</label>
|
| | | <input type="text" id="mailbox_size_limit" name="mailbox_size_limit" value="{tmpl_var name='mailbox_size_limit'}" size="10" maxlength="15">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="message_size_limit" class="wf_preField">{tmpl_var name='message_size_limit_txt'}</label>
|
| | | <input type="text" id="message_size_limit" name="message_size_limit" value="{tmpl_var name='message_size_limit'}" size="10" maxlength="15">
|
| | | </span>
|
| | | </fieldset>
|
| | |
|
| | | <input type="hidden" name="id" value="{tmpl_var name='id'}">
|
| | |
|
| | | <div class="wf_actions buttons">
|
| | | <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','admin/server_config_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button>
|
| | | <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('admin/server_config_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
|
| | | </div>
|
| | | </div>
|
| | | |
| | | </div>
|