1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Admin Userclass styling and notice fixes.

This commit is contained in:
Cameron
2013-04-30 01:28:44 -07:00
parent d5b572d925
commit bae6d6f2ee
6 changed files with 40 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ class admin_shortcodes
if(function_exists('e_help')) // new in v2.x for non-admin-ui admin pages.
{
$tmp = e_help();
return $ns->tablerender($tmp['caption'],$tmp['text'],'',true);
return $ns->tablerender($tmp['caption'],$tmp['text'],'e_help',true);
}
$helpfile = '';