diff options
Diffstat (limited to 'html/program.tmpl')
| -rw-r--r-- | html/program.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/program.tmpl b/html/program.tmpl index e5ba30c..3fdbc0f 100644 --- a/html/program.tmpl +++ b/html/program.tmpl @@ -77,8 +77,8 @@ <?% ELSIF allow('tnew') %?> <a href="?cmd=tnew&data=<?% zeile.0 %?>"><span name='recordlink' id='<?% zeile.0 %?>' class='normal'>[<?% gettext("To record") %?>]</span></a> <?% END %?> - <?% level = getModule('SHARE').getEventLevel(zeile.0) %?> - <?% IF level %?><br/><?% "*" FILTER repeat(level) %?><?% END %?> + <?% level = zeile.13 %?> + <?% IF level && allow('topten') %?><br/><a href="?cmd=topten" title="<?% gettext("Top Ten entrys") %?>" ><?% "*" FILTER repeat(level) %?></a><?% END %?> </td> <?% ELSIF c == 2; # Text Field %?> <td> |
