From 8c42985fd234e2a993b3f01416941f4b371d1a92 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 24 Nov 2008 16:39:09 +0000 Subject: * Add Data::COW (Copy on write handling for user own config profile) * USER: Reimplement user own config profiles * MEDIALIB: Remove fix number of columns, use now floating layout * SVDRP: Add status message * xxvd: Change password failed, on none HTML-Consoles * AUTOTIMER: remove astatus (wrong callback) * XMLTV: fix import, add multi recorder capability * REPORT: clean up some routines * STATUS: remove usage of /bin/wc, use native perl code * CHANNELS: Fix hang at read channels, if recorder offline * TELNET: remove 'quit' command do same like 'exit' * RECORDS: clone database handle for preview image generation * TIMERS: add more parameter check * xxvd: disable mysql_enable_utf8 --- html/help.tmpl | 4 ++-- html/mldisplay.tmpl | 16 ++++++---------- html/mllistmedias.tmpl | 10 ++-------- html/report.tmpl | 9 ++++++++- 4 files changed, 18 insertions(+), 21 deletions(-) (limited to 'html') diff --git a/html/help.tmpl b/html/help.tmpl index d7a8c72..3889c07 100644 --- a/html/help.tmpl +++ b/html/help.tmpl @@ -111,8 +111,8 @@ logger.add(new WebFXTreeItem("", "?cmd=logger&data=s var admin = new WebFXTreeItem("",0,tree); admin.add(new WebFXTreeItem("", "?cmd=vl")); admin.add(new WebFXTreeItem("", "?cmd=cl")); -admin.add(new WebFXTreeItem("","?cmd=ul")); -admin.add(new WebFXTreeItem("","?cmd=uprefs")); +admin.add(new WebFXTreeItem("","?cmd=ul")); +admin.add(new WebFXTreeItem("","?cmd=uprefs")); admin.add(new WebFXTreeItem("","?cmd=rel")); diff --git a/html/mldisplay.tmpl b/html/mldisplay.tmpl index 01a125e..c2680f7 100644 --- a/html/mldisplay.tmpl +++ b/html/mldisplay.tmpl @@ -207,21 +207,17 @@ :
- +
-
- - - - + -
+
- -   + + -
+ diff --git a/html/mllistmedias.tmpl b/html/mllistmedias.tmpl index e85f8be..123d2ff 100644 --- a/html/mllistmedias.tmpl +++ b/html/mllistmedias.tmpl @@ -1,12 +1,9 @@ - - - - - -
+
@@ -46,10 +43,7 @@
+
-
- \ No newline at end of file diff --git a/html/report.tmpl b/html/report.tmpl index 974148b..8b5c0b0 100644 --- a/html/report.tmpl +++ b/html/report.tmpl @@ -7,6 +7,10 @@ link = '?cmd=rdisplay&data='; ELSIF name == 'AUTOTIMER'; link = '?cmd=tedit&data='; + ELSIF name == 'SVDRP'; + link = '?cmd=vdredit&data='; + ELSE; + link = ''; END; %?> @@ -32,7 +36,10 @@ - + + + + -- cgit v1.2.3