Changeset 750 for ZMS/trunk/dtml/object/f_display_icon.dtml
- Timestamp:
- 23.10.2009 16:12:55 (3 years ago)
- File:
-
- 1 edited
-
ZMS/trunk/dtml/object/f_display_icon.dtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/object/f_display_icon.dtml
r121 r750 1 1 <dtml-let ob_id="'%s_%s'%(getHome().id,id)" 2 2 ><dtml-if "meta_type=='ZMSLinkElement' and isEmbedded(REQUEST) and hasRestrictedAccess()" 3 ><img id="icon_<dtml-var ob_id>" src="<dtml-var MISC_ZMS>ico_ref_restricted.gif" style="background-image:url(<dtml-var "display_icon(REQUEST)">)" title="<dtml-var "display_type(REQUEST)">" border="0" align="absmiddle"class="zmiDisplayIcon"3 ><img id="icon_<dtml-var ob_id>" src="<dtml-var MISC_ZMS>ico_ref_restricted.gif" style="background-image:url(<dtml-var "display_icon(REQUEST)">)" title="<dtml-var "display_type(REQUEST)">" class="zmiDisplayIcon" 4 4 ><dtml-elif "meta_type=='ZMSLinkElement' and isEmbedded(REQUEST)" 5 ><img id="icon_<dtml-var ob_id>" src="<dtml-var MISC_ZMS>ico_ref.gif" style="background-image:url(<dtml-var "display_icon(REQUEST)">)" title="<dtml-var "display_type(REQUEST)">" border="0" align="absmiddle"class="zmiDisplayIcon"5 ><img id="icon_<dtml-var ob_id>" src="<dtml-var MISC_ZMS>ico_ref.gif" style="background-image:url(<dtml-var "display_icon(REQUEST)">)" title="<dtml-var "display_type(REQUEST)">" class="zmiDisplayIcon" 6 6 ><dtml-elif "hasRestrictedAccess()" 7 ><img id="icon_<dtml-var ob_id>" src="<dtml-var MISC_ZMS>restricted.gif" style="background-image:url(<dtml-var "display_icon(REQUEST)">)" title="<dtml-var "display_type(REQUEST)">" border="0" align="absmiddle"class="zmiDisplayIcon"7 ><img id="icon_<dtml-var ob_id>" src="<dtml-var MISC_ZMS>restricted.gif" style="background-image:url(<dtml-var "display_icon(REQUEST)">)" title="<dtml-var "display_type(REQUEST)">" class="zmiDisplayIcon" 8 8 ><dtml-else 9 9 ><img id="icon_<dtml-var ob_id>" src="<dtml-var "display_icon(REQUEST)">" title="<dtml-var "display_type(REQUEST)">" border="0" align="absmiddle" class="zmiDisplayIcon"
Note: See TracChangeset
for help on using the changeset viewer.
