File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
interface/web/client/templates Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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+
17+ < div > < input type ="checkbox " name ="confirm " value ="yes " /> < b > < tmpl _var name ="confirm_action_txt "> </ b > </ div >
18+
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 >
You can’t perform that action at this time.
0 commit comments