diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-06-19 20:02:33 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-06-19 20:09:05 +0200 |
commit | 5cb665d2718b0e5f950b5796c70d92aaffa60b9f (patch) | |
tree | ad8d204bc4b374a3940fe44faff12ff122a23f4a /pages | |
parent | 8c58d6feb3e8134db23c82db2eba16f958658ceb (diff) | |
download | vdr-plugin-live-5cb665d2718b0e5f950b5796c70d92aaffa60b9f.tar.gz vdr-plugin-live-5cb665d2718b0e5f950b5796c70d92aaffa60b9f.tar.bz2 |
Column 'Searchtimer' in view timer will now wrap
Diffstat (limited to 'pages')
-rw-r--r-- | pages/timers.ecpp | 2 |
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> |