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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-2 / +1 lines)
Lines 67-73 Link Here
67
            <div class="tag_title">
67
            <div class="tag_title">
68
                <span class="tag_num">[% innerloo.tag_number | html %]</span>
68
                <span class="tag_num">[% innerloo.tag_number | html %]</span>
69
                [% IF (innerloo.defined("ind1") ) %]
69
                [% IF (innerloo.defined("ind1") ) %]
70
                    <span class="tag_ind1">[% innerloo.ind1 %]</span><span class="tag_ind2">[% innerloo.ind2 | html %]</span>
70
                    <span class="tag_ind1">[% innerloo.ind1 | html %]</span><span class="tag_ind2">[% innerloo.ind2 | html %]</span>
71
                [% END %]
71
                [% END %]
72
                [% IF (innerloo.tag_desc) %]<span class="dashwrapper"> -</span> <span class="tag_desc">[% innerloo.tag_desc | html %]</span>[% END %]
72
                [% IF (innerloo.tag_desc) %]<span class="dashwrapper"> -</span> <span class="tag_desc">[% innerloo.tag_desc | html %]</span>[% END %]
73
            </div>
73
            </div>
74
- 

Return to bug 13406