Issue #1167 : Group manager action and design fixes

* Icon colour standardized with intro page in css
 * Dark mode colour changes
 * Load state changes on several actions (especially in delete popin)
 * Rename group action is now effective if the name didn't change
This commit is contained in:
Zacharie
2020-05-19 12:08:43 +02:00
committed by plegall
parent 9b77eff0ef
commit d4926f31aa
7 changed files with 232 additions and 202 deletions
+1
View File
@@ -150,6 +150,7 @@ SELECT COUNT(*)
SELECT COUNT(*)
FROM `'. GROUPS_TABLE .'`
WHERE name = \''. $params['name'] .'\'
AND id != '.$params['group_id'].'
;';
list($count) = pwg_db_fetch_row(pwg_query($query));
if ($count != 0)