Bug 5888: Add label for each entry in the authors list

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
Jonathan Druart 2013-02-11 12:30:56 +01:00 committed by Jared Camins-Esakov
parent 4293901baf
commit 23cf829391

View file

@ -560,10 +560,11 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
onclick="makeAuthorRequest()"
value="au,wrdl:[% FOREACH SUBFIELD IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %][% SUBFIELD.value |url %][% UNLESS (loop.last) %]+[% END %][% END %]" />
[% END %]
[% FOREACH SUBFIELD IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %]
[% SUBFIELD.value %]
[% END %]
<label for="author_[% loop.count %]">
[% FOREACH SUBFIELD IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %]
[% SUBFIELD.value %]
[% END %]
</label>
</li>
[% END %]
</ul>