diff --git a/webapp/web/templates/entity/entityBasic.jsp b/webapp/web/templates/entity/entityBasic.jsp index dcf9fe97e..f4ede87ad 100644 --- a/webapp/web/templates/entity/entityBasic.jsp +++ b/webapp/web/templates/entity/entityBasic.jsp @@ -250,17 +250,19 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L <%-- Blurb --%> - -
- + + - - - -

blurb

- ${editLinksForNewBlurb} -
- + + + + + +
+

blurb

${editLinksForNewBlurb} + + +
@@ -271,35 +273,40 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L
-
-
+
+ +
+
<%-- Description --%> -
- - - -

description

- ${editLinksForNewDesc} -
- -
-
-
-
${entity.description}
- - ${editLinksForExisitngDesc} - -
-
-
-
-
+ + + + +
+

description

${editLinksForNewDesc} + + + +
+
+
+
${entity.description}
+ + ${editLinksForExisitngDesc} + +
+
+
+
+ +
+
diff --git a/webapp/web/templates/entity/entityCitation.jsp b/webapp/web/templates/entity/entityCitation.jsp index b858c1c39..453ff2b21 100644 --- a/webapp/web/templates/entity/entityCitation.jsp +++ b/webapp/web/templates/entity/entityCitation.jsp @@ -5,15 +5,18 @@ <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> -
+ - -

citation

- ${editLinksForNew} + + + +
+

citation

${editLinksForNew} +
@@ -26,5 +29,7 @@
-
+ +
+
\ No newline at end of file