|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:55:46
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv25593/templates/subSilver
Modified Files:
viewtopic_body.tpl
Log Message:
Fixed some language strings, added some handy things to viewtopic
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** viewtopic_body.tpl 2001/11/20 21:27:52 1.13
--- viewtopic_body.tpl 2001/12/15 01:55:43 1.14
***************
*** 1,5 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
! <td align="left" valign="bottom" colspan="2"><span class="maintitle">{TOPIC_TITLE}</span><br />
<span class="gensmall"><b>{PAGINATION}</b><br />
</span></td>
--- 1,5 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
! <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{PHP_SELF}">{TOPIC_TITLE}</a><br />
<span class="gensmall"><b>{PAGINATION}</b><br />
</span></td>
***************
*** 36,40 ****
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}:
{postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
--- 36,40 ----
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td width="100%"><a href="{U_MINI_POST}">{postrow.MINI_POST_IMG}</a><span class="postdetails">{L_POSTED}:
{postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
***************
*** 52,57 ****
</tr>
<tr>
! <td width="22%" align="left" valign="middle" class="{postrow.ROW_CLASS}"><span class="nav"><a href="#top" class="nav">Back
! to top</a></span></td>
<td width="78%" height="28" class="{postrow.ROW_CLASS}" nowrap="nowrap" valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
--- 52,57 ----
</tr>
<tr>
! <td width="22%" align="left" valign="middle" class="{postrow.ROW_CLASS}">
! <span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
<td width="78%" height="28" class="{postrow.ROW_CLASS}" nowrap="nowrap" valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
|