mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Closes #159 - Also shows tooltip layout visibility filter (theme manager) when one or more filters were added already.
This commit is contained in:
@@ -1257,7 +1257,7 @@ class themeHandler
|
|||||||
{
|
{
|
||||||
foreach ($pref['sitetheme_custompages'][$key] as $cp)
|
foreach ($pref['sitetheme_custompages'][$key] as $cp)
|
||||||
{
|
{
|
||||||
$custompage_diz .= "<a href='#element-to-be-shown-{$key}' class='btn btn-mini e-expandit'>".trim($cp)."</a> ";
|
$custompage_diz .= "<a href='#element-to-be-shown-{$key}' title='Set pages which should automatically use this layout. One per line.' class='e-tip btn btn-mini e-expandit'>".trim($cp)."</a> ";
|
||||||
if($count > 4)
|
if($count > 4)
|
||||||
{
|
{
|
||||||
$custompage_diz .= "...";
|
$custompage_diz .= "...";
|
||||||
|
Reference in New Issue
Block a user