edit-epeople
/dspace-admin/edit-epeople
diff --git a/dspace/jsp/collection-home.jsp b/dspace/jsp/collection-home.jsp
index d82a4540df..4615171b38 100644
--- a/dspace/jsp/collection-home.jsp
+++ b/dspace/jsp/collection-home.jsp
@@ -215,10 +215,10 @@
-<% if( admin_button ) { %>
+<% if( editor_button ) { %>
|
- |
<% } %>
-<% if( editor_button ) { %>
+<% if( admin_button ) { %>
|
+<% } %>
+
-<% } %>
-
<% } %>
diff --git a/dspace/jsp/community-home.jsp b/dspace/jsp/community-home.jsp
index 3a24fa4050..fc9019d4be 100644
--- a/dspace/jsp/community-home.jsp
+++ b/dspace/jsp/community-home.jsp
@@ -72,8 +72,12 @@
request.getAttribute("last.submitted.titles");
String[] lastSubmittedURLs = (String[])
request.getAttribute("last.submitted.urls");
- Boolean admin_b = (Boolean)request.getAttribute("admin_button");
- boolean admin_button = (admin_b == null ? false : admin_b.booleanValue());
+ Boolean editor_b = (Boolean)request.getAttribute("editor_button");
+ boolean editor_button = (editor_b == null ? false : editor_b.booleanValue());
+ Boolean add_b = (Boolean)request.getAttribute("add_button");
+ boolean add_button = (add_b == null ? false : add_b.booleanValue());
+ Boolean remove_b = (Boolean)request.getAttribute("remove_button");
+ boolean remove_button = (remove_b == null ? false : remove_b.booleanValue());
// Put the metadata values into guaranteed non-null variables
@@ -156,7 +160,7 @@
-
+
<%= intro %>
<%
@@ -172,8 +176,25 @@
{
%>
-
- <%= collections[i].getMetadata("name") %>
+
<%= collections[i].getMetadata("short_description") %>
<%
@@ -196,8 +217,24 @@
{
%>
-
- <%= subcommunities[j].getMetadata("name") %>
+
<%= subcommunities[j].getMetadata("short_description") %>
<%
@@ -211,7 +248,7 @@
<%= copyright %>
- <% if(admin_button) // admin edit button
+ <% if(editor_button || add_button) // edit button(s)
{ %>
@@ -224,20 +261,24 @@
-
-
-
+ <% } %>
|
diff --git a/dspace/jsp/dspace-admin/wizard-basicinfo.jsp b/dspace/jsp/dspace-admin/wizard-basicinfo.jsp
index 37417aa14f..1177f636fc 100644
--- a/dspace/jsp/dspace-admin/wizard-basicinfo.jsp
+++ b/dspace/jsp/dspace-admin/wizard-basicinfo.jsp
@@ -67,7 +67,7 @@
-