NIHVIVO-2232 Renamed testMenuManagement.ftl to menuManagement.ftl. Removed Manolo's initial prototype template.

This commit is contained in:
cappadona 2011-07-15 12:00:56 +00:00
parent 2636f464fb
commit f9e78c43b3
3 changed files with 15 additions and 130 deletions

View file

@ -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";