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:
David Stuve
2004-04-18 22:18:17 +00:00
parent ac56751cb3
commit 9fa1b3e154

View File

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