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

Menu-Manager side-panel height fix.

This commit is contained in:
Cameron
2017-03-20 11:18:02 -07:00
parent b5578a64e0
commit ae8e1f1198
5 changed files with 94 additions and 9 deletions

View File

@@ -157,6 +157,7 @@ class admin_shortcodes
if(function_exists('e_help') && ($tmp = e_help())) // new in v2.x for non-admin-ui admin pages.
{
$ns->setUniqueId('sc-admin-help');
$help_text = $ns->tablerender($tmp['caption'],$tmp['text'],'e_help',true);
}