summaryrefslogtreecommitdiff
path: root/pages/pageelems.ecpp
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-03-25 13:21:20 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-03-25 13:21:20 +0000
commitf30f50cbb37d23888707947608102145406fe4cc (patch)
treecf928569c2a802d3a104850f47cb6fb3685b4a8c /pages/pageelems.ecpp
parent69aacc3f84187c1b370763e5164778d76fc1724b (diff)
downloadvdr-plugin-live-f30f50cbb37d23888707947608102145406fe4cc.tar.gz
vdr-plugin-live-f30f50cbb37d23888707947608102145406fe4cc.tar.bz2
Added tooltips in status box
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 2be823c..6ed608a 100644
--- a/pages/pageelems.ecpp
+++ b/pages/pageelems.ecpp
@@ -124,7 +124,7 @@ using namespace vdrlive;
<div class="duration">&nbsp;<$ duration $></div>
</div>
<div class="st_controls">
- <div class="st_btns"><a href="javascript:LiveStatusToggleUpdate()" ><img id="statusReloadBtn" src="stop.png" alt="" /></a><%cpp>if (!prev_chan.empty()) { </%cpp><& ajax_action_href action=("switch_channel") param=(prev_chan) image=("one_downarrow.png") &><%cpp> } if (!next_chan.empty()) { </%cpp><& ajax_action_href action=("switch_channel") param=(next_chan) image=("one_uparrow.png") &><%cpp> } </%cpp></div>
+ <div class="st_btns"><a href="javascript:LiveStatusToggleUpdate()" <& tooltip.hint text=(tr("Stop updates")) &>><img id="statusReloadBtn" src="stop.png" alt="" /></a><%cpp>if (!prev_chan.empty()) { </%cpp><& ajax_action_href action=("switch_channel") param=(prev_chan) image=("one_downarrow.png") tip=(tr("previous channel")) &><%cpp> } if (!next_chan.empty()) { </%cpp><& ajax_action_href action=("switch_channel") param=(next_chan) image=("one_uparrow.png") tip=(tr("next channel")) &><%cpp> } </%cpp></div>
% if (elapsed >= 0) {
<div class="st_pbar"><& pageelems.progressbar progress=(elapsed) &></div>
% }