diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2010-03-30 14:47:37 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2010-03-30 14:47:37 +0000 |
| commit | ea9aefb015b3006b3a8bf853136c0ed36136f988 (patch) | |
| tree | f71de91e5443b7421ed3d3bf2214e8984c6ee4b1 /html | |
| parent | 7b6f17bcd24218a4c1a57ba4151e2cd91ae55d55 (diff) | |
| download | xxv-ea9aefb015b3006b3a8bf853136c0ed36136f988.tar.gz xxv-ea9aefb015b3006b3a8bf853136c0ed36136f988.tar.bz2 | |
* RECORDS: rewrite handling of commands
* skins: adapt command rconvert to common method
* jason: add rconvert
* jason: reorder context menus
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 %?> |
