mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-24 01:03:05 +02:00
Fixed some language strings, added some handy things to viewtopic
git-svn-id: file:///svn/phpbb/trunk@1578 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td align="left" valign="bottom" colspan="2"><span class="maintitle">{TOPIC_TITLE}</span><br />
|
||||
<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>
|
||||
</tr>
|
||||
@@ -35,7 +35,7 @@
|
||||
<td class="{postrow.ROW_CLASS}" height="28" valign="top">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}:
|
||||
<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>
|
||||
<td nowrap="nowrap" valign="top" align="right">{postrow.QUOTE_IMG}
|
||||
@@ -51,8 +51,8 @@
|
||||
</td>
|
||||
</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="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">
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user