Skip to content
Snippets Groups Projects
Commit 14f5970e authored by Till Brehm's avatar Till Brehm
Browse files

Fixed #3924 ISPC 3.1 b1 delete client confirmation

parent ffedcb9a
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
</div> </div>
<p><tmpl_var name="list_desc_txt"></p> <p><tmpl_var name="list_desc_txt"></p>
<div id="OKMsg"> <div id="OKMsg">
<tmpl_if name='number_records'> <tmpl_if name='number_records'>
<tmpl_var name="delete_explanation">:<br /><br /> <tmpl_var name="delete_explanation">:<br /><br />
...@@ -12,15 +10,15 @@ ...@@ -12,15 +10,15 @@
<tmpl_var name="table">, <tmpl_var name="table">,
</tmpl_loop> </tmpl_loop>
</tmpl_else> </tmpl_else>
<tmpl_var name="confirm_client_delete_txt"> <h3><tmpl_var name="confirm_client_delete_txt"></h3>
</tmpl_if> </tmpl_if>
</div> </div>
&nbsp;
<div class="col-sm-9"><input class="form-control" type="checkbox" name="confirm" value="yes" /></div><b><tmpl_var name="confirm_action_txt"></b> <div> <input type="checkbox" name="confirm" value="yes" /> <b><tmpl_var name="confirm_action_txt"></b></div>
&nbsp;
<input type="hidden" name="id" value="{tmpl_var name='id'}"> <input type="hidden" name="id" value="{tmpl_var name='id'}">
<div class="clear"><div class="right"> <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-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> <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> </div></div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment