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

Issue #249 - welcome-message placement in bootstrap theme.

This commit is contained in:
Cameron
2013-05-05 17:23:12 -07:00
parent fb1f376a90
commit 7099d08270
2 changed files with 6 additions and 3 deletions

View File

@@ -112,7 +112,9 @@ if (isset($_POST['main_delete']))
$mes->addError(LAN_DELETED_FAILED);
}
}
$ns->tablerender($caption, $mes->render() . $text);
echo $mes->render();
// Show Existing -------
if ($action == "main" || $action == "")
@@ -183,7 +185,7 @@ if ($action == "create" || $action == "edit")
</colgroup>
<tr>
<td>".WMLAN_10."</td>
<td>".$frm->text(wm_caption, $tp->toForm(vartrue($row['gen_ip'])), 80)."</td>
<td>".$frm->text('wm_caption', $tp->toForm(vartrue($row['gen_ip'])), 80)."</td>
</tr>
<tr>
<td>".WMLAN_04."</td>

View File

@@ -153,6 +153,7 @@ $HEADER['default'] = '
</div><!--/span-->
<div class="span9">
{SETSTYLE=default}
{WMESSAGE}
';
@@ -176,7 +177,7 @@ $HEADER['default-home'] = $HEADER['default'];
$FOOTER['default-home'] = '
{WMESSAGE}
{SETSTYLE=span4}
<div class="row-fluid">