diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/edit/ApplicationBeanRetryController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/edit/ApplicationBeanRetryController.java index 3d6ced4e6..dea8ecad7 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/edit/ApplicationBeanRetryController.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/edit/ApplicationBeanRetryController.java @@ -86,10 +86,10 @@ public class ApplicationBeanRetryController extends BaseEditController { FormUtils.populateFormFromBean(applicationForEditing, epo.getAction(), foo); RequestDispatcher rd = request.getRequestDispatcher(Controllers.BASIC_JSP); - request.setAttribute("bodyJsp","/templates/edit/formBasic.jsp"); + request.setAttribute("bodyJsp","/templates/edit/formContact.jsp"); request.setAttribute("formJsp","/templates/edit/specific/applicationBean_retry.jsp"); request.setAttribute("scripts","/templates/edit/formBasic.js"); - request.setAttribute("title","Site Information Editing Form"); + request.setAttribute("title","Site Information"); request.setAttribute("_action",action); request.setAttribute("unqualifiedClassName","ApplicationBean"); setRequestAttributes(request,epo); diff --git a/webapp/web/templates/edit/formBasic.jsp b/webapp/web/templates/edit/formBasic.jsp index 86d051b3a..35b046464 100644 --- a/webapp/web/templates/edit/formBasic.jsp +++ b/webapp/web/templates/edit/formBasic.jsp @@ -1,5 +1,5 @@ -<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> - +<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> + <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
@@ -19,20 +19,19 @@
-
@@ -41,33 +40,32 @@ -
-
+

${title}

-

Creating New Record

+

Creating New Record -

Editing Existing Record

+

Editing Existing Record - (* Required Fields) + (* Required Fields)

+ - + - + - + - + - + - +
-
diff --git a/webapp/web/templates/edit/formContact.jsp b/webapp/web/templates/edit/formContact.jsp new file mode 100644 index 000000000..a7675c121 --- /dev/null +++ b/webapp/web/templates/edit/formContact.jsp @@ -0,0 +1,67 @@ +<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + +
+ + + + + + + + + + + + +
+ + + +

${title}

+ + +

Creating New Record

+
+ +

Editing Existing Record

+
+
+ + + + +${globalErrorMsg} + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/webapp/web/templates/edit/specific/applicationBean_retry.jsp b/webapp/web/templates/edit/specific/applicationBean_retry.jsp index ba62d3f24..db545a2c7 100644 --- a/webapp/web/templates/edit/specific/applicationBean_retry.jsp +++ b/webapp/web/templates/edit/specific/applicationBean_retry.jsp @@ -10,19 +10,10 @@ <% request.setAttribute("requestedActions", new ManagePortals()); %> - - - - - - - - - ${appNameLabel} (max 50 characters)
- " ${longField} maxlength="50" /> - - - + + +" ${longField} maxlength="50" /> + - - - Contact Email Address contact form submissions will be sent to this address
- " ${longField} maxlength="255" /> - - - - - - Theme
+ + " ${longField} maxlength="255" size="30" /> + +
+ + - - - - - Copyright text used in footer (e.g., name of your institution)
- " ${longField} maxlength="120" /> + + + + " ${longField} maxlength="120" size="40" /> - - - - - Copyright URL copyright text links to this URL
- " ${longField} maxlength="120" /> + + + " ${longField} maxlength="120" size="30" /> - - + - - - Banner image
+ \ No newline at end of file