-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient_del.htm
More file actions
24 lines (22 loc) · 1.12 KB
/
client_del.htm
File metadata and controls
24 lines (22 loc) · 1.12 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
<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>
<h3><tmpl_var name="confirm_client_delete_txt"></h3>
</tmpl_if>
</div>
<div> <input type="checkbox" name="confirm" value="yes" /> <b><tmpl_var name="confirm_action_txt"></b></div>
<input type="hidden" name="id" value="{tmpl_var name='id'}">
<div class="clear"><div class="left">
<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>