File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
interface/web/sites/templates Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
3131 </ tbody >
3232 < tfoot >
3333 < tr >
34- < td colspan ="5 ">
34+ < td colspan ="6 ">
3535 < tmpl _var name ="paging ">
3636 </ td >
3737 </ tr >
3838 </ tfoot >
3939 </ table >
4040</ div >
41-
41+
4242 </ div>
Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ <h1><tmpl_var name="list_head_txt"></h1>
4747 </ tmpl _loop>
4848 < tmpl _unless name ="records ">
4949 < tr class ="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
50- < td colspan ="7 "> {tmpl_var name='globalsearch_noresults_text_txt'}</ td >
50+ < td colspan ="8 "> {tmpl_var name='globalsearch_noresults_text_txt'}</ td >
5151 </ tr >
5252 </ tmpl _unless>
5353 </ tbody >
5454 < tfoot >
5555 < tr >
56- < td colspan ="7 "> < tmpl _var name ="paging "> </ td >
56+ < td colspan ="8 "> < tmpl _var name ="paging "> </ td >
5757 </ tr >
5858 </ tfoot >
5959 </ table >
6060</ div >
61-
61+
6262 </ div>
You can’t perform that action at this time.
0 commit comments