mirror of
https://github.com/e107inc/e107.git
synced 2025-05-09 13:45:29 +02:00
Bugtracker #3913 - 'Edited' message missing in some themes
This commit is contained in:
parent
f4ee759ecc
commit
c74d3b4913
e107_themes
@ -11,14 +11,17 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/forum_template.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-01-20 16:28:13 $
|
||||
| $Author: mrpete $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2007-07-27 19:08:43 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$sc_style['LASTEDIT']['pre'] = "<br /><br /><span class='smallblacktext'>[ ".LAN_29." ";
|
||||
$sc_style['LASTEDIT']['post'] = " ]</span>";
|
||||
|
||||
$sc_style['ANON_IP']['pre'] = "<br /><span class='smalltext'>";
|
||||
$sc_style['ANON_IP']['post'] = "</span>";
|
||||
|
||||
@ -73,7 +76,7 @@ $FORUMTHREADSTYLE = "
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n{AVATAR}\n<div class='smalltext'>\n{CUSTOMTITLE}\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{USER_EXTENDED=location.text_value}\n{POSTS}\n</div>\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>{POLL}\n{POST}\n{SIGNATURE}\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>{POLL}\n{POST}\n{LASTEDIT}\n{SIGNATURE}\n</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread2'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
@ -105,7 +108,7 @@ $FORUMREPLYSTYLE = "
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n{AVATAR}\n<span class='smalltext'>\n{CUSTOMTITLE}\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{USER_EXTENDED=location.text_value}\n{POSTS}\n</span>\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n{POST}\n{SIGNATURE}\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n{POST}\n{LASTEDIT}\n{SIGNATURE}\n</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread2'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
|
@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_viewtopic_template.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:54 $
|
||||
| $Author: mcfly_e107 $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-07-27 19:08:43 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@ -22,6 +22,9 @@ if (!defined('e107_INIT')) { exit; }
|
||||
$icon = (file_exists(THEME."forum/e.png") ? THEME."forum/e.png" : e_PLUGIN."forum/images/lite/e.png");
|
||||
|
||||
|
||||
$sc_style['LASTEDIT']['pre'] = "<br /><br /><span class='smallblacktext'>[ ".LAN_29." ";
|
||||
$sc_style['LASTEDIT']['post'] = " ]</span>";
|
||||
|
||||
$FORUMSTART =
|
||||
BOXOPEN."{BACKLINK}".BOXMAIN."
|
||||
|
||||
@ -99,7 +102,7 @@ $FORUMTHREADSTYLE = "
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumreply2' style='vertical-align:top'>\n{AVATAR}\n<span class='smalltext'>\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n</span>\n</td>
|
||||
<td class='nforumreply2' style='vertical-align:top'>{POLL}\n{POST}\n{SIGNATURE}\n</td>
|
||||
<td class='nforumreply2' style='vertical-align:top'>{POLL}\n{POST}\n{LASTEDIT}\n{SIGNATURE}\n</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumreplycaption'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
@ -132,7 +135,7 @@ $FORUMREPLYSTYLE = "
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumreply2' style='vertical-align:top'>\n{AVATAR}\n<span class='smalltext'>\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n</span>\n</td>
|
||||
<td class='nforumreply2' style='vertical-align:top'>{POST}\n{SIGNATURE}</td>
|
||||
<td class='nforumreply2' style='vertical-align:top'>{POST}\n{LASTEDIT}\n{SIGNATURE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumreplycaption'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
|
@ -11,14 +11,17 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/lamb/forum_viewtopic_template.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:57 $
|
||||
| $Author: mcfly_e107 $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-07-27 19:08:43 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$sc_style['LASTEDIT']['pre'] = "<br /><br /><span class='smallblacktext'>[ ".LAN_29." ";
|
||||
$sc_style['LASTEDIT']['post'] = " ]</span>";
|
||||
|
||||
$icon = (file_exists(THEME."forum/e.png") ? THEME."forum/e.png" : e_PLUGIN."forum/images/lite/e.png");
|
||||
|
||||
$FORUMSTART = "
|
||||
@ -68,7 +71,7 @@ $FORUMSTART = "
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n{AVATAR}\n<span class='smalltext'>\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n</span>\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>{POLL}\n{POST}\n{SIGNATURE}\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>{POLL}\n{POST}\n{LASTEDIT}\n{SIGNATURE}\n</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread2'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
@ -125,7 +128,7 @@ $FORUMSTART = "
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumreply' style='vertical-align:top'>\n{AVATAR}\n<span class='smalltext'>\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n</span>\n</td>
|
||||
<td class='nforumreply' style='vertical-align:top'>{POST}\n{SIGNATURE}</td>
|
||||
<td class='nforumreply' style='vertical-align:top'>{POST}\n{LASTEDIT}\n{SIGNATURE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumreply2'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user