diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-04-07 16:11:08 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-04-07 16:11:08 +0000 |
| commit | 4661c74cdb300f64e3058cbc384148d76c703d56 (patch) | |
| tree | e9415a41777b589a44bc2bac854e5694f98b925c /html | |
| parent | 00bd3aff2a832d6b7379fc02ccbd5c884acc6d7c (diff) | |
| download | xxv-4661c74cdb300f64e3058cbc384148d76c703d56.tar.gz xxv-4661c74cdb300f64e3058cbc384148d76c703d56.tar.bz2 | |
* Remove String::Escape, use now regular expression to remove unwanted part of unicode as last character
* Reformat message 'Couldn't load perl module...'
* different ways to load binary/text files
* RECORDS: Prepare list of commands at perl code and not into template code
* RECORDS: Load images less strictness
* Reorder locale routines
Diffstat (limited to 'html')
| -rw-r--r-- | html/rdisplay.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rdisplay.tmpl b/html/rdisplay.tmpl index 11c051a..8ca6b93 100644 --- a/html/rdisplay.tmpl +++ b/html/rdisplay.tmpl @@ -104,7 +104,7 @@ <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.split(':').first %?></option> + <option value='<?% c %?>_<?% data.RecordId %?>'><?% cmd %?></option> <?% END %?> </select> <?% END %?> |
