diff options
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 %?> |
