Hi Phillip,
It looks like theres no good deterministic, or perhaps just clear way, to
do this. But I would guess that if you edit [dspace]/config/xmlui.xconf and
moved aspect Discovery so that it is on the line about aspect
browseArtifacts, that it should move the Discovery option box about the
browse box.
Search - hardcoded into the theme.
https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/structural.xsl#L598
So the theme dri2xhtml hard codes:
Search
<apply-templates>
RSS Feeds (if available)
Apply templates is the result of all of processing whatever is in the DRI,
pumped in by the aspects. What you have control of is what order the
aspects are loaded (in xmlui.xconf).
browseArtifacts adds
https://github.com/DSpace/DSpace/blob/aa047bbc8fc419881a6d105b5f32492e694f54f2/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/browseArtifacts/Navigation.java#L114
- browse
- account
- context
- administrative
discovery adds:
https://github.com/DSpace/DSpace/blob/aa047bbc8fc419881a6d105b5f32492e694f54f2/dspace-discovery/dspace-discovery-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/discovery/Navigation.java#L124
- discovery
- browse
- account
- context
- administrative
Hmm.. so I'm guessing that is just a shot in the dark.
Good luck though...
Peter Dietz
On Thu, Dec 15, 2011 at 3:21 PM, Shafer, Philip <[email protected]> wrote:
> I was curious how we could change to order of the items that appear in the
> right hand side of the XMLUI interface.
>
> These items are labeled with:
>
> Search
> Browse
> My Account
> Discover
>
> See: http://dspace.rowan.edu
>
> I want to move Discover below the Search options.
>
>
> -------------------------
> Philip Shafer
> Web Developer
> Rowan University
> Library Services
> Ph: 856-256-4418
> E-mail: [email protected]
>
>
> ------------------------------------------------------------------------------
> 10 Tips for Better Server Consolidation
> Server virtualization is being driven by many needs.
> But none more important than the need to reduce IT complexity
> while improving strategic productivity. Learn More!
> http://www.accelacomm.com/jaw/sdnl/114/51507609/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.
But none more important than the need to reduce IT complexity
while improving strategic productivity. Learn More!
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech