| | |
| | | <h2><tmpl_var name="list_head_txt"></h2>
|
| | |
|
| | | <div class="panel panel_shell_user">
|
| | |
|
| | | <div class="pnl_formsarea">
|
| | | <fieldset id="wf_area_shell_user"><legend>Options</legend>
|
| | | <span class="wf_oneField">
|
| | | <label for="puser" class="wf_preField">{tmpl_var name='puser_txt'}</label>
|
| | | <input type="text" id="puser" name="puser" value="{tmpl_var name='puser'}" size="30" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="pgroup" class="wf_preField">{tmpl_var name='pgroup_txt'}</label>
|
| | | <input type="text" id="pgroup" name="pgroup" value="{tmpl_var name='pgroup'}" size="30" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="shell" class="wf_preField">{tmpl_var name='shell_txt'}</label>
|
| | | <input type="text" id="shell" name="shell" value="{tmpl_var name='shell'}" size="30" maxlength="255">
|
| | | </span>
|
| | | <span class="wf_oneField">
|
| | | <label for="dir" class="wf_preField">{tmpl_var name='dir_txt'}</label>
|
| | | <input type="text" id="dir" name="dir" value="{tmpl_var name='dir'}" size="30" maxlength="255">
|
| | | </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','sites/shell_user_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('sites/shell_user_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
|
| | | </div>
|
| | | </div>
|
| | | |
| | | </div>
|
| | | <div class='page-header'> |
| | | <h1><tmpl_var name="list_head_txt"></h1> |
| | | </div> |
| | | <p><tmpl_var name="list_desc_txt"></p> |
| | | |
| | | <div class="form-group"> |
| | | <label for="puser" class="col-sm-3 control-label">{tmpl_var name='puser_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="puser" id="puser" value="{tmpl_var name='puser'}" class="form-control" /></div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label for="pgroup" class="col-sm-3 control-label">{tmpl_var name='pgroup_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="pgroup" id="pgroup" value="{tmpl_var name='pgroup'}" class="form-control" /></div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label for="shell" class="col-sm-3 control-label">{tmpl_var name='shell_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="shell" id="shell" value="{tmpl_var name='shell'}" class="form-control" /></div> |
| | | </div> |
| | | <tmpl_if name="is_jailkit"> |
| | | <input type="hidden" name="dir" id="dir" value="{tmpl_var name='dir'}"> |
| | | </tmpl_else> |
| | | <div class="form-group"> |
| | | <label for="dir" class="col-sm-3 control-label">{tmpl_var name='dir_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="dir" id="dir" value="{tmpl_var name='dir'}" class="form-control" /></div> |
| | | </div> |
| | | </tmpl_if> |
| | | |
| | | |
| | | <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| | | |
| | | <div class="clear"><div class="right"> |
| | | <button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="sites/shell_user_edit.php">{tmpl_var name='btn_save_txt'}</button> |
| | | <button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="sites/shell_user_list.php">{tmpl_var name='btn_cancel_txt'}</button> |
| | | </div></div> |