Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

2019-09-04 Thread Massimiliano CILURZO
Dear Tim,
Thanks for your clarification
  I'll try to change the beahvor of the full item view, as you suggested.
Best regards
Massimiliano

Il giorno mercoledì 4 settembre 2019 21:16:34 UTC+2, Tim Donohue ha scritto:
>
> Just to clarify, modifying the "message.xml" file won't work in this 
> scenario.  The "Full Item Record" does not use that messages file (at all) 
> when displaying the field names, instead it just displays the dublin core. 
> (Only the "Simple Item Record" uses the messages.xml file)
>
> So, if you want to change that behavior, you will need to modify the theme 
> (as I described).  Here's the main template that seems to display those 
> Dublin core field names: 
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl#L473
>
> Tim
> --
> *From:* dspac...@googlegroups.com   > on behalf of Massimiliano CILURZO  >
> *Sent:* Wednesday, September 4, 2019 12:27 PM
> *To:* DSpace Technical Support >
> *Subject:* Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags 
>  
> Dear Tim, 
>Thanks for your advice, with DSpace 5.6 we had mirage 2 theme modified 
> from the longsight theme and the full item record view with the label, so I 
> thought was the deault behavor.
> I have modified the message files but this isn't sufficent evidently.
> Thanks
> Best regads
> Massimiliano
>
> Il giorno mercoledì 4 settembre 2019 18:26:59 UTC+2, Tim Donohue ha 
> scritto: 
>
> Hello,
>
> The behavior you describe is the default behavior of DSpace.  When viewing 
> the "full item record", you will always see the full name of every dublin 
> core field.  The labels (like Author, Date, etc) are only visible on the 
> "simple item record".
>
> So, you can see that same behavior on the demo site (running v6.3 with 
> Mirage 2 theme):
>
>- Simple Item Record: http://demo.dspace.org/xmlui/handle/10673/5
>- Full Item Record: 
>http://demo.dspace.org/xmlui/handle/10673/5?show=full
>
> If you wanted to change this behavior, I believe you'd have to modify the 
> theme directly.  More specifically, it looks like this is the XSL template 
> that hardcodes the full dublin core name for the "Full" (or Detailed) view: 
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl#L473
>   
> I've never made this change before though, so I cannot offer other advice.  
> Perhaps someone else on this list has done this though and can share ideas 
> or code.
>
> Tim
> --------------
> *From:* dspac...@googlegroups.com  on behalf 
> of Massimiliano CILURZO 
> *Sent:* Tuesday, September 3, 2019 9:32 AM
> *To:* DSpace Technical Support 
> *Subject:* Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags 
>  
> Dear Paul, 
>I  have tried to delete the browser and tomcat cache and restarted the 
> service.
> But the problem isn't solved.
> Which information about the implementation do you need? we use mirage2 as 
> default theme on dspace 6.3.
> Thanks
> Best regards
> Massimiliano
>
>
> Il giorno giovedì 8 agosto 2019 07:47:17 UTC+2, Paul Münch ha scritto: 
>
> Dear Massimiliano,
>
> we use customised keys in messages.xml at other places. Per default 
> changes are update even without any additional action. Maybe there is a 
> caching problem. Try to delete the browser or Tomcat ([tomcat-dir]/work) 
> cache and restart the service.
>
> If there is still the problem, we need more information about your 
> implementation, I guess.
>
> I hope this helps and kind regards,
>
> Paul Münch
>
> Am 29.07.19 um 11:28 schrieb Massimiliano CILURZO:
>
> Dear all, 
> There is someone that have the same issue?
> in the item full view we can't see the correct label, we can see only the 
> dublin core code for that tag.
> Thanks
> Best regards
> Massimiliano
>
> Il giorno lunedì 10 giugno 2019 14:26:03 UTC+2, Massimiliano CILURZO ha 
> scritto: 
>
> Dear All,  
> we have migrated from dspace 5.6 do 6.3, unfortunately we can't use the 
> old xmlui theme on the new server because it gives a lot of error.
> We are modifying the Mirage2 template but even if I have modified the 
> message.xml in the "item full view" page I see the field "dc.creator"  
> while the field must be "Author".
> How I can modify the label of every dublin core field?
> Thanks
> Best regards
> Massimiliano
>
>
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code of 
> Conduct: ht

Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

2019-09-04 Thread Tim Donohue
Just to clarify, modifying the "message.xml" file won't work in this scenario.  
The "Full Item Record" does not use that messages file (at all) when displaying 
the field names, instead it just displays the dublin core. (Only the "Simple 
Item Record" uses the messages.xml file)

So, if you want to change that behavior, you will need to modify the theme (as 
I described).  Here's the main template that seems to display those Dublin core 
field names: 
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl#L473

Tim

From: dspace-tech@googlegroups.com  on behalf of 
Massimiliano CILURZO 
Sent: Wednesday, September 4, 2019 12:27 PM
To: DSpace Technical Support 
Subject: Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

Dear Tim,
   Thanks for your advice, with DSpace 5.6 we had mirage 2 theme modified from 
the longsight theme and the full item record view with the label, so I thought 
was the deault behavor.
I have modified the message files but this isn't sufficent evidently.
Thanks
Best regads
Massimiliano

Il giorno mercoledì 4 settembre 2019 18:26:59 UTC+2, Tim Donohue ha scritto:
Hello,

The behavior you describe is the default behavior of DSpace.  When viewing the 
"full item record", you will always see the full name of every dublin core 
field.  The labels (like Author, Date, etc) are only visible on the "simple 
item record".

So, you can see that same behavior on the demo site (running v6.3 with Mirage 2 
theme):

  *   Simple Item Record: http://demo.dspace.org/xmlui/handle/10673/5
  *   Full Item Record: http://demo.dspace.org/xmlui/handle/10673/5?show=full

If you wanted to change this behavior, I believe you'd have to modify the theme 
directly.  More specifically, it looks like this is the XSL template that 
hardcodes the full dublin core name for the "Full" (or Detailed) view: 
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl#L473
  I've never made this change before though, so I cannot offer other advice.  
Perhaps someone else on this list has done this though and can share ideas or 
code.

Tim

From: dspac...@googlegroups.com  on behalf of 
Massimiliano CILURZO 
Sent: Tuesday, September 3, 2019 9:32 AM
To: DSpace Technical Support 
Subject: Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

Dear Paul,
   I  have tried to delete the browser and tomcat cache and restarted the 
service.
But the problem isn't solved.
Which information about the implementation do you need? we use mirage2 as 
default theme on dspace 6.3.
Thanks
Best regards
Massimiliano


Il giorno giovedì 8 agosto 2019 07:47:17 UTC+2, Paul Münch ha scritto:
Dear Massimiliano,

we use customised keys in messages.xml at other places. Per default changes are 
update even without any additional action. Maybe there is a caching problem. 
Try to delete the browser or Tomcat ([tomcat-dir]/work) cache and restart the 
service.

If there is still the problem, we need more information about your 
implementation, I guess.

I hope this helps and kind regards,

Paul Münch

Am 29.07.19 um 11:28 schrieb Massimiliano CILURZO:
Dear all,
There is someone that have the same issue?
in the item full view we can't see the correct label, we can see only the 
dublin core code for that tag.
Thanks
Best regards
Massimiliano

Il giorno lunedì 10 giugno 2019 14:26:03 UTC+2, Massimiliano CILURZO ha scritto:
Dear All,
we have migrated from dspace 5.6 do 6.3, unfortunately we can't use the old 
xmlui theme on the new server because it gives a lot of error.
We are modifying the Mirage2 template but even if I have modified the 
message.xml in the "item full view" page I see the field "dc.creator"  while 
the field must be "Author".
How I can modify the label of every dublin core field?
Thanks
Best regards
Massimiliano


--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspac...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com<https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com?utm_medium=email_source=footer>.


--
Philipps-Universität Marburg | UB
Digitale Dienste | Deutschhausstraße 9 | D018
Tel. +49 06421 28-24624
--

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
Y

Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

2019-09-04 Thread Massimiliano CILURZO
Dear Tim,
   Thanks for your advice, with DSpace 5.6 we had mirage 2 theme modified 
from the longsight theme and the full item record view with the label, so I 
thought was the deault behavor.
I have modified the message files but this isn't sufficent evidently.
Thanks
Best regads
Massimiliano

Il giorno mercoledì 4 settembre 2019 18:26:59 UTC+2, Tim Donohue ha scritto:
>
> Hello,
>
> The behavior you describe is the default behavior of DSpace.  When viewing 
> the "full item record", you will always see the full name of every dublin 
> core field.  The labels (like Author, Date, etc) are only visible on the 
> "simple item record".
>
> So, you can see that same behavior on the demo site (running v6.3 with 
> Mirage 2 theme):
>
>- Simple Item Record: http://demo.dspace.org/xmlui/handle/10673/5
>- Full Item Record: 
>http://demo.dspace.org/xmlui/handle/10673/5?show=full
>
> If you wanted to change this behavior, I believe you'd have to modify the 
> theme directly.  More specifically, it looks like this is the XSL template 
> that hardcodes the full dublin core name for the "Full" (or Detailed) view: 
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl#L473
>   
> I've never made this change before though, so I cannot offer other advice.  
> Perhaps someone else on this list has done this though and can share ideas 
> or code.
>
> Tim
> --
> *From:* dspac...@googlegroups.com   > on behalf of Massimiliano CILURZO  >
> *Sent:* Tuesday, September 3, 2019 9:32 AM
> *To:* DSpace Technical Support >
> *Subject:* Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags 
>  
> Dear Paul, 
>I  have tried to delete the browser and tomcat cache and restarted the 
> service.
> But the problem isn't solved.
> Which information about the implementation do you need? we use mirage2 as 
> default theme on dspace 6.3.
> Thanks
> Best regards
> Massimiliano
>
>
> Il giorno giovedì 8 agosto 2019 07:47:17 UTC+2, Paul Münch ha scritto: 
>
> Dear Massimiliano,
>
> we use customised keys in messages.xml at other places. Per default 
> changes are update even without any additional action. Maybe there is a 
> caching problem. Try to delete the browser or Tomcat ([tomcat-dir]/work) 
> cache and restart the service.
>
> If there is still the problem, we need more information about your 
> implementation, I guess.
>
> I hope this helps and kind regards,
>
> Paul Münch
>
> Am 29.07.19 um 11:28 schrieb Massimiliano CILURZO:
>
> Dear all, 
> There is someone that have the same issue?
> in the item full view we can't see the correct label, we can see only the 
> dublin core code for that tag.
> Thanks
> Best regards
> Massimiliano
>
> Il giorno lunedì 10 giugno 2019 14:26:03 UTC+2, Massimiliano CILURZO ha 
> scritto: 
>
> Dear All,  
> we have migrated from dspace 5.6 do 6.3, unfortunately we can't use the 
> old xmlui theme on the new server because it gives a lot of error.
> We are modifying the Mirage2 template but even if I have modified the 
> message.xml in the "item full view" page I see the field "dc.creator"  
> while the field must be "Author".
> How I can modify the label of every dublin core field?
> Thanks
> Best regards
> Massimiliano
>
>
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code of 
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspac...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com?utm_medium=email_source=footer>
> .
>
>
> -- 
> Philipps-Universität Marburg | UB 
> Digitale Dienste | Deutschhausstraße 9 | D018
> Tel. +49 06421 28-24624  
> --
>
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code of 
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspac...@googlegroups.com .
> To view this discussion on the web visit 
> https://gro

Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

2019-09-04 Thread Tim Donohue
Hello,

The behavior you describe is the default behavior of DSpace.  When viewing the 
"full item record", you will always see the full name of every dublin core 
field.  The labels (like Author, Date, etc) are only visible on the "simple 
item record".

So, you can see that same behavior on the demo site (running v6.3 with Mirage 2 
theme):

  *   Simple Item Record: http://demo.dspace.org/xmlui/handle/10673/5
  *   Full Item Record: http://demo.dspace.org/xmlui/handle/10673/5?show=full

If you wanted to change this behavior, I believe you'd have to modify the theme 
directly.  More specifically, it looks like this is the XSL template that 
hardcodes the full dublin core name for the "Full" (or Detailed) view: 
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl#L473
  I've never made this change before though, so I cannot offer other advice.  
Perhaps someone else on this list has done this though and can share ideas or 
code.

Tim

From: dspace-tech@googlegroups.com  on behalf of 
Massimiliano CILURZO 
Sent: Tuesday, September 3, 2019 9:32 AM
To: DSpace Technical Support 
Subject: Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

Dear Paul,
   I  have tried to delete the browser and tomcat cache and restarted the 
service.
But the problem isn't solved.
Which information about the implementation do you need? we use mirage2 as 
default theme on dspace 6.3.
Thanks
Best regards
Massimiliano


Il giorno giovedì 8 agosto 2019 07:47:17 UTC+2, Paul Münch ha scritto:
Dear Massimiliano,

we use customised keys in messages.xml at other places. Per default changes are 
update even without any additional action. Maybe there is a caching problem. 
Try to delete the browser or Tomcat ([tomcat-dir]/work) cache and restart the 
service.

If there is still the problem, we need more information about your 
implementation, I guess.

I hope this helps and kind regards,

Paul Münch

Am 29.07.19 um 11:28 schrieb Massimiliano CILURZO:
Dear all,
There is someone that have the same issue?
in the item full view we can't see the correct label, we can see only the 
dublin core code for that tag.
Thanks
Best regards
Massimiliano

Il giorno lunedì 10 giugno 2019 14:26:03 UTC+2, Massimiliano CILURZO ha scritto:
Dear All,
we have migrated from dspace 5.6 do 6.3, unfortunately we can't use the old 
xmlui theme on the new server because it gives a lot of error.
We are modifying the Mirage2 template but even if I have modified the 
message.xml in the "item full view" page I see the field "dc.creator"  while 
the field must be "Author".
How I can modify the label of every dublin core field?
Thanks
Best regards
Massimiliano


--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspac...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com<https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com?utm_medium=email_source=footer>.


--
Philipps-Universität Marburg | UB
Digitale Dienste | Deutschhausstraße 9 | D018
Tel. +49 06421 28-24624
--

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
dspace-tech+unsubscr...@googlegroups.com<mailto:dspace-tech+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/756027ca-d3e3-46af-8778-470f57c1d6a6%40googlegroups.com<https://groups.google.com/d/msgid/dspace-tech/756027ca-d3e3-46af-8778-470f57c1d6a6%40googlegroups.com?utm_medium=email_source=footer>.

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/DM5PR22MB057267FE034262789DB8D987EDB80%40DM5PR22MB0572.namprd22.prod.outlook.com.


Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

2019-09-03 Thread Massimiliano CILURZO
Dear Paul,
   I  have tried to delete the browser and tomcat cache and restarted the 
service.
But the problem isn't solved.
Which information about the implementation do you need? we use mirage2 as 
default theme on dspace 6.3.
Thanks
Best regards
Massimiliano


Il giorno giovedì 8 agosto 2019 07:47:17 UTC+2, Paul Münch ha scritto:
>
> Dear Massimiliano,
>
> we use customised keys in messages.xml at other places. Per default 
> changes are update even without any additional action. Maybe there is a 
> caching problem. Try to delete the browser or Tomcat ([tomcat-dir]/work) 
> cache and restart the service.
>
> If there is still the problem, we need more information about your 
> implementation, I guess.
>
> I hope this helps and kind regards,
>
> Paul Münch
>
> Am 29.07.19 um 11:28 schrieb Massimiliano CILURZO:
>
> Dear all, 
> There is someone that have the same issue?
> in the item full view we can't see the correct label, we can see only the 
> dublin core code for that tag.
> Thanks
> Best regards
> Massimiliano
>
> Il giorno lunedì 10 giugno 2019 14:26:03 UTC+2, Massimiliano CILURZO ha 
> scritto: 
>>
>> Dear All,  
>> we have migrated from dspace 5.6 do 6.3, unfortunately we can't use the 
>> old xmlui theme on the new server because it gives a lot of error.
>> We are modifying the Mirage2 template but even if I have modified the 
>> message.xml in the "item full view" page I see the field "dc.creator"  
>> while the field must be "Author".
>> How I can modify the label of every dublin core field?
>> Thanks
>> Best regards
>> Massimiliano
>>
>>
>> -- 
> All messages to this mailing list should adhere to the DuraSpace Code of 
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspac...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com
>  
> 
> .
>
>
> -- 
> Philipps-Universität Marburg | UB 
> Digitale Dienste | Deutschhausstraße 9 | D018
> Tel. +49 06421 28-24624  
> --
>
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/756027ca-d3e3-46af-8778-470f57c1d6a6%40googlegroups.com.


Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

2019-08-07 Thread Paul Münch
Dear Massimiliano,

we use customised keys in messages.xml at other places. Per default
changes are update even without any additional action. Maybe there is a
caching problem. Try to delete the browser or Tomcat ([tomcat-dir]/work)
cache and restart the service.

If there is still the problem, we need more information about your
implementation, I guess.

I hope this helps and kind regards,

Paul Münch

Am 29.07.19 um 11:28 schrieb Massimiliano CILURZO:
> Dear all,
>     There is someone that have the same issue?
> in the item full view we can't see the correct label, we can see only
> the dublin core code for that tag.
> Thanks
> Best regards
> Massimiliano
>
> Il giorno lunedì 10 giugno 2019 14:26:03 UTC+2, Massimiliano CILURZO
> ha scritto:
>
> Dear All, 
> we have migrated from dspace 5.6 do 6.3, unfortunately we can't
> use the old xmlui theme on the new server because it gives a lot
> of error.
> We are modifying the Mirage2 template but even if I have modified
> the message.xml in the "item full view" page I see the field
> "dc.creator"  while the field must be "Author".
> How I can modify the label of every dublin core field?
> Thanks
> Best regards
> Massimiliano
>
>
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code
> of Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> You received this message because you are subscribed to the Google
> Groups "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to dspace-tech+unsubscr...@googlegroups.com
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com
> .

-- 
Philipps-Universität Marburg | UB 
Digitale Dienste | Deutschhausstraße 9 | D018
Tel. +49 06421 28-24624  
--

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/762698f5-d3bb-1b26-7568-11e37acc36b1%40ub.uni-marburg.de.


signature.asc
Description: OpenPGP digital signature


[dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

2019-07-29 Thread Massimiliano CILURZO
Dear all,
There is someone that have the same issue?
in the item full view we can't see the correct label, we can see only the 
dublin core code for that tag.
Thanks
Best regards
Massimiliano

Il giorno lunedì 10 giugno 2019 14:26:03 UTC+2, Massimiliano CILURZO ha 
scritto:
>
> Dear All, 
> we have migrated from dspace 5.6 do 6.3, unfortunately we can't use the 
> old xmlui theme on the new server because it gives a lot of error.
> We are modifying the Mirage2 template but even if I have modified the 
> message.xml in the "item full view" page I see the field "dc.creator"  
> while the field must be "Author".
> How I can modify the label of every dublin core field?
> Thanks
> Best regards
> Massimiliano
>
>
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com.