From f30f50cbb37d23888707947608102145406fe4cc Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Sun, 25 Mar 2007 13:21:20 +0000 Subject: Added tooltips in status box --- pages/pageelems.ecpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;
 <$ duration $>
-
<%cpp>if (!prev_chan.empty()) { <& ajax_action_href action=("switch_channel") param=(prev_chan) image=("one_downarrow.png") &><%cpp> } if (!next_chan.empty()) { <& ajax_action_href action=("switch_channel") param=(next_chan) image=("one_uparrow.png") &><%cpp> }
+
><%cpp>if (!prev_chan.empty()) { <& ajax_action_href action=("switch_channel") param=(prev_chan) image=("one_downarrow.png") tip=(tr("previous channel")) &><%cpp> } if (!next_chan.empty()) { <& ajax_action_href action=("switch_channel") param=(next_chan) image=("one_uparrow.png") tip=(tr("next channel")) &><%cpp> }
% if (elapsed >= 0) {
<& pageelems.progressbar progress=(elapsed) &>
% } -- cgit v1.2.3