1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Minor GUI fix to userposts.

This commit is contained in:
Cameron
2016-02-25 12:54:30 -08:00
parent 294ff7a6d0
commit 4960859935
2 changed files with 7 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ $USERPOSTS_NP_TABLE = $USERPOSTS_TEMPLATE['np_table']; // BC, will be removed
<div>
{NEXTPREV}
<form method='post' action='".e_REQUEST_URL."'>
<table class='table fborder up-forum' id='up-forum'>
<table class='table table-striped fborder up-forum' id='up-forum'>
";
$USERPOSTS_FORUM_TABLE_START = $USERPOSTS_TEMPLATE['forum_table_start']; // BC, will be removed
@@ -89,12 +89,11 @@ $USERPOSTS_NP_TABLE = $USERPOSTS_TEMPLATE['np_table']; // BC, will be removed
$USERPOSTS_FORUM_TABLE = $USERPOSTS_TEMPLATE['forum_table']; // BC, will be removed
$USERPOSTS_TEMPLATE['forum_table_end'] = "
<tr>
<td class='forumheader' style='text-align:right'>
{USERPOSTS_FORUM_SEARCH}
</td>
</tr>
</table>
<div class='text-right'>
{USERPOSTS_FORUM_SEARCH}
</div>
</form>
{NEXTPREV}
</div>

View File

@@ -194,6 +194,8 @@ elseif ($action == 'forums')
ORDER BY p.post_datestamp DESC LIMIT {$from}, 10
";
$debug = deftrue('e_DEBUG');
if (!$sql->gen($qry))
{
$ftext .= "<span class='mediumtext'>".UP_LAN_8.'</span>';