summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-10-06 09:00:44 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-10-06 09:00:44 +0000
commit0d66c4b5d972e6e439bec0a3028c8de70e137db8 (patch)
treea2ce6741ac448a310e1021675a481d7f55de796e /html
parent2b6688ca3d2e21c7339e39a98109b3e2cebc75ee (diff)
downloadxxv-0d66c4b5d972e6e439bec0a3028c8de70e137db8.tar.gz
xxv-0d66c4b5d972e6e439bec0a3028c8de70e137db8.tar.bz2
* TIMER/tlist: display used recorder
* CONFIG: Remove double reconfigure * CONFIG: Remove unusable command write configuation * Base: remove command restart
Diffstat (limited to 'html')
-rw-r--r--html/help.tmpl3
-rw-r--r--html/tlist.tmpl6
2 files changed, 7 insertions, 2 deletions
diff --git a/html/help.tmpl b/html/help.tmpl
index b03f955..d7a8c72 100644
--- a/html/help.tmpl
+++ b/html/help.tmpl
@@ -107,14 +107,13 @@ logger.add(new WebFXTreeItem("<?% gettext("Standard") %?>", "?cmd=logger&data=m
logger.add(new WebFXTreeItem("<?% gettext("Syslog") %?>", "?cmd=logger&data=syslog"));
<?% END %?>
-<?% IF allow('ul') || allow('uprefs') || allow('vl') || allow('cl') || allow('rel') || allow('restart') %?>
+<?% IF allow('ul') || allow('uprefs') || allow('vl') || allow('cl') || allow('rel') %?>
var admin = new WebFXTreeItem("<?% gettext("Administration") %?>",0,tree);
<?% IF allow('vl') %?>admin.add(new WebFXTreeItem("<?% gettext("Video disk recorder",12) %?>", "?cmd=vl"));<?% END %?>
<?% IF allow('cl') %?>admin.add(new WebFXTreeItem("<?% gettext("Channels",12) %?>", "?cmd=cl"));<?% END %?>
<?% IF allow('ul') %?>admin.add(new WebFXTreeItem("<?% gettext("User") %?>","?cmd=ul"));
<?% ELSIF allow('uprefs') %?>admin.add(new WebFXTreeItem("<?% gettext("Personality") %?>","?cmd=uprefs"));<?% END %?>
<?% IF allow('rel') %?>admin.add(new WebFXTreeItem("<?% gettext("Reload") %?>","?cmd=rel"));<?% END %?>
-<?% IF allow('restart') %?>admin.add(new WebFXTreeItem("<?% gettext("Restart") %?>","?cmd=restart"));<?% END %?>
<?% END %?>
<?% IF allow('configedit') %?>
diff --git a/html/tlist.tmpl b/html/tlist.tmpl
index 0b0ef33..9485bf1 100644
--- a/html/tlist.tmpl
+++ b/html/tlist.tmpl
@@ -47,6 +47,9 @@
<?% NEXT IF field.match('^__') or c == 4 %?>
<th><?% field %?></th>
<?% END %?>
+<?% IF param.recorder > 1 %?>
+ <th><?% gettext("Video disk recorder") %?></th>
+<?% END %?>
<?% IF enableform %?>
<th width="64"><?% gettext("Selection",7) %?></th>
<?% END %?>
@@ -127,6 +130,9 @@
<td><?% field %?></td>
<?% END %?>
<?% END %?>
+<?% IF param.recorder > 1 %?>
+ <td><div class="<?% myclass %?>"><?% zeile.15 %?></div></td>
+<?% END %?>
<?% IF enableform %?>
<td>
<input type="checkbox" value="<?% zeile.0 %?>" name="<?% zeile.7 | replace('~',' ') %?>" />