Hello Stephen,

a) full item display
in order to change the labels in the full item display, you got to 
customize:
[dspace-scr]/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/jsptag/ItemTag.java
renderFull()
Take a look at the render() method on how to use the i18n tags.

b) collection specific input form
this is configured in the input form itself
[dspace-src]/dspace/config/input-forms.xml
At the beginning of the file there is a section mapping forms to 
collections. If no form is set for a collection the default form is used.

  <form-map>
    <name-map collection-handle="default" form-name="traditional" />
  </form-map>

here you can enter

<name-map collection-handle="CollectionHandle" form-name="FormName" />
replace CollectionHandle and FormName with your settings.

Hope that helps

Claudia Jürgen


Am 08.12.2010 11:33, schrieb Btri Consulting:
> Hi,
>
> I am in the process of setting up a new repository with DSpace. I have 
> created a
> custom metadata entry form by editing input-forms.xml and it seems to work 
> fine
> when submitting items. I have 2 problems however:
>
> (a) When a user tries to view the item (by selecting "show full item record"),
> it shows the DC field names as labels instead of the labels I have entered 
> (e.g.
> "dc.coverage.spatial" when I wanted it to show "Country").
>
> How can I get it to display the labels I want?
>
> (b) I notice that the input form is not available when I Edit the item. I just
> get a default metadata entry form. Based on what I've read, that seems to be 
> the
> intended behaviour, but does anyone know of a workaround or customization to
> address this?
>
> I have spent a lot of time reading available documentation and googling these
> issues, but haven't found the solution. If there is some documentation I may
> have missed please let me know.
>
> Regards
> Stephen
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> What happens now with your Lotus Notes apps - do you make another costly
> upgrade, or settle for being marooned without product support? Time to move
> off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
> use, and manage than apps on traditional platforms. Sign up for the Lotus
> Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
>
>
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to