Skip to content

Commit 14f5970

Browse files
author
Till Brehm
committed
Fixed #3924 ISPC 3.1 b1 delete client confirmation
1 parent ffedcb9 commit 14f5970

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

interface/web/client/templates/client_del.htm

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,22 @@ <h1><tmpl_var name="list_head_txt"></h1>
33
</div>
44
<p><tmpl_var name="list_desc_txt"></p>
55

6-
7-
86
<div id="OKMsg">
97
<tmpl_if name='number_records'>
108
<tmpl_var name="delete_explanation">:<br /><br />
119
<tmpl_loop name="records">
1210
<tmpl_var name="table">,
1311
</tmpl_loop>
1412
</tmpl_else>
15-
<tmpl_var name="confirm_client_delete_txt">
13+
<h3><tmpl_var name="confirm_client_delete_txt"></h3>
1614
</tmpl_if>
1715
</div>
18-
19-
<div class="col-sm-9"><input class="form-control" type="checkbox" name="confirm" value="yes" /></div><b><tmpl_var name="confirm_action_txt"></b>
20-
16+
&nbsp;
17+
<div> <input type="checkbox" name="confirm" value="yes" /> <b><tmpl_var name="confirm_action_txt"></b></div>
18+
&nbsp;
2119
<input type="hidden" name="id" value="{tmpl_var name='id'}">
2220

23-
<div class="clear"><div class="right">
21+
<div class="clear"><div class="left">
2422
<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>
2523
<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>
2624
</div></div>

0 commit comments

Comments
 (0)