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/10/19 13:38:11 UTC

[46/50] [abbrv] 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/939847bb
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/939847bb
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/939847bb

Branch: refs/heads/ib/7924
Commit: 939847bbd520c01bd3f905c63add6a2cec4609c2
Parents: 3197323
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Aug 13 16:36:59 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Oct 15 15:08:33 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/allura/blob/939847bb/Allura/allura/lib/app_globals.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/app_globals.py b/Allura/allura/lib/app_globals.py
index cdcaf54..faf82b4 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