summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-04-24 20:57:19 +0000
committerMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-04-24 20:57:19 +0000
commit04928512a563057631351f662047b709ddef2201 (patch)
tree40c97a3c83ba3b8a9fe48a36f10c6f6ae451c1a1
parentd4dcdd1b39d3bc749de5df6a3160e2997bef982d (diff)
downloadvdr-plugin-live-04928512a563057631351f662047b709ddef2201.tar.gz
vdr-plugin-live-04928512a563057631351f662047b709ddef2201.tar.bz2
- fixed table design error at searchtimers.ecpp
-rw-r--r--httpd/tntnet.cpp4
-rw-r--r--pages/searchtimers.ecpp1
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;
<td><$ timer->ChannelText() $></td>
<td><? timer->UseTime() ? timer->StartTimeFormatted() ?></td>
<td><? timer->UseTime() ? timer->StopTimeFormatted() ?></td>
- <td>&nbsp;</td>
<td><a href="searchtimers.html?searchtimerid=<$ timer->Id() $>&action=toggle"><img src="/<$ timer->UseAsSearchTimer() ? "active" : "inactive" $>.png" alt="" <& tooltip.hint text=(tr("Toggle search timer actions (in)active")) &>/></a></td>
<td><a href="searchresults.html?searchtimerid=<$ timer->Id() $>"><img src="/search.png" border="0" alt="" <& tooltip.hint text=(tr("Browse search timer results")) &> ></a></td>
<td><a href="edit_searchtimer.html?searchtimerid=<$ timer->Id() $>"><img src="/edit.png" alt="" <& tooltip.hint text=(tr("Edit search timer")) &>/></a></td>