Bug 7442: (follow-up) apply change to Bootstrap theme

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-05-05 01:30:45 +00:00
parent 9fe024667f
commit 53114f0b21

View file

@ -51,17 +51,24 @@
[% BLOCK authresult %] [% BLOCK authresult %]
[% IF ( summary.summary ) %][% summary.summary | html %]:[% END %] [% IF ( summary.summary ) %][% summary.summary | html %]:[% END %]
<div class="authres_repet">
[% FOREACH repet IN summary.repets %]
<span>[% repet | html %]</span>
[% UNLESS loop.last %] | [% END %]
[% END %]
</div>
[% UNLESS ( summary.summaryonly ) %] [% UNLESS ( summary.summaryonly ) %]
<div class="authorizedheading"> <div class="authorizedheading">
[% FOREACH authorize IN summary.authorized %] [% FOREACH authorize IN summary.authorized %]
<span class="authorizedheading">[% authorize.heading | html %]</span> <span class="authorizedheading">[% authorize.heading | html %]</span>
[% UNLESS loop.last %] | [% END %]
[% END %] [% END %]
</div> </div>
[% IF ( marcflavour == 'UNIMARC' ) %] [% IF ( marcflavour == 'UNIMARC' ) %]
[% IF summary.notes %] [% IF summary.notes %]
<div class="authres_notes"> <div class="authres_notes">
[% FOREACH note IN summary.notes %] [% FOREACH note IN summary.notes %]
[% note.note | html %]</span> <span>[% note.note | html %]</span>
[% END %] [% END %]
</div> </div>
[% END %] [% END %]