diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-12-16 14:37:56 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-12-16 14:37:56 +0000 |
| commit | e74bdb7184b4e72ae58c5175464ef6a3db96aff7 (patch) | |
| tree | 48b6c98ce3b2c5fd55a94f038c354b7f7e5bc42b /html/mlist.tmpl | |
| parent | 26868547aed93bdba91157faa30db80db06573ba (diff) | |
| download | xxv-e74bdb7184b4e72ae58c5175464ef6a3db96aff7.tar.gz xxv-e74bdb7184b4e72ae58c5175464ef6a3db96aff7.tar.bz2 | |
* VTX: Embedded vtx-font inside module, drop graphics from VTXPATH
* HTTPD: remove binary from url as parameter, now defined at cmdobj, inside modul header
* EPG: rename VPS to PDC, Programme Delivery Control
* tools: add con_err,con_msg to dump message on console and log file
* RECORDS: Show message after editing recording
* MUSIC: remove proxy from playlist building, use proxy only to playing files
Diffstat (limited to 'html/mlist.tmpl')
| -rw-r--r-- | html/mlist.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/mlist.tmpl b/html/mlist.tmpl index cf6b389..0608359 100644 --- a/html/mlist.tmpl +++ b/html/mlist.tmpl @@ -37,7 +37,7 @@ <b> <?% IF allow('mplay') %?> -<a href="#" onClick="Play('<?% gettext("Nothing selected!") %?>',document.musicform,'<?% param.proxy %?>')"> +<a href="#" onClick="Play('<?% gettext("Nothing selected!") %?>',document.musicform)"> [<?% gettext("Play selected songs") %?>] </a> <?% END %?> @@ -67,7 +67,7 @@ </tr> <tr> <td colspan=<?% zeile.size %?>> - <img class="cover" src="?cmd=mcoverimage&data=<?% zeile.0 %?>&__binary=1" alt="<?% zeile.2 %?>" align="right" /> + <img class="cover" src="?cmd=mcoverimage&data=<?% zeile.0 %?>" alt="<?% zeile.2 %?>" align="right" /> <?% albummark = "Album"+loop.count %?> <h1>Album: <?% zeile.2 %?> <font size=2><a href="#" onClick="selSwitch(document.musicform, '<?% albummark %?>')">[<?% gettext("Selection") %?> album]</a></font></h1> <h3> |
