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:
Dominik Dröscher 2006-09-23 11:40:21 +00:00
parent 70dffaacbd
commit 1ab3494b44

View file

@ -17,12 +17,14 @@
<!-- ELSEIF forumrow.S_IS_LINK --> <!-- ELSEIF forumrow.S_IS_LINK -->
<tr> <tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td> <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> <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p> <p class="forumdesc">{forumrow.FORUM_DESC}</p>
</td> </td>
<!-- IF forumrow.CLICKS --> <!-- IF forumrow.CLICKS -->
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td> <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 --> <!-- ENDIF -->
</tr> </tr>
<!-- ELSE --> <!-- ELSE -->