mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Changed 'Return' button to 'Cancel'.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@857 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -49,9 +49,6 @@
|
|||||||
- collections - Map of Collections, keyed by collection_id
|
- collections - Map of Collections, keyed by collection_id
|
||||||
- browsetext - text to display at the top
|
- browsetext - text to display at the top
|
||||||
|
|
||||||
<input type="hidden" name="cid" value="<%=collection.getID()%>">
|
|
||||||
<input type="submit" name="submit" value="Return">
|
|
||||||
|
|
||||||
--%>
|
--%>
|
||||||
|
|
||||||
<%@ page contentType="text/html;charset=UTF-8" %>
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
||||||
@@ -79,7 +76,7 @@
|
|||||||
|
|
||||||
<form method=POST action="<%= request.getContextPath() %>/tools/itemmap">
|
<form method=POST action="<%= request.getContextPath() %>/tools/itemmap">
|
||||||
<input type="hidden" name="cid" value="<%=collection.getID()%>">
|
<input type="hidden" name="cid" value="<%=collection.getID()%>">
|
||||||
<input type="submit" name="submit" value="Return">
|
<input type="submit" name="submit" value="Cancel">
|
||||||
|
|
||||||
<table class="miscTable" align="center">
|
<table class="miscTable" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user