-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient_template_edit_template.htm
More file actions
17 lines (14 loc) · 1.26 KB
/
client_template_edit_template.htm
File metadata and controls
17 lines (14 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="form-group">
<label for="template_type" class="col-sm-3 control-label">{tmpl_var name='template_type_txt'}</label>
<div class="col-sm-9"><select name="template_type" id="template_type" class="form-control">
{tmpl_var name='template_type'}
</select></div>
</div>
<div class="form-group">
<label for="template_name" class="col-sm-3 control-label">{tmpl_var name='template_name_txt'}</label>
<div class="col-sm-9"><input type="text" name="template_name" id="template_name" value="{tmpl_var name='template_name'}" class="form-control" /></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="client/client_template_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="client/client_template_list.php">{tmpl_var name='btn_cancel_txt'}</button>
</div></div>