mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 13:52:35 +02:00
Admin UI minor improvements; cleanup - warnings removal; various minor bugfixes
This commit is contained in:
@@ -1845,6 +1845,7 @@ class e_form
|
||||
$text .= "
|
||||
<form method='post' action='".$url."' id='{$form['id']}-form' enctype='multipart/form-data'>
|
||||
<div>
|
||||
".vartrue($form['header'])."
|
||||
".$this->token()."
|
||||
";
|
||||
|
||||
@@ -1855,6 +1856,7 @@ class e_form
|
||||
}
|
||||
|
||||
$text .= "
|
||||
".vartrue($form['footer'])."
|
||||
</div>
|
||||
</form>
|
||||
";
|
||||
|
Reference in New Issue
Block a user