Bug 7442: (follow-up) apply change to Bootstrap theme
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
9fe024667f
commit
53114f0b21
1 changed files with 8 additions and 1 deletions
|
@ -51,17 +51,24 @@
|
|||
|
||||
[% BLOCK authresult %]
|
||||
[% 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 ) %]
|
||||
<div class="authorizedheading">
|
||||
[% FOREACH authorize IN summary.authorized %]
|
||||
<span class="authorizedheading">[% authorize.heading | html %]</span>
|
||||
[% UNLESS loop.last %] | [% END %]
|
||||
[% END %]
|
||||
</div>
|
||||
[% IF ( marcflavour == 'UNIMARC' ) %]
|
||||
[% IF summary.notes %]
|
||||
<div class="authres_notes">
|
||||
[% FOREACH note IN summary.notes %]
|
||||
[% note.note | html %]</span>
|
||||
<span>[% note.note | html %]</span>
|
||||
[% END %]
|
||||
</div>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue