mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Chatbox admin cleanup, caption and $mes showing again
This commit is contained in:
@@ -81,7 +81,6 @@ if (isset($_POST['recalculate']))
|
|||||||
$mes->addSuccess(CHBLAN_33);
|
$mes->addSuccess(CHBLAN_33);
|
||||||
}
|
}
|
||||||
|
|
||||||
$ns->tablerender($caption, $mes->render() . $text);
|
|
||||||
|
|
||||||
if(!isset($pref['cb_mod']))
|
if(!isset($pref['cb_mod']))
|
||||||
{
|
{
|
||||||
@@ -133,7 +132,7 @@ $text = "
|
|||||||
</div>
|
</div>
|
||||||
</form>";
|
</form>";
|
||||||
|
|
||||||
$ns->tablerender(CHBLAN_20, $text);
|
$ns->tablerender(CHBLAN_20, $mes->render().$text);
|
||||||
|
|
||||||
require_once(e_ADMIN."footer.php");
|
require_once(e_ADMIN."footer.php");
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user