View | Details | Raw Unified | Return to bug 9196
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-2 / +1 lines)
Lines 188-194 function confirmnotdup(redirect){ Link Here
188
188
189
    [% FOREACH innerloo IN BIG_LOO.innerloop %]
189
    [% FOREACH innerloo IN BIG_LOO.innerloop %]
190
    [% IF ( innerloo.tag ) %]
190
    [% IF ( innerloo.tag ) %]
191
    <div class="tag" id="tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]">
191
    <div class="tag clearfix" id="tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]">
192
        <div class="tag_title" id="div_indicator_tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]">
192
        <div class="tag_title" id="div_indicator_tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]">
193
        [% UNLESS hide_marc %]
193
        [% UNLESS hide_marc %]
194
            [% IF advancedMARCEditor %]
194
            [% IF advancedMARCEditor %]
195
- 

Return to bug 9196