Re: [Dspace-tech] XMLUI: checkbox labels?

2010-01-05 Thread Dorothea Salo
I thought so at first! But no, I don't see the actual text remove or selected or anything of the sort anywhere nearby. (For context, I'm trying to get rid of those two labels specifically because they gunk up the display for no real usability benefit.) Dorothea On Tue, Jan 5, 2010 at 9:07 AM,

Re: [Dspace-tech] XMLUI: checkbox labels?

2010-01-05 Thread Jason Fowler
Dorothea, Could it be in the lines in structural.xsl that look like this? input type=checkbox value={concat(@n,'_',$position)} name={concat(@n,'_selected')}/ Jason Fowler, CA, MSLS Archives and Special Collections Librarian The Southern Baptist Theological Seminary Vice President, ALABI

Re: [Dspace-tech] XMLUI: checkbox labels?

2010-01-05 Thread Walker, David
...@gmail.com] Sent: Tuesday, January 05, 2010 7:13 AM To: Jason Fowler Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] XMLUI: checkbox labels? I thought so at first! But no, I don't see the actual text remove or selected or anything of the sort anywhere nearby. (For context, I'm trying

Re: [Dspace-tech] XMLUI: checkbox labels?

2010-01-05 Thread Walker, David
Cc: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] XMLUI: checkbox labels? I see 'remove' in the XML itself, in a DRI label node. So it's not going to be in either the XSLT or messages.xml. Must be hard-coded in the Java somewhere -- I draw the line at searching through Java code

Re: [Dspace-tech] XMLUI: checkbox labels?

2010-01-05 Thread Tim Donohue
To: Jason Fowler Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] XMLUI: checkbox labels? I thought so at first! But no, I don't see the actual text remove or selected or anything of the sort anywhere nearby. (For context, I'm trying to get rid of those two labels specifically

Re: [Dspace-tech] XMLUI: checkbox labels?

2010-01-05 Thread Dorothea Salo
: Re: [Dspace-tech] XMLUI: checkbox labels? I thought so at first! But no, I don't see the actual text remove or selected or anything of the sort anywhere nearby. (For context, I'm trying to get rid of those two labels specifically because they gunk up the display for no real usability benefit