-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathftp_user_advanced_client.htm
More file actions
15 lines (12 loc) · 1.06 KB
/
ftp_user_advanced_client.htm
File metadata and controls
15 lines (12 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>
<div class="form-group">
<label for="expires" class="col-sm-3 control-label">{tmpl_var name='expires_txt'}</label>
<div class="col-sm-9">{tmpl_var name='expires'}</div>
</div>
<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/ftp_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/ftp_user_list.php">{tmpl_var name='btn_cancel_txt'}</button>
</div></div>