diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/MenuManagementController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/MenuManagementController.java index 2628a612a..751c7e3b3 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/MenuManagementController.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/MenuManagementController.java @@ -39,7 +39,7 @@ public class MenuManagementController extends FreemarkerHttpServlet { protected final static String SUBMIT_FORM = "/processEditDisplayModel"; protected final static String CANCEL_FORM = "/individual?uri=http%3A%2F%2Fvitro.mannlib.cornell.edu%2Fontologies%2Fdisplay%2F1.1%23DefaultMenu&switchToDisplayModel=true"; protected final static String DELETE_FORM = "menuManagement-remove.ftl"; - protected final static String EDIT_FORM = "testMenuManagement.ftl"; + protected final static String EDIT_FORM = "menuManagement.ftl"; protected final static String CMD_PARAM = "cmd"; protected final static String EDIT_PARAM_VALUE = "edit"; protected final static String DELETE_PARAM_VALUE = "delete"; diff --git a/webapp/web/templates/freemarker/edit/forms/testMenuManagement.ftl b/webapp/web/templates/freemarker/edit/forms/menuManagement.ftl similarity index 83% rename from webapp/web/templates/freemarker/edit/forms/testMenuManagement.ftl rename to webapp/web/templates/freemarker/edit/forms/menuManagement.ftl index 691641891..3d9f25adf 100644 --- a/webapp/web/templates/freemarker/edit/forms/testMenuManagement.ftl +++ b/webapp/web/templates/freemarker/edit/forms/menuManagement.ftl @@ -64,19 +64,19 @@
Select content to display
To enable this option, you must first select an institutional internal class for your instance
' /> - <#assign disableClass = 'class="disable inline" disabled="disabled"' /> - #if> - - checked#if> role="input" /> - - - ${enableInternalClass} -To enable this option, you must first select an institutional internal class for your instance
' /> + <#assign disableClass = 'class="disable inline" disabled="disabled"' /> + #if> + + checked#if> role="input" /> + + + ${enableInternalClass} +${errorMessage}
-To enable this option, you must first select an institutional internal class for your instance
' /> - <#/if> - - - - ${enableInternalClass} - -<#-- Add necessary css files associated with this page -${stylesheets.add('')}--> -${stylesheets.add('')} - -<#-- Add necessary javascript files associated with this page -${scripts.add('')} ---> \ No newline at end of file