1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

GUI and backwards compatibility fixes

This commit is contained in:
Tijn Kuyper
2012-12-22 11:42:02 +01:00
parent 97d4ea731c
commit 9f3f37f3a1
10 changed files with 80 additions and 48 deletions

View File

@@ -20,7 +20,7 @@ if (!defined('e107_INIT')) { exit; }
$NEWSFEED_MAIN_CAPTION = NFLAN_38;
$NEWSFEED_LIST_START = "
<table style='width: 100%;' class='fborder'>\n";
<table style='width: 100%;' class='table fborder'>\n";
$NEWSFEED_LIST = "
<tr>
@@ -32,7 +32,7 @@ $NEWSFEED_LIST_END = "
</table>\n";
$NEWSFEED_MAIN_START = "
<table style='width: 100%;' class='fborder'>
<table style='width: 100%;' class='table fborder'>
<tr>
<td class='forumheader'>{FEEDIMAGE} {FEEDTITLE}</td>
</tr>