On Fri, Oct 28, 2011 at 12:54, user9 <[email protected]> wrote:
> How can i modify the layout of "Show Simple item record" ?

You didn't specify which theme, so I'll assume Mirage. In
[dspace]/webapps/xmlui/themes/dri2xhtml-alt/aspect/artifactbrowser/item-view.xsl
there are several itemSummaryView-DIM templates. Copy them over to
your custom theme and modify what you need. If you want to add/remove
individual metadata items in itemSummaryView-DIM-fields, pay attention
to keeping the sequence numbers in order, i.e. don't make a gap like
this:
<xsl:when test="$clause = 6 and (dim:field[@element='description' and
not(@qualifier)])">
<xsl:when test="$clause = 8 and $ds_item_view_toggle_url != ''">
and also pay attention to the last clause:
<!-- IMPORTANT: This test should be updated if clauses are added! -->
<xsl:if test="$clause &lt; 8">

Regards,
~~helix84

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to