mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +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);
|
$mes->addError(LAN_DELETED_FAILED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$ns->tablerender($caption, $mes->render() . $text);
|
|
||||||
|
echo $mes->render();
|
||||||
|
|
||||||
|
|
||||||
// Show Existing -------
|
// Show Existing -------
|
||||||
if ($action == "main" || $action == "")
|
if ($action == "main" || $action == "")
|
||||||
@@ -183,7 +185,7 @@ if ($action == "create" || $action == "edit")
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<tr>
|
<tr>
|
||||||
<td>".WMLAN_10."</td>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<td>".WMLAN_04."</td>
|
<td>".WMLAN_04."</td>
|
||||||
|
@@ -153,6 +153,7 @@ $HEADER['default'] = '
|
|||||||
</div><!--/span-->
|
</div><!--/span-->
|
||||||
<div class="span9">
|
<div class="span9">
|
||||||
{SETSTYLE=default}
|
{SETSTYLE=default}
|
||||||
|
{WMESSAGE}
|
||||||
';
|
';
|
||||||
|
|
||||||
|
|
||||||
@@ -176,7 +177,7 @@ $HEADER['default-home'] = $HEADER['default'];
|
|||||||
|
|
||||||
|
|
||||||
$FOOTER['default-home'] = '
|
$FOOTER['default-home'] = '
|
||||||
{WMESSAGE}
|
|
||||||
{SETSTYLE=span4}
|
{SETSTYLE=span4}
|
||||||
|
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
|
Reference in New Issue
Block a user