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:
parent
4293901baf
commit
23cf829391
1 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue