File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
interface/web/admin/templates Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
44
55
66 < p class ="fieldset-legend "> {tmpl_var name="toolsarea_head_txt"}</ p >
7-
7+
88 < button class ="btn btn-default formbutton-success " type ="button " data-load-content ="admin/server_php_edit.php "> {tmpl_var name="add_new_record_txt"}</ button >
9-
10-
119
12-
10+
11+
12+
1313 < p class ="fieldset-legend "> < tmpl _var name ="list_head_txt "> </ p >
1414 < div class ="table-wrapper marginTop15 ">
1515< table class ="table ">
@@ -50,16 +50,16 @@ <h1><tmpl_var name="list_head_txt"></h1>
5050 </ tmpl _loop>
5151 < tmpl _unless name ="records ">
5252 < tr class ="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
53- < td colspan ="6 "> {tmpl_var name='globalsearch_noresults_text_txt'}</ td >
53+ < td colspan ="7 "> {tmpl_var name='globalsearch_noresults_text_txt'}</ td >
5454 </ tr >
5555 </ tmpl _unless>
5656 </ tbody >
5757 < tfoot >
5858 < tr >
59- < td colspan ="6 "> < tmpl _var name ="paging "> </ td >
59+ < td colspan ="7 "> < tmpl _var name ="paging "> </ td >
6060 </ tr >
6161 </ tfoot >
6262 </ table >
6363</ div >
64-
65-
64+
65+
You can’t perform that action at this time.
0 commit comments