summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-06-19 20:02:33 +0200
committerJasmin Jessich <jasmin@anw.at>2017-06-19 20:09:05 +0200
commit5cb665d2718b0e5f950b5796c70d92aaffa60b9f (patch)
treead8d204bc4b374a3940fe44faff12ff122a23f4a
parent8c58d6feb3e8134db23c82db2eba16f958658ceb (diff)
downloadvdr-plugin-live-5cb665d2718b0e5f950b5796c70d92aaffa60b9f.tar.gz
vdr-plugin-live-5cb665d2718b0e5f950b5796c70d92aaffa60b9f.tar.bz2
Column 'Searchtimer' in view timer will now wrap
-rw-r--r--pages/timers.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 7b7bdc3..7b7be70 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -157,7 +157,7 @@ static const size_t maximumDescriptionLength = 300;
% }
><$ timer->File() $></a></div>
</td>
- <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin nowrap"><$ searchTimName $></div></td>
+ <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin"><$ searchTimName $></div></td>
<td class="action <? bottom ? "bottomrow" ?>"><a href="timers.html?timerid=<$ SortedTimers::EncodeDomId(timers.GetTimerId(*timer)) $>&action=toggle"><img src="<$ LiveSetup().GetThemedLink("img", (timer->Flags() & tfActive) ? "active.png" : "inactive.png") $>" alt="" <& tooltip.hint text=(tr("Toggle timer active/inactive")) &>></img></a></td>
<td class="action <? bottom ? "bottomrow" ?>"><& pageelems.edit_timer timerId=(timers.GetTimerId(*timer)) &></td>
<td class="action rightcol <? bottom ? "bottomrow" ?>"><a href="timers.html?timerid=<$ SortedTimers::EncodeDomId(timers.GetTimerId(*timer)) $>&action=delete"><img src="<$ LiveSetup().GetThemedLink("img", "del.png") $>" alt="" <& tooltip.hint text=(tr("Delete timer")) &>></img></a></td>