Changeset 2754
- Timestamp:
- 09/02/10 23:11:23 (18 months ago)
- Location:
- branches/5.2.1/www/admin/view/vArchitecture
- Files:
-
- 2 edited
-
dsp_list.cfm (modified) (1 diff)
-
dsp_nest.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2.1/www/admin/view/vArchitecture/dsp_list.cfm
r2746 r2754 193 193 <cfif (request.rstop.type eq 'Page') or (request.rstop.type eq 'Portal') or (request.rstop.type eq 'Calendar') or (request.rstop.type eq 'Gallery')> 194 194 <a class="add" href="javascript:;" onmouseover="showMenu('newContentMenu',#newcontent#,this,'#request.rstop.contentid#','#attributes.topid#','#request.rstop.parentid#','#attributes.siteid#','#request.rstop.type#');"> </a> 195 <cfelse>196 </cfif>197 <!--- <span class="hasChildren"></span> --->195 196 </cfif> 197 <cfif request.rstop.haskids><span class="hasChildren"></span></cfif> 198 198 <cfif perm neq 'none'> 199 199 <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 116 116 <a class="add" href="javascript:;" onmouseover="showMenu('newContentMenu',#newcontent#,this,'#attributes.rsNest.contentid#','#attributes.topid#','#attributes.rsNest.parentid#','#attributes.siteid#','#attributes.rsNest.type#');"></a> 117 117 118 < span class="hasChildren"></span>118 <cfif attributes.rsNest.haskids><span class="hasChildren"></span></cfif> 119 119 120 120 <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> (#application.rbFactory.getKeyValue(session.rb,"sitemanager.more")#&hellips;)</cfif></dt>
Note: See TracChangeset
for help on using the changeset viewer.
