mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
(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:
@@ -39,6 +39,7 @@
|
||||
- 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
|
||||
- included some missing i18n tags
|
||||
- SF patch #1490891 Submission Step 1 not authorized note and navigation back
|
||||
|
||||
(Richard Jones)
|
||||
- SF bug #1515075. minor build file fix to copy correct config file
|
||||
|
@@ -38,8 +38,10 @@ jsp.general.edit.button =Edit...
|
||||
jsp.general.subjects.button = Subjects
|
||||
jsp.general.titles.button =Titles
|
||||
jsp.general.go =Go
|
||||
jsp.general.goto = Go to
|
||||
jsp.general.home = DSpace Home
|
||||
jsp.general.id = ID
|
||||
jsp.general.mydspace = My DSpace
|
||||
jsp.general.search.button = Go
|
||||
jsp.general.gohome = Go to the DSpace home page
|
||||
jsp.general.location =In:
|
||||
|
@@ -74,13 +74,13 @@
|
||||
|
||||
<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)
|
||||
{
|
||||
%>
|
||||
<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">
|
||||
<%-- HACK: a <center> tag seems to be the only way to convince certain --%>
|
||||
@@ -128,4 +128,8 @@
|
||||
<% } else { %>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user