From 423b3f2852a891c8f92bad46f349826b7e8abe5f Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 23 Nov 2008 17:49:51 +0100 Subject: Visual enhancement: Make progress bar invisible if duration is 0. Visual enhancement: fixed and changed several access path to the img/transparent.png invisible image. --- pages/timerconflicts.ecpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pages/timerconflicts.ecpp') diff --git a/pages/timerconflicts.ecpp b/pages/timerconflicts.ecpp index 4e2c15c..b9e3669 100644 --- a/pages/timerconflicts.ecpp +++ b/pages/timerconflicts.ecpp @@ -56,16 +56,16 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); - +
<$ trVDR("Channel") $>
<$ trVDR("Start") $>
<$ trVDR("Stop") $>
<$ trVDR("Priority") $>
<$ trVDR("File") $>
- - - - + + + + <%cpp> for (std::list::const_iterator timerIndex = confltimer->concurrentTimerIndices.begin(); timerIndex != confltimer->concurrentTimerIndices.end(); ++timerIndex) { -- cgit v1.2.3