summaryrefslogtreecommitdiff
path: root/html/help.tmpl
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/help.tmpl
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/help.tmpl')
-rw-r--r--html/help.tmpl3
1 files changed, 1 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') %?>