diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/rdisplay.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/rdisplay.tmpl b/html/rdisplay.tmpl index 0d8cebe..9263be8 100644 --- a/html/rdisplay.tmpl +++ b/html/rdisplay.tmpl @@ -99,12 +99,12 @@ </a> <?% IF allow('rconvert') %?> <br /> - <select name='data' onChange="di(this.form.data.options[this.form.data.options.selectedIndex].value, '?cmd=rconvert&data=')"> + <select name='data' onChange="di(this.form.data.options[this.form.data.options.selectedIndex].value, '?cmd=rconvert&data=<?% data.RecordId %?>&__action=save&__cmd=')"> <?% c = 0 %?> <option value='0'><?% gettext("Choose a command to edit this recording ...") %?>:</option> <?% FOREACH cmd = param.reccmds %?> <?% c = c + 1 %?> - <option value='<?% c %?>_<?% data.RecordId %?>'><?% cmd %?></option> + <option value='<?% c %?>'><?% cmd %?></option> <?% END %?> </select> <?% END %?> |
