Fixed for side bar menu dropping when there is license text in collection -
DIM-Handler.xsl
-------------------------------------------------------------------------------------------
Key: DS-566
URL: http://jira.dspace.org/jira/browse/DS-566
Project: DSpace 1.x
Issue Type: Bug
Components: XMLUI
Affects Versions: 1.6.0
Reporter: Yin Yin Latt
Attachments: sidebarmenu-drop.JPG
/dri2xhtml/DIM-Handler.xsl
Line number 832
<xsl:if
test="string-length(dim:fie...@element='rights'][not(@qualifier)])>0 or
string-length(dim:fie...@element='rights']...@qualifier='license'])>0">
Replace with
<xsl:if
test="string-length(dim:fie...@element='rights'][not(@qualifier)])>0">
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel