summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r--pages/timers.ecpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 581e51c..bc57b66 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -6,6 +6,7 @@
#include "setup.h"
#include "i18n.h"
#include "epg_events.h"
+#include "livefeatures.h"
using namespace std;
using namespace vdrlive;
@@ -152,4 +153,8 @@ static const size_t maximumDescriptionLength = 300;
<%def timer_actions>
<a href="edit_timer.html"><$ tr("New timer") $></a>
+% if ( LiveFeatures< features::epgsearch >().Recent() ) {
+<span class="sep">|</span>
+<a href="timerconflicts.html"><$ tr("Timer conflicts") $></a>
+% }
</%def>