-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient_del.htm
More file actions
26 lines (20 loc) · 1.15 KB
/
client_del.htm
File metadata and controls
26 lines (20 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div class='page-header'>
<h1><tmpl_var name="list_head_txt"></h1>
</div>
<p><tmpl_var name="list_desc_txt"></p>
<div id="OKMsg">
<tmpl_if name='number_records'>
<tmpl_var name="delete_explanation">:<br /><br />
<tmpl_loop name="records">
<tmpl_var name="table">,
</tmpl_loop>
</tmpl_else>
<tmpl_var name="confirm_client_delete_txt">
</tmpl_if>
</div>
<div class="col-sm-9"><input class="form-control" type="checkbox" name="confirm" value="yes" /></div><b><tmpl_var name="confirm_action_txt"></b>
<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_del.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_list.php">{tmpl_var name='btn_cancel_txt'}</button>
</div></div>