Ignore:
Timestamp:
23.10.2009 16:12:55 (3 years ago)
Author:
chris
Message:

zms-2.11.4-01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/object/f_display_icon.dtml

    r121 r750  
    11<dtml-let ob_id="'%s_%s'%(getHome().id,id)" 
    22><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" 
    44><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" 
    66><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" 
    88><dtml-else 
    99><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.