From: Jaroslav Kysela Date: Mon, 11 Aug 2014 11:56:48 +0000 (+0200) Subject: ACL editor: correct the column name and description for dvrallcfg X-Git-Tag: v4.1~1581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da10a35ced4f8becc49a92edae7efe0f6ce1b7f0;p=thirdparty%2Ftvheadend.git ACL editor: correct the column name and description for dvrallcfg --- diff --git a/docs/html/config_access.html b/docs/html/config_access.html index a1068c6ac..8377d45e0 100644 --- a/docs/html/config_access.html +++ b/docs/html/config_access.html @@ -63,9 +63,12 @@ The columns have the following functions:
Enables access to all video recording functions. This also include administration of the auto recordings. -
All Configs (VR) +
User Configs (VR)
- 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.
Web interface
diff --git a/src/webui/static/app/acleditor.js b/src/webui/static/app/acleditor.js index e3f7244da..0b08d3309 100644 --- a/src/webui/static/app/acleditor.js +++ b/src/webui/static/app/acleditor.js @@ -41,7 +41,7 @@ tvheadend.acleditor = function() { width: 100 }, { xtype: 'checkcolumn', - header: "All Configs (VR)", + header: "User Configs (VR)", dataIndex: 'dvrallcfg', width: 100 }, {