diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-13 01:04:06 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-13 01:04:06 +0000 |
commit | 876900b6b9bba3b3647e9356f8e0c8126549e26a (patch) | |
tree | f4401a6ca9e53ca394bb1cabe81181c0f9b6dd88 | |
parent | 908fea95b962cc1f2ac559ef57bd45e597f15c19 (diff) | |
download | vdr-plugin-live-876900b6b9bba3b3647e9356f8e0c8126549e26a.tar.gz vdr-plugin-live-876900b6b9bba3b3647e9356f8e0c8126549e26a.tar.bz2 |
Added border="0" for recording icon
-rw-r--r-- | pages/pageelems.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index 9ed85b6..0ca16a3 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -42,7 +42,7 @@ component; tChannelID channelid; tEventID eventid; </%args> - <a href="edit_timer.html?channelid=<$ *channelid.ToString() $>&eventid=<$ eventid $>"><img src="/record.png" alt="" <& tooltip_widget tooltip=(tr("Record this")) &> /></a> + <a href="edit_timer.html?channelid=<$ *channelid.ToString() $>&eventid=<$ eventid $>"><img src="/record.png" alt="" <& tooltip_widget tooltip=(tr("Record this")) &> border="0"/></a> <%cpp> </%cpp> |