mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-15 13:34:41 +01:00
Bug #3592
This changes the layout for links without redirect count a little but it stops breaking the layout in certain situations. git-svn-id: file:///svn/phpbb/trunk@6392 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
70dffaacbd
commit
1ab3494b44
@ -17,12 +17,14 @@
|
||||
<!-- ELSEIF forumrow.S_IS_LINK -->
|
||||
<tr>
|
||||
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
|
||||
<!-- IF forumrow.CLICKS --><td class="row1"><!-- ELSE --><td class="row1" colspan="4"><!-- ENDIF -->
|
||||
<!-- IF forumrow.CLICKS --><td class="row1"><!-- ELSE --><td class="row1"><!-- ENDIF -->
|
||||
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
|
||||
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
|
||||
</td>
|
||||
<!-- IF forumrow.CLICKS -->
|
||||
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
|
||||
<!-- ELSE -->
|
||||
<td class="row2" colspan="3" align="center"></td>
|
||||
<!-- ENDIF -->
|
||||
</tr>
|
||||
<!-- ELSE -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user