From a1920b7f3f416e76863690d24de7282917698c09 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Thu, 7 Dec 2017 18:48:00 +0100 Subject: [permissionmanager] added support for localized permission descriptions; moved add/delete buttons to the right; items in the user and locations table can now be selected by clicking anywhere in the table row; --- .../permissions/permissions.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'modules-available/statistics_reporting/permissions/permissions.json') diff --git a/modules-available/statistics_reporting/permissions/permissions.json b/modules-available/statistics_reporting/permissions/permissions.json index e6e550eb..d967b75d 100644 --- a/modules-available/statistics_reporting/permissions/permissions.json +++ b/modules-available/statistics_reporting/permissions/permissions.json @@ -1,10 +1,10 @@ -{ - "table.view.total": "View total table.", - "table.view.location": "View location table.", - "table.view.client": "View client table.", - "table.view.user": "View user table.", - "table.view.vm": "View lecture table.", - "table.export": "Export tables as JSON/CSV/XML. Needs the permission to view the table to export it.", - "reporting.download": "Download weekly report.", - "reporting.change": "Change weekly reporting settings." -} \ No newline at end of file +[ + "table.view.total", + "table.view.location", + "table.view.client", + "table.view.user", + "table.view.vm", + "table.export", + "reporting.download", + "reporting.change" +] \ No newline at end of file -- cgit v1.2.3-55-g7522