Skip to content

Commit 4b17d9e

Browse files
author
Till Brehm
committed
Fixed aps instances and database quota list.
1 parent 2f311b7 commit 4b17d9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

interface/web/sites/templates/aps_instances_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>{tmpl_var name="list_head_txt"}</h2>
4848
</tbody>
4949
<tfoot>
5050
<tr>
51-
<td colspan="6">{tmpl_var name='paging'}</td>
51+
<td colspan="5">{tmpl_var name='paging'}</td>
5252
</tr>
5353
</tfoot>
5454
</table>

interface/web/sites/templates/database_quota_stats_list.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
2222
<td>&nbsp;</td>
2323
<td>&nbsp;</td>
2424
<td>&nbsp;</td>
25+
<td>&nbsp;</td>
2526
<td class="text-right">
2627
<button type="button" class="btn btn-default formbutton-default formbutton-narrow" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" data-submit-form="pageForm" data-form-action="sites/database_quota_stats.php"><span class="icon icon-filter"></span></button>
2728
</td>

0 commit comments

Comments
 (0)