From 6a89cd166b63ad42e68d8f6b28c14417b70f6e75 Mon Sep 17 00:00:00 2001 From: hjkhjk54 Date: Tue, 26 Jul 2011 18:55:11 +0000 Subject: [PATCH] Adding section that does deal with internal class so vivo can include this section and vitro no longer includes it --- .../forms/menuManagement--classIntersections.ftl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 productMods/templates/freemarker/edit/forms/menuManagement--classIntersections.ftl diff --git a/productMods/templates/freemarker/edit/forms/menuManagement--classIntersections.ftl b/productMods/templates/freemarker/edit/forms/menuManagement--classIntersections.ftl new file mode 100644 index 00000000..bbb227c3 --- /dev/null +++ b/productMods/templates/freemarker/edit/forms/menuManagement--classIntersections.ftl @@ -0,0 +1,16 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +
+ <#if internalClass?has_content> + <#assign enableInternalClass = '' /> + <#assign disableClass = 'class="inline"' /> + <#else> + <#assign enableInternalClass = '

To enable this option, you must first select an institutional internal class for your instance

' /> + <#assign disableClass = 'class="disable inline" disabled="disabled"' /> + + + checked role="input" /> + + + ${enableInternalClass} +
\ No newline at end of file