mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
forum work
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_icons_template.php,v $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2008-12-07 04:16:39 $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2008-12-08 02:33:34 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -51,6 +51,7 @@ define("IMAGE_admin_move2", "<img src='".img_path('admin_move.png')."' alt='".LA
|
||||
define("IMAGE_post", "<img src='".img_path('post.png')."' alt='' title='' style='border:0' />");
|
||||
define("IMAGE_post2", "<img src='".img_path('post2.png')."' alt='' title='' style='border:0; vertical-align:bottom' />");
|
||||
define("IMAGE_report", "<img src='".img_path('report.png')."' alt='".LAN_413."' title='".LAN_413."' style='border:0' />");
|
||||
define("IMAGE_attachment", "<img src='".img_path('attach.png')."' alt='' title='' style='border:0' />");
|
||||
|
||||
define("IMAGE_track", "<img src='".img_path('track.png')."' alt='".LAN_392."' title='".LAN_392."' style='border:0' />");
|
||||
define("IMAGE_untrack", "<img src='".img_path('untrack.png')."' alt='".LAN_391."' title='".LAN_391."' style='border:0' />");
|
||||
|
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_viewtopic_template.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2006-12-16 14:13:28 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2008-12-08 02:33:34 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -27,6 +27,9 @@ $sc_style['LASTEDIT']['post'] = " ]</span>";
|
||||
$sc_style['LEVEL']['pre'] = "<div class='spacer'>";
|
||||
$sc_style['LEVEL']['post'] = "</div>";
|
||||
|
||||
$sc_style['ATTACHMENTS']['pre'] = "<div id='forum_attachments'><br />";
|
||||
$sc_style['ATTACHMENTS']['post'] = "</div>";
|
||||
|
||||
$sc_style['ANON_IP']['pre'] = "<br /><div class='smalltext'>";
|
||||
$sc_style['ANON_IP']['post'] = "</div>";
|
||||
|
||||
@@ -104,7 +107,7 @@ $FORUMTHREADSTYLE = "<tr>
|
||||
{THREADDATESTAMP}
|
||||
</td>
|
||||
<td style='text-align:right'>
|
||||
{REPORTIMG}{EDITIMG}{QUOTEIMG}
|
||||
{EMAILITEM} {PRINTITEM} {REPORTIMG}{EDITIMG}{QUOTEIMG}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -125,6 +128,7 @@ $FORUMTHREADSTYLE = "<tr>
|
||||
</td>
|
||||
<td class='forumheader3' style='vertical-align:top'>{POLL}
|
||||
{POST}
|
||||
{ATTACHMENTS}
|
||||
{LASTEDIT}
|
||||
{SIGNATURE}
|
||||
</td>
|
||||
@@ -210,6 +214,7 @@ $FORUMREPLYSTYLE = "<tr>
|
||||
</div>
|
||||
</td>
|
||||
<td class='forumheader3' style='vertical-align:top'>{POST}
|
||||
{ATTACHMENTS}
|
||||
{LASTEDIT}
|
||||
{SIGNATURE}
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user