File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
interface/web/dns/templates Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
2121 </ div >
2222 </ tmpl _if>
2323 < p class ="fieldset-legend "> {tmpl_var name="toolsarea_head_txt"}</ p >
24-
24+
2525 < button class ="btn btn-default formbutton-success " type ="button " data-load-content ="dns/dns_slave_edit.php "> {tmpl_var name="add_new_record_txt"}</ button >
26-
27-
2826
29-
27+
28+
29+
3030 < p class ="fieldset-legend "> < tmpl _var name ="list_head_txt "> </ p >
3131 < div class ="table-wrapper marginTop15 ">
3232< table class ="table ">
@@ -62,16 +62,14 @@ <h1><tmpl_var name="list_head_txt"></h1>
6262 </ tmpl _loop>
6363 < tmpl _unless name ="records ">
6464 < tr class ="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
65- < td colspan ="5 "> {tmpl_var name='globalsearch_noresults_text_txt'}</ td >
65+ < td colspan ="4 "> {tmpl_var name='globalsearch_noresults_text_txt'}</ td >
6666 </ tr >
6767 </ tmpl _unless>
6868 </ tbody >
6969 < tfoot >
7070 < tr >
71- < td colspan ="6 "> < tmpl _var name ="paging "> </ td >
71+ < td colspan ="4 "> < tmpl _var name ="paging "> </ td >
7272 </ tr >
7373 </ tfoot >
7474 </ table >
7575</ div >
76-
77-
You can’t perform that action at this time.
0 commit comments