Bug 7442: (follow-up) apply change to Bootstrap theme
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 01:30:45 +0000 (01:30 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 16 Oct 2014 10:32:15 +0000 (12:32 +0200)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 53114f0b21cd2f80947bec44a04a7c30cf118e57)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc

index dda8d0b..c378817 100644 (file)
 
 [% 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 %]