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