diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2010-08-24 17:27:10 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2010-08-24 17:27:10 +0000 |
| commit | 2384e06fdf70bfe51fc242fb06edb54be3a3e4e3 (patch) | |
| tree | ad90c98a1283c9503e216a93ddad8b9abd1ebe24 /skins/xstyle/program.tmpl | |
| parent | 01c98b86cddc100cdcedb3d5363b8fed6edacf1c (diff) | |
| download | xxv-2384e06fdf70bfe51fc242fb06edb54be3a3e4e3.tar.gz xxv-2384e06fdf70bfe51fc242fb06edb54be3a3e4e3.tar.bz2 | |
SHARE: show level on any skins
CONFIG: show moduls description on editing preferences
USER: refactoring createTmpDir
RECORDS: refactoring status handler
SHARE: change order of topten view
Diffstat (limited to 'skins/xstyle/program.tmpl')
| -rw-r--r-- | skins/xstyle/program.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/xstyle/program.tmpl b/skins/xstyle/program.tmpl index 42ba1ac..7d860d9 100644 --- a/skins/xstyle/program.tmpl +++ b/skins/xstyle/program.tmpl @@ -50,7 +50,7 @@ <?% c = c + 1 %?> <?% IF c == 1; # Id Field %?> <td> - <?% INCLUDE 'bloecke/event_links.tmpl' data=zeile timerid=zeile.10 %?> + <?% INCLUDE 'bloecke/event_links.tmpl' data=zeile timerid=zeile.10 level=zeile.13 %?> </td> <?% ELSIF c == 2; # Text Field %?> <td> |
