Hi, You’ll need to customize this file:
[dspace-src]/dspace-jspui/src/main/java/org/dspace/app/webui/jsptag/ItemTag.java If you’re not familiar overlays, you’ll want to copy this file over to the following location (creating all the sub-directories as necessary): [dspace-src]/dspace/modules/jspui/src/main/java/org/dspace/app/webui/jsptag The ItemTag.java file is sort of a HTML template written in Java. The render() function controls the brief display of items, and renderFull() the full display. To move the bitstream list up the page, find the line that calls listBitstreams(); in each of those functions and cut and paste it higher up. It’s a bit tricky, because the formatting of the page my break a bit depending on where you put it. I would start by placing listBitstreams(); above the very first out.println call and see if it works for you there. Then rebuild the application. I hope this helps. Anthony On Friday, December 16, 2016 at 11:58:54 AM UTC-5, Andy wrote: > > I want to invert the page of the display order of "item-view" in dspace. I > want to make the downloadable files shown above the table. Which parameters > should I change? I believe I have to change something beyond > display-item.jsp. Is it the item class file? How do I do that? I am using > DSpace 5.5 JSPUI. Thank you. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
