1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixes #4346 - TinyMce parser issue. Hide side-panel help icon on legacy admin theme.

This commit is contained in:
Cameron
2021-02-05 18:31:54 -08:00
parent ddc53d00be
commit 2337b075a8
8 changed files with 224 additions and 90 deletions

View File

@@ -2658,6 +2658,10 @@ Inverse 10 <span class="badge badge-inverse">10</span>
*/
private function renderHelpIcon()
{
if(deftrue('THEME_STYLE') !== 'css/modern-light.css' && deftrue('THEME_STYLE') !=='css/modern-dark.css')
{
return null;
}
$text = '
<ul class="nav nav-pills nav-stacked" style="position: absolute;bottom: 100px;">