1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Custom Pages administration ready;

BBcode help small fixes;
admin JS improvements
This commit is contained in:
secretr
2008-12-29 15:23:06 +00:00
parent 4d7acbdcae
commit 887df36f03
8 changed files with 344 additions and 246 deletions

View File

@@ -12,8 +12,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
| $Revision: 1.26 $
| $Date: 2008-12-23 15:18:31 $
| $Revision: 1.27 $
| $Date: 2008-12-29 15:23:06 $
| $Author: secretr $
+---------------------------------------------------------------+
*/
@@ -282,6 +282,18 @@ $body_onload = "";
//
/*
* Admin LAN
*/
require_once(e_HANDLER.'js_helper.php');
echo "
<script type='text/javascript'>
(".e_jshelper::toString(LAN_JSCONFIRM).").addModLan('core', 'delete_confirm');
(".e_jshelper::toString(LAN_DELETE).").addModLan('core', 'delete');
</script>
";
/*
* Fire Event e107:loaded
*/