From ee5fd8a0bddde6aab6ce63c2ee48350999d7070d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 26 Feb 2018 15:09:46 +0100 Subject: fix minor issue with custom acl selector --- view/js/acl.js | 2 +- view/theme/redbasic/css/style.css | 2 ++ view/tpl/acl_selector.tpl | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/view/js/acl.js b/view/js/acl.js index e3183e8ca..a5fae19bc 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -399,7 +399,7 @@ ACL.prototype.get = function(start, count, search) { ACL.prototype.populate = function(data) { $(data.items).each(function(){ - html = "
"+that.item_tpl+"
"; + html = "
"+that.item_tpl+"
"; html = html.format(this.photo, this.name, this.type, this.xid, '', this.self, this.link, this.taggable); if (this.uids !== undefined) { that.group_uids[this.xid] = this.uids; diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 818ee2a64..dfd03707f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -848,10 +848,12 @@ div.jGrowl div.jGrowl-notification { .acl-list-item.grouphide { border: 1px solid red; + z-index: 2; } .acl-list-item.groupshow { border: 1px solid green; + z-index: 2; } .acl-list-item.taggable { diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index c8196ee78..d42fb1c3b 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -37,7 +37,7 @@ -