aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-14 14:30:05 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-14 14:30:05 -0500
commit077c526f156ccf752ece0c99d88de968ea933fbb (patch)
treebbe35b631fdc1701edefd06b69e489d2a6db8383 /phpBB/styles
parent4e3abdb7c556d6151b3bd3a83c203ae86df1a6c5 (diff)
downloadforums-077c526f156ccf752ece0c99d88de968ea933fbb.tar
forums-077c526f156ccf752ece0c99d88de968ea933fbb.tar.gz
forums-077c526f156ccf752ece0c99d88de968ea933fbb.tar.bz2
forums-077c526f156ccf752ece0c99d88de968ea933fbb.tar.xz
forums-077c526f156ccf752ece0c99d88de968ea933fbb.zip
[ticket/11103] ss2 - do not include footer bar if no pagination
PHPBB3-11103
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_notifications.html22
1 files changed, 12 insertions, 10 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html
index ae8d2b2589..054e9a62b9 100644
--- a/phpBB/styles/subsilver2/template/ucp_notifications.html
+++ b/phpBB/styles/subsilver2/template/ucp_notifications.html
@@ -117,19 +117,21 @@
<div style="padding: 2px;"></div>
- <table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
- <tr>
- <td class="row1">
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <!-- IF .pagination -->
+ <table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
<tr>
- <td align="{S_CONTENT_FLOW_BEGIN}">
- <!-- INCLUDE pagination.html -->
+ <td class="row1">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td align="{S_CONTENT_FLOW_BEGIN}">
+ <!-- INCLUDE pagination.html -->
+ </td>
+ </tr>
+ </table>
</td>
</tr>
- </table>
- </td>
- </tr>
- </table>
+ </table>
+ <!-- ENDIF -->
</td>
</tr>
<!-- ENDIF -->