Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
20227fc4
Commit
20227fc4
authored
Jan 13, 2017
by
Till Brehm
Browse files
Corrected colspan of table in empty database list.
parent
5f22050e
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/templates/database_list.htm
View file @
20227fc4
...
...
@@ -81,7 +81,7 @@
</tmpl_loop>
<tmpl_unless
name=
"records"
>
<tr
class=
"tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
colspan=
"
8
"
>
{tmpl_var name='globalsearch_noresults_text_txt'}
</td>
<td
colspan=
"
7
"
>
{tmpl_var name='globalsearch_noresults_text_txt'}
</td>
</tr>
</tmpl_unless>
</tbody>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment