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:
@@ -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 = '';
|
||||
|
Reference in New Issue
Block a user