Changeset 2564 for trunk/www/admin/view/vArchitecture/dsp_search.cfm
- Timestamp:
- 07/19/10 22:25:34 (22 months ago)
- File:
-
- 1 edited
-
trunk/www/admin/view/vArchitecture/dsp_search.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/view/vArchitecture/dsp_search.cfm
r2413 r2564 121 121 <cfif deletable> 122 122 <li class="delete"><a title="Delete" href="index.cfm?fuseaction=cArch.update&contentid=#request.rsList.ContentID#&type=#request.rsList.type#&action=deleteall&topid=#request.rsList.contentID#&siteid=#URLEncodedFormat(attributes.siteid)#&moduleid=#attributes.moduleid#&parentid=#URLEncodedFormat(attributes.parentid)#&startrow=#attributes.startrow#" 123 <cfif listFindNoCase("Page,Portal,Calendar,Gallery,Link,File",request.rsList.type)>onclick="return confirm ('#jsStringFormat(application.rbFactory.getResourceBundle(session.rb).messageFormat(application.rbFactory.getKeyValue(session.rb,'sitemanager.content.deletecontentrecursiveconfirm'),request.rslist.menutitle))#')"<cfelse>onclick="return confirm('#jsStringFormat(application.rbFactory.getKeyValue(session.rb,'sitemanager.content.deletecontentconfirm'))#')"</cfif>> </a></li>123 <cfif listFindNoCase("Page,Portal,Calendar,Gallery,Link,File",request.rsList.type)>onclick="return confirmDialog('#jsStringFormat(application.rbFactory.getResourceBundle(session.rb).messageFormat(application.rbFactory.getKeyValue(session.rb,'sitemanager.content.deletecontentrecursiveconfirm'),request.rslist.menutitle))#',this.href)"<cfelse>onclick="return confirmDialog('#jsStringFormat(application.rbFactory.getKeyValue(session.rb,'sitemanager.content.deletecontentconfirm'))#',this.href)"</cfif>> </a></li> 124 124 <cfelseif attributes.locking neq 'all'> 125 125 <li class="deleteOff">Delete</li>
Note: See TracChangeset
for help on using the changeset viewer.
