Author: rjollos
Date: Mon Sep 30 04:08:25 2013
New Revision: 1527439
URL: http://svn.apache.org/r1527439
Log:
0.8dev: In permission admin panel, grey out actions which are no longer
defined. Refs #666, trac:#10752.
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_perms.html
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_perms.html
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_perms.html?rev=1527439&r1=1527438&r2=1527439&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_perms.html
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_perms.html Mon
Sep 30 04:08:25 2013
@@ -117,7 +117,8 @@
<input py:if="can_revoke" type="checkbox"
id="$subject_action_id"
name="sel" value="$subject_action" />
- $action
+ <span py:strip="action in actions" class="missing"
+ title="Action is no longer
defined">${action}</span>
</label>
</py:for>
</td>