summaryrefslogtreecommitdiff
path: root/pages/pageelems.ecpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-19 21:33:23 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-19 21:33:23 +0000
commit359faf6c427f3ced6ec938e8b029b5f614eed4eb (patch)
tree878cedb4aeea61856500bac67c183b2aebcf12ca /pages/pageelems.ecpp
parenta0f950a57be97a09ff1ea8a1339232379d37574c (diff)
downloadvdr-plugin-live-359faf6c427f3ced6ec938e8b029b5f614eed4eb.tar.gz
vdr-plugin-live-359faf6c427f3ced6ec938e8b029b5f614eed4eb.tar.bz2
- converted all tChannelID::ToString and *::FromString calls to the stream operators when streams are involved
Diffstat (limited to 'pages/pageelems.ecpp')
-rw-r--r--pages/pageelems.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp
index 9adb045..932184b 100644
--- a/pages/pageelems.ecpp
+++ b/pages/pageelems.ecpp
@@ -45,7 +45,7 @@ component;
tChannelID channelid;
tEventID eventid;
</%args>
- <a href="edit_timer.html?channelid=<$ *channelid.ToString() $>&eventid=<$ eventid $>"><img src="record.png" alt="" <& tooltip.hint text=(tr("Record this")) &> /></a>
+ <a href="edit_timer.html?channelid=<$ channelid $>&eventid=<$ eventid $>"><img src="record.png" alt="" <& tooltip.hint text=(tr("Record this")) &> /></a>
</%def>
<%def ajax_js>