We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f22050 commit 20227fcCopy full SHA for 20227fc
1 file changed
interface/web/sites/templates/database_list.htm
@@ -81,7 +81,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
81
</tmpl_loop>
82
<tmpl_unless name="records">
83
<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
84
- <td colspan="8">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
+ <td colspan="7">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
85
</tr>
86
</tmpl_unless>
87
</tbody>
0 commit comments