mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Bugtracker #3784 - improve Lamb thread display
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_themes/lamb/forum_post_template.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_themes/lamb/forum_post_template.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-02-20 19:10:31 $
|
| $Date: 2007-02-24 09:40:42 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -116,7 +116,7 @@ $FORUMPOST_REPLY = "
|
|||||||
{FORMSTART}
|
{FORMSTART}
|
||||||
<table style='".USER_WIDTH."' class='fborder'>
|
<table style='".USER_WIDTH."' class='fborder'>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='2' class='fcaption'>{BACKLINK}
|
<td colspan='2' class='nforumcaption'>{BACKLINK}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{USERBOX}
|
{USERBOX}
|
||||||
@@ -161,7 +161,7 @@ if(!$LATESTPOSTS_START)
|
|||||||
$LATESTPOSTS_START = "
|
$LATESTPOSTS_START = "
|
||||||
<table style='".USER_WIDTH."' class='fborder'>
|
<table style='".USER_WIDTH."' class='fborder'>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='2' class='fcaption' style='vertical-align:top'>".
|
<td colspan='2' class='nforumcaption' style='vertical-align:top'>".
|
||||||
LAN_101."{LATESTPOSTSCOUNT}".LAN_102."
|
LAN_101."{LATESTPOSTSCOUNT}".LAN_102."
|
||||||
</td>
|
</td>
|
||||||
</tr>";
|
</tr>";
|
||||||
@@ -192,7 +192,7 @@ if(!$THREADTOPIC_REPLY)
|
|||||||
$THREADTOPIC_REPLY = "
|
$THREADTOPIC_REPLY = "
|
||||||
<table style='".USER_WIDTH."' class='fborder'>
|
<table style='".USER_WIDTH."' class='fborder'>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='2' class='fcaption' style='vertical-align:top'>".LAN_100."</td>
|
<td colspan='2' class='nforumcaption' style='vertical-align:top'>".LAN_100."</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='forumheader3' style='width:20%;vertical-align:top'><b>{POSTER}</b></td>
|
<td class='forumheader3' style='width:20%;vertical-align:top'><b>{POSTER}</b></td>
|
||||||
@@ -204,6 +204,7 @@ $THREADTOPIC_REPLY = "
|
|||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$FORUMTHREADPOSTED = "
|
$FORUMTHREADPOSTED = "
|
||||||
<table style='width:100%' class='fborder'>
|
<table style='width:100%' class='fborder'>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user