please check your SVN for the correct settings!
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<!--version $Id: forum_index.html 296 2008-08-13 00:34:14Z icedcold $ //-->
|
||||
<!-- INCLUDE forumlist_body.html -->
|
||||
<br clear="all" />
|
||||
<table class="legend">
|
||||
<tr>
|
||||
<td width="20" align="center">{FORUM_NEW_IMG}</td>
|
||||
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_IMG}</td>
|
||||
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
|
||||
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--version $Id$ //-->
|
||||
<!-- INCLUDE forumlist_body.html -->
|
||||
<br clear="all" />
|
||||
<table class="legend">
|
||||
<tr>
|
||||
<td width="20" align="center">{FORUM_NEW_IMG}</td>
|
||||
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_IMG}</td>
|
||||
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
|
||||
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br clear="all" />
|
||||
@@ -1,27 +1,27 @@
|
||||
<!--version $Id: leaders.html 216 2008-04-29 07:23:22Z kevin74 $ //-->
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_team.png" width="16px" height="16px" alt="" /> {L_THE_TEAM}</span></th>
|
||||
</tr>
|
||||
<!-- BEGIN group -->
|
||||
<tr class="row3">
|
||||
<td>
|
||||
<strong><a href="{group.U_GROUP}" style="color: #{group.GROUP_COLOUR};" class="username-coloured">{group.GROUP_NAME}</a></strong>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGIN member -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{group.member.USERNAME_FULL}</strong></span><br style="clear:both" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END memeber -->
|
||||
<!-- BEGINELSE -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
{L_NO_GROUPS_P}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END group -->
|
||||
</table>
|
||||
<!--version $Id$ //-->
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_team.png" width="16px" height="16px" alt="" /> {L_THE_TEAM}</span></th>
|
||||
</tr>
|
||||
<!-- BEGIN group -->
|
||||
<tr class="row3">
|
||||
<td>
|
||||
<strong><a href="{group.U_GROUP}" style="color: #{group.GROUP_COLOUR};" class="username-coloured">{group.GROUP_NAME}</a></strong>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGIN member -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{group.member.USERNAME_FULL}</strong></span><br style="clear:both" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END memeber -->
|
||||
<!-- BEGINELSE -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
{L_NO_GROUPS_P}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END group -->
|
||||
</table>
|
||||
<br />
|
||||
Reference in New Issue
Block a user