]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ACL editor: correct the column name and description for dvrallcfg
authorJaroslav Kysela <perex@perex.cz>
Mon, 11 Aug 2014 11:56:48 +0000 (13:56 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 11 Aug 2014 11:56:48 +0000 (13:56 +0200)
docs/html/config_access.html
src/webui/static/app/acleditor.js

index a1068c6ac9dfde197df0fd03223e6b937b17db67..8377d45e01018890e746559cb4b065f7cae021af 100644 (file)
@@ -63,9 +63,12 @@ The columns have the following functions:
   <dd>
   Enables access to all video recording functions. This also include administration of the auto recordings.
 
-  <dt>All Configs (VR)
+  <dt>User Configs (VR)
   <dd>
-  Allow use of and configuration of DVR configuration profiles.
+  Use a DVR configuration profile matched to the authorized user by name
+  (the configuration profile must have same name as the user). If the DVR
+  configuration profile does not exists, the default profile is used.
+  The user is also not allowed to select another profile.
 
   <dt>Web interface
   <dd>
index e3f7244da2d0004186ffce73cd0355a93f2a1b63..0b08d3309fd9e5512c5fdbc738919ba9c2d7b14d 100644 (file)
@@ -41,7 +41,7 @@ tvheadend.acleditor = function() {
                 width: 100
             }, {
                 xtype: 'checkcolumn',
-                header: "All Configs (VR)",
+                header: "User Configs (VR)",
                 dataIndex: 'dvrallcfg',
                 width: 100
             }, {