Actions
Bug #1355
closedxxv 1.7.0 keine Menüdarstellung links unter Programm
Description
Bedingungen :
xxv 1.7.0 git vom 2.5.2013
mysql 5.5.31-0ubuntu0.12.04.1 (Ubuntu)
Variablen programgroup für WebFXTreeItem werden nicht richtig aufgelöst.
Lösung : help.tmpl korrigiert :
--- ./pure_xxv/xxv/skins/html/help.tmpl 2013-05-02 14:09:23.291694474 +0200 +++ ./xxv/xxv/skins/html/help.tmpl 2013-05-02 14:26:18.032726310 +0200 @@ -50,7 +50,7 @@ <?% IF allow('schema') %?> var program = new WebFXTreeItem("<?% gettext("Program guide") %?>","?cmd=schema",tree); <?% IF allow('topten') %?>program.add(new WebFXTreeItem("<?% gettext("Top ten entry") %?>", "?cmd=t10"));<?% END %?> - <?% FOREACH ch = param.CHANNELS %?> + <?% FOREACH ch IN param.CHANNELS %?> <?% IF ch.2 != lastgroup;lastgroup = ch.2 %?> <?% CNT = CNT + 1 %?> var programgroup<?% CNT %?> = new WebFXTreeItem("<?% escape(chop(lastgroup,10)) %?>", "?cmd=program&data=<?% ch.1 %?>",program);
Files
Actions