On 13/10/17 09:19, Margari León wrote:
Hello!
I´m finding out the way to include a picture and a text for specify the
document´s rights when the user is going to download it.... I see that
other DSpaces platforms have solved this issue including a row under
"aspect_artifactbrowser_ItemViewer_div_item-view", but I don´t see in
which file can I do this.
We are using the template Mirage 2, with DSpace v6.2.
Please, could someone help me?
Thank you very much!!!
Best regards,
Margari
--
You received this message because you are subscribed to the Google
Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.
Hello Margari,
That part is rendered in item-view.xsl:
https://github.com/DSpace/DSpace/blob/23f257346000bf2009aacca2b6fff364aa9e8203/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl#L51
To find out, I've just searched 'license-info' from the class of the div
next to the one you said (git grep license-info).
Cheers,
Àlex
--
You received this message because you are subscribed to the Google Groups "DSpace
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.