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:
@@ -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>
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user