Hello Alice, this is done in the DIM-Handler.xsl, see the section:
<xsl:if test="string-length(dim:fie...@element='rights'][not(@qualifier)])>0 or string-length(dim:fie...@element='rights']...@qualifier='license'])>0">
<div class="detail-view-rights-and-license">
<h3><i18n:text>xmlui.dri2xhtml.METS-1.0.copyright</i18n:text></h3>
<xsl:if
test="string-length(dim:fie...@element='rights'][not(@qualifier)])>0">
<p class="copyright-text"> <xsl:copy-of select="dim:fie...@element='rights'][not(@qualifier)]/node()"/> </p> </xsl:if><xsl:if test="string-length(dim:fie...@element='rights']...@qualifier='license'])>0">
<p class="license-text"><xsl:copy-of select="dim:fie...@element='rights']...@qualifier='license']/node()"/>
</p> </xsl:if> </div> </xsl:if>If you remove the license part you got to change the xmlui.dri2xhtml.METS-1.0.copyright in the message catalogue too.
Maybe this should be removed in general to have a consistent behavior, as prior the license to be granted was never exposed, whereas the display of the license granted was configurable.
Hope that helps Claudia Jürgen Platt, Alice schrieb:
Using XMLUI, 1.5.1: I see that I can specify different license text when I create a new collection by entering it into the License field. However, I don't really want all that license text to display on the Collection page. I want the license to just be accessible from the item's License Text link, just like the default license text. Can someone point me in the right direction to achieve this? Alice Platt Digital Initiatives Librarian Shapiro Library Southern New Hampshire University 2500 North River Rd Manchester, NH 03106 USA Please consider the environment before printing this e-mail. ------------------------------------------------------------------------ ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf ------------------------------------------------------------------------ _______________________________________________ DSpace-tech mailinglist [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech
<<attachment: Claudia_Juergen.vcf>>
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

