|
From: Paul S. O. <ps...@us...> - 2001-11-18 14:02:27
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv12515
Modified Files:
modcp_move.tpl modcp_split.tpl modcp_viewip.tpl
Log Message:
More lang related cleanups
Index: modcp_move.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_move.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** modcp_move.tpl 2001/11/15 21:44:01 1.4
--- modcp_move.tpl 2001/11/18 14:02:25 1.5
***************
*** 3,7 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></td>
</tr>
</table>
--- 3,7 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
</tr>
</table>
Index: modcp_split.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_split.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** modcp_split.tpl 2001/10/01 23:22:18 1.2
--- modcp_split.tpl 2001/11/18 14:02:25 1.3
***************
*** 3,7 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a><span class="nav">
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
</tr>
--- 3,7 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a><span class="nav">
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
</tr>
Index: modcp_viewip.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_viewip.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** modcp_viewip.tpl 2001/10/15 19:14:48 1.4
--- modcp_viewip.tpl 2001/11/18 14:02:25 1.5
***************
*** 2,8 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td>
</tr>
</table>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
--- 2,9 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
</tr>
</table>
+
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
***************
*** 44,49 ****
<!-- BEGIN iprow -->
<tr>
! <td class="{iprow.ROW_CLASS}">
! <table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td> <span class="gen">{iprow.IP}</span></td>
--- 45,49 ----
<!-- BEGIN iprow -->
<tr>
! <td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td> <span class="gen">{iprow.IP}</span></td>
***************
*** 51,57 ****
] </span></td>
</tr>
! </table>
! </td>
</tr>
<!-- END iprow -->
</table>
--- 51,58 ----
] </span></td>
</tr>
! </table></td>
</tr>
<!-- END iprow -->
</table>
+
+ <br clear="all" />
|