diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-12-01 17:17:53 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-12-01 17:17:53 +0000 |
| commit | 470bbc6be3a5ffa1f890aa3c507f6ef489110b73 (patch) | |
| tree | 851ae458f80acf2e1c9871b0c1bde2c8259cd662 /html | |
| parent | 1acb7bfd3d1ef3d4c45218c2d797341e1f34a816 (diff) | |
| download | xxv-470bbc6be3a5ffa1f890aa3c507f6ef489110b73.tar.gz xxv-470bbc6be3a5ffa1f890aa3c507f6ef489110b73.tar.bz2 | |
* CONFIG: Warn if real modul name missed
* RECORDS: Redirect encode url
* RECORDS: Option 'undefined channel' was'nt showed
Diffstat (limited to 'html')
| -rw-r--r-- | html/rlist.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/rlist.tmpl b/html/rlist.tmpl index 5b3ae79..c1504d1 100644 --- a/html/rlist.tmpl +++ b/html/rlist.tmpl @@ -97,7 +97,7 @@ <tr> <td> <?% IF enableform %?> - <input type="checkbox" value="<?% id %?>" name="<?% title %?>" /> + <input type="checkbox" value="<?% id %?>" name="<?% fulltitle %?>" /> <?% END %?> <?% PROCESS time t=start %?><br /> <?% gettext("Duration") %?>: <?% PROCESS dur d=duration %?> @@ -200,7 +200,7 @@ <td> <?% IF c == 0 %?> <?% IF enableform %?> - <input type="checkbox" value="<?% id %?>" name="<?% title %?>" /> + <input type="checkbox" value="<?% id %?>" name="<?% fulltitle %?>" /> <?% END %?> <?% PROCESS time t=start %?> <?% ELSIF c == 4 %?> |
