On Mon, Feb 10, 2014 at 3:08 PM, Layale Bassil <[email protected]> wrote: > I have one last question if possible, I was wondering if we can modify the > captions/names of the columns that are displayed in the "full item record > view". When you enter to a collection and click on an item, then click on > "View full item record", you get redirected to the page that shows the > metadata of the item with the metadata tag to the left; i.e. > dc.contributor.author, dc.contributor.department, etc... is there a way to > change the display to be more descriptive like Author, Department, etc... or > this is done on purpose as it is showing the metadata of the item?
It's on purpose - the summary view has descriptive names, the full view has full metadata field names. a) I suggest you add those fields you want to show to users to summary view. Librarians should be fine with the full view. b) If you want to modify the full item view, you can do so, the changes will be a bit more involved. You can find the labels here: https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace-xmlui/src/main/webapp/i18n/messages.xml#L2105 a) Add new rows to this summary template; don't forget to read the warning in the <xsl:otherwise> branch. https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L88 b) Do you changes to the full view template here. You can reuse the existing labels from summary view (e.g. <i18n:text>xmlui.dri2xhtml.METS-1.0.item-abstract</i18n:text>) and add new ones. https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L332 Again, you can do these changes either in [dspace-src] or in [dspace]. I suggest you do both and keep them in sync. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ Dspace-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-general
