1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

Maintenance administration - ajax implementation;

Solved number of bbcode issues (lot more to do);
e_form::bbarea method added (automated bb textarea creation);
admin_theme for blank theme
This commit is contained in:
secretr
2009-01-07 15:40:06 +00:00
parent 320da6645e
commit bd228fc99f
10 changed files with 304 additions and 114 deletions

View File

@@ -9,8 +9,8 @@
* Administration Area - Meta Tags
*
* $Source: /cvs_backup/e107_0.8/e107_admin/meta.php,v $
* $Revision: 1.5 $
* $Date: 2008-12-21 12:53:11 $
* $Revision: 1.6 $
* $Date: 2009-01-07 15:40:06 $
* $Author: secretr $
*
*/
@@ -142,10 +142,8 @@ require_once("footer.php");
*/
function headerjs()
{
require_once(e_HANDLER.'js_helper.php');
$ret = "
<script type='text/javascript'>
//add required core lan - delete confirm message
var e107Admin = {}
e107Admin.initRules = {
'Helper': true,