diff options
| author | Frank Herrmann <xpix@xpix.de> | 2008-03-18 20:59:05 +0000 |
|---|---|---|
| committer | Frank Herrmann <xpix@xpix.de> | 2008-03-18 20:59:05 +0000 |
| commit | 11748ff43bcdda4bf8cfa0316f3a2e31b56957d6 (patch) | |
| tree | a9621ec254c15d98c505d980f68a7a098424ba73 /skins/xstyle/program.tmpl | |
| parent | 41258b708e28c9387eb6251d11187a7e55ea9009 (diff) | |
| download | xxv-11748ff43bcdda4bf8cfa0316f3a2e31b56957d6.tar.gz xxv-11748ff43bcdda4bf8cfa0316f3a2e31b56957d6.tar.bz2 | |
- bugfix: change timerid for schema
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 31ed2fb..42ba1ac 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 %?> + <?% INCLUDE 'bloecke/event_links.tmpl' data=zeile timerid=zeile.10 %?> </td> <?% ELSIF c == 2; # Text Field %?> <td> |
