|
From: Paul S. O. <ps...@us...> - 2001-11-16 17:29:38
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv26039/templates/subSilver
Modified Files:
viewonline_body.tpl
Log Message:
Mainly language updates but some bug fixes too
Index: viewonline_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewonline_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** viewonline_body.tpl 2001/10/01 23:22:18 1.2
--- viewonline_body.tpl 2001/11/16 17:29:35 1.3
***************
*** 5,13 ****
</tr>
</table>
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<th width="35%" class="thCornerL" height="25"> {L_USERNAME} </th>
<th width="25%" class="thTop"> {L_LAST_UPDATE} </th>
! <th width="40%" class="thCornerR"> {L_LOCATION} </th>
</tr>
<tr>
--- 5,14 ----
</tr>
</table>
+
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<th width="35%" class="thCornerL" height="25"> {L_USERNAME} </th>
<th width="25%" class="thTop"> {L_LAST_UPDATE} </th>
! <th width="40%" class="thCornerR"> {L_FORUM_LOCATION} </th>
</tr>
<tr>
***************
*** 18,22 ****
<td width="35%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td>
<td width="25%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
! <td width="40%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.LOCATION}</a></span> </td>
</tr>
<!-- END reg_user_row -->
--- 19,23 ----
<td width="35%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td>
<td width="25%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
! <td width="40%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span> </td>
</tr>
<!-- END reg_user_row -->
***************
*** 29,38 ****
<!-- BEGIN guest_user_row -->
<tr>
! <td width="35%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_USER_PROFILE}" class="gen">{guest_user_row.USERNAME}</a></span> </td>
<td width="25%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
! <td width="40%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.LOCATION}</a></span> </td>
</tr>
<!-- END guest_user_row -->
</table>
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
--- 30,40 ----
<!-- BEGIN guest_user_row -->
<tr>
! <td width="35%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td>
<td width="25%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
! <td width="40%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span> </td>
</tr>
<!-- END guest_user_row -->
</table>
+
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
***************
*** 41,44 ****
--- 43,47 ----
</tr>
</table>
+
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
|