From bf3ea5f9ffe8c0f34744b858dd0a294bbf091ddc Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Thu, 28 Dec 2017 21:12:08 +0100 Subject: [statistics] added permissions to view client statistics, delete clients and edit notes of clients --- modules-available/statistics/templates/filterbox.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules-available/statistics/templates/filterbox.html') diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html index 32464031..758bc287 100644 --- a/modules-available/statistics/templates/filterbox.html +++ b/modules-available/statistics/templates/filterbox.html @@ -176,10 +176,12 @@ document.addEventListener("DOMContentLoaded", function () { $('#argumentSelect').show(); columns[col]['values'].forEach(function (v) { var t = v; + var disabled = true; if (col === 'location' && slxLocations['L' + v]) { t = slxLocations['L' + v].pad + ' ' + slxLocations['L' + v].name; + disabled = slxLocations['L' + v].disabled; } - $('#argumentSelect').append($('