1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Some subsilver fixes:

#4628
#4448
#4014


git-svn-id: file:///svn/phpbb/trunk@6482 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher
2006-10-11 22:35:41 +00:00
parent 152a653fd4
commit a1df726e9f
5 changed files with 27 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
<!-- IF forumrow.S_IS_CAT -->
<tr>
<td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
<td class="catdiv" colspan="3">&nbsp;</td>
<td <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->class="catdiv-rtl"<!-- ELSE -->class="catdiv"<!-- ENDIF --> colspan="3">&nbsp;</td>
</tr>
<!-- ELSEIF forumrow.S_IS_LINK -->
<tr>

View File

@@ -15,7 +15,8 @@
<div id="wrapfooter">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_blank">phpBB</a> &copy; 2002, 2006 phpBB Group
{L_TRANSLATION_INFO}<!-- IF DEBUG_OUTPUT --><br />[ {DEBUG_OUTPUT} ]<!-- ENDIF --></span>
<!-- IF L_TRANSLATION_INFO --><br />{L_TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />[ {DEBUG_OUTPUT} ]<!-- ENDIF --></span>
</div>
</body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

View File

@@ -36,9 +36,11 @@ body {
}
#wrapheader {
height: 120px;
height: 115px;
background-image: url('./images/background.gif');
background-position: 0 2px;
background-repeat: repeat-x;
background-color: #dfe4e9;
padding: 0 25px 15px 25px;
}
@@ -293,7 +295,7 @@ td {
background-color: #A9B8C2;
}
.catdiv {
.catdiv, .catdiv-rtl {
height: 28px;
margin: 0px;
padding: 0px;
@@ -302,6 +304,9 @@ td {
background-image: url('./images/cellpic2.jpg');
background-repeat: repeat-y;
}
.catdiv-rtl {
background-image: url('./images/cellpic2_rtl.jpg');
}
.cat {
height: 28px;