Changeset 2754


Ignore:
Timestamp:
09/02/10 23:11:23 (18 months ago)
Author:
mattlevine
Message:
  1. Adding conditional logic to show site manager arrow.
Location:
branches/5.2.1/www/admin/view/vArchitecture
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2.1/www/admin/view/vArchitecture/dsp_list.cfm

    r2746 r2754  
    193193        <cfif (request.rstop.type eq 'Page') or  (request.rstop.type eq 'Portal')  or  (request.rstop.type eq 'Calendar')  or  (request.rstop.type eq 'Gallery')> 
    194194          <a  class="add" href="javascript:;" onmouseover="showMenu('newContentMenu',#newcontent#,this,'#request.rstop.contentid#','#attributes.topid#','#request.rstop.parentid#','#attributes.siteid#','#request.rstop.type#');">&nbsp;</a> 
    195           <cfelse> 
    196         </cfif> 
    197         <!--- <span class="hasChildren"></span> ---> 
     195         
     196                </cfif> 
     197       <cfif request.rstop.haskids><span class="hasChildren"></span></cfif> 
    198198        <cfif perm neq 'none'> 
    199199          <a title="Edit" href="index.cfm?fuseaction=cArch.edit&contenthistid=#request.rstop.ContentHistID#&siteid=#URLEncodedFormat(attributes.siteid)#&contentid=#attributes.topid#&topid=#URLEncodedFormat(attributes.topid)#&type=#request.rstop.type#&parentid=#request.rstop.parentid#&moduleid=#attributes.moduleid#"> 
  • branches/5.2.1/www/admin/view/vArchitecture/dsp_nest.cfm

    r2746 r2754  
    116116<a class="add" href="javascript:;" onmouseover="showMenu('newContentMenu',#newcontent#,this,'#attributes.rsNest.contentid#','#attributes.topid#','#attributes.rsNest.parentid#','#attributes.siteid#','#attributes.rsNest.type#');"></a> 
    117117         
    118         <span class="hasChildren"></span> 
     118        <cfif attributes.rsNest.haskids><span class="hasChildren"></span></cfif> 
    119119 
    120120<cfif verdict neq 'none'><a title="#application.rbFactory.getKeyValue(session.rb,"sitemanager.edit")#" href="index.cfm?fuseaction=cArch.edit&contenthistid=#attributes.rsNest.ContentHistID#&contentid=#attributes.rsNest.ContentID#&type=#attributes.rsNest.type#&parentid=#attributes.rsNest.parentID#&topid=#URLEncodedFormat(attributes.topid)#&siteid=#URLEncodedFormat(attributes.siteid)#&moduleid=#attributes.moduleid#&startrow=#attributes.startrow#"></cfif>#HTMLEditFormat(left(attributes.rsNest.menutitle,70))#<cfif len(attributes.rsNest.menutitle) gt 70>&hellips;</cfif><cfif verdict neq 'none'></a></cfif><cfif isMore>&nbsp;(#application.rbFactory.getKeyValue(session.rb,"sitemanager.more")#&hellips;)</cfif></dt>       
Note: See TracChangeset for help on using the changeset viewer.