replaced the last instance of star.png with shield.png

This commit is contained in:
Zach McCullough
2011-06-30 02:40:38 -05:00
committed by Keith Mitchell
parent f9067c07f5
commit 2088628965

View File

@@ -71,7 +71,7 @@
##this function is used by subscriptionbox.html
<%def name="permission_icons(sr)">
%if sr.moderator:
<img class="sr-type-img" title="${_('moderator')}" alt="${_('moderator')}" src="/static/star.png" />
<img class="sr-type-img" title="${_('moderator')}" alt="${_('moderator')}" src="/static/shield.png" />
%endif
%if sr.type in ("restricted", "private") and not sr.moderator: