(Claudia Juergen9

SF patch #1490891  Submission Step 1 not authorized note and navigation back


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1599 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Claudia Juergen
2006-09-08 08:52:32 +00:00
parent fc4458e0cc
commit a845681746
3 changed files with 11 additions and 4 deletions

View File

@@ -39,6 +39,7 @@
- SF patch #1517488 Access Bitstreams in Withdrawn Items SF bug #1408373 - SF patch #1517488 Access Bitstreams in Withdrawn Items SF bug #1408373
- SF patch #1490980 Fix for SF bugs #1456311, #1221954 Communities and Collections without name - SF patch #1490980 Fix for SF bugs #1456311, #1221954 Communities and Collections without name
- included some missing i18n tags - included some missing i18n tags
- SF patch #1490891 Submission Step 1 not authorized note and navigation back
(Richard Jones) (Richard Jones)
- SF bug #1515075. minor build file fix to copy correct config file - SF bug #1515075. minor build file fix to copy correct config file

View File

@@ -38,8 +38,10 @@ jsp.general.edit.button =Edit...
jsp.general.subjects.button = Subjects jsp.general.subjects.button = Subjects
jsp.general.titles.button =Titles jsp.general.titles.button =Titles
jsp.general.go =Go jsp.general.go =Go
jsp.general.goto = Go to
jsp.general.home = DSpace Home jsp.general.home = DSpace Home
jsp.general.id = ID jsp.general.id = ID
jsp.general.mydspace = My DSpace
jsp.general.search.button = Go jsp.general.search.button = Go
jsp.general.gohome = Go to the DSpace home page jsp.general.gohome = Go to the DSpace home page
jsp.general.location =In: jsp.general.location =In:

View File

@@ -74,13 +74,13 @@
<h1><fmt:message key="jsp.submit.select-collection.heading"/></h1> <h1><fmt:message key="jsp.submit.select-collection.heading"/></h1>
<div><fmt:message key="jsp.submit.select-collection.info1"/>
<dspace:popup page="/help/index.html#choosecollection"><fmt:message key="jsp.morehelp"/> </dspace:popup>
</div>
<% if (collections.length > 0) <% if (collections.length > 0)
{ {
%> %>
<div><fmt:message key="jsp.submit.select-collection.info1"/>
<dspace:popup page="/help/index.html#choosecollection"><fmt:message key="jsp.morehelp"/> </dspace:popup>
</div>
<form action="<%= request.getContextPath() %>/submit" method="post"> <form action="<%= request.getContextPath() %>/submit" method="post">
<%-- HACK: a <center> tag seems to be the only way to convince certain --%> <%-- HACK: a <center> tag seems to be the only way to convince certain --%>
@@ -128,4 +128,8 @@
<% } else { %> <% } else { %>
<p class="submitFormWarn"><fmt:message key="jsp.submit.select-collection.none-authorized"/></p> <p class="submitFormWarn"><fmt:message key="jsp.submit.select-collection.none-authorized"/></p>
<% } %> <% } %>
<p><fmt:message key="jsp.general.goto"/><br />
<a href="<%= request.getContextPath() %>"><fmt:message key="jsp.general.home"/></a><br />
<a href="<%= request.getContextPath() %>/mydspace"><fmt:message key="jsp.general.mydspace" /></a>
</p>
</dspace:layout> </dspace:layout>