From 04928512a563057631351f662047b709ddef2201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCckner?= Date: Tue, 24 Apr 2007 20:57:19 +0000 Subject: - fixed table design error at searchtimers.ecpp --- httpd/tntnet.cpp | 4 ++-- pages/searchtimers.ecpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/httpd/tntnet.cpp b/httpd/tntnet.cpp index 98f2ac9..5baa485 100644 --- a/httpd/tntnet.cpp +++ b/httpd/tntnet.cpp @@ -44,11 +44,11 @@ #endif #ifndef TNTNET_CONF -# define TNTNET_CONF "/etc/tntnet.conf" +# define TNTNET_CONF "/var/lib/vdr/plugins/live/httpd.config" #endif #ifndef TNTNET_PID -# define TNTNET_PID "/var/run/tntnet.pid" +# define TNTNET_PID "/var/run/vdr/tntnet.pid" #endif log_define("tntnet.tntnet") diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index b63acef..2722627 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -61,7 +61,6 @@ using namespace std; <$ timer->ChannelText() $> UseTime() ? timer->StartTimeFormatted() ?> UseTime() ? timer->StopTimeFormatted() ?> -   .png" alt="" <& tooltip.hint text=(tr("Toggle search timer actions (in)active")) &>/> > /> -- cgit v1.2.3