summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r--pages/timers.ecpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index e593833..e43ba7e 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -13,6 +13,7 @@ using namespace vdrlive;
cMutexLock timersLock( &LiveTimerManager() );
SortedTimers& timers = LiveTimerManager().GetTimers();
</%cpp>
+<& pageelems.doc_type &>
<html>
<head>
<title>VDR-Live - <$ pageTitle $></title>
@@ -23,6 +24,7 @@ using namespace vdrlive;
<img src="logo.png" alt="VDR Live!" border="0" />
<& menu >
</div>
+ <div class="right_area">
<div class="inhalt">
<& pageelems.header_box content=(pageTitle) &>
% if (timers.size() == 0) {
@@ -60,6 +62,7 @@ using namespace vdrlive;
}>
</table>
</div>
+ </div>
</body>
</html>
<%include>page_exit.eh</%include>