You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/08/13 15:43:29 UTC

[9/9] allura git commit: [#7924] ticket:836 Update other perm_* icons

[#7924] ticket:836 Update other perm_* icons

Can be found on /p/test/admin/permissions/


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/4da6c3bb
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/4da6c3bb
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/4da6c3bb

Branch: refs/heads/ib/7924
Commit: 4da6c3bbd647a0717f1e9e9292c9e70bd95ab372
Parents: 7b41d45
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Aug 13 16:36:59 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Aug 13 16:36:59 2015 +0300

----------------------------------------------------------------------
 Allura/allura/lib/app_globals.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/4da6c3bb/Allura/allura/lib/app_globals.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/app_globals.py b/Allura/allura/lib/app_globals.py
index 45567bd..a9e6d63 100644
--- a/Allura/allura/lib/app_globals.py
+++ b/Allura/allura/lib/app_globals.py
@@ -254,16 +254,16 @@ class Globals(object):
             unsecure=Icon('fa fa-unlock', 'Unlock'),
             star=Icon('fa fa-star', 'Star'),
             # Permissions
-            perm_read=Icon('E', 'ico-focus'),
-            perm_update=Icon('0', 'ico-sync'),
-            perm_create=Icon('e', 'ico-config'),
-            perm_register=Icon('e', 'ico-config'),
+            perm_read=Icon('fa fa-eye', 'Read'),
+            perm_update=Icon('fa fa-rotate-left', 'Update'),
+            perm_create=Icon('fa fa-flash', 'Create'),
+            perm_register=Icon('fa fa-gear', 'Config'),
             perm_delete=Icon('fa fa-minus-circle', 'Remove'),
-            perm_tool=Icon('x', 'ico-config'),
-            perm_admin=Icon('(', 'ico-lock'),
+            perm_tool=Icon('fa fa-gear', 'Tool'),
+            perm_admin=Icon('fa fa-gear', 'Admin'),
             perm_has_yes=Icon('fa fa-check', 'Check'),
             perm_has_no=Icon('fa fa-ban', 'No entry'),
-            perm_has_inherit=Icon('2', 'ico-checkcircle'),
+            perm_has_inherit=Icon('fa fa-check-circle', 'Has inherit'),
         )
 
         # Cache some loaded entry points