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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (-12 / +12 lines)
Lines 162-183 Link Here
162
                            [% END # / IF MARCURLS %]
162
                            [% END # / IF MARCURLS %]
163
                        [% END %]
163
                        [% END %]
164
164
165
                        <div id="authdescriptions" class="toptabs">
165
                        [% WRAPPER tabs id= "authdescriptions" %]
166
                            <ul class="nav nav-tabs" role="tablist">
166
                            [% WRAPPER tabs_nav %]
167
                                <li id="tab_descriptions" class="nav-item" role="presentation">
167
                                [% WRAPPER tab_item tabname= "tab_descriptions" bt_active= 1 %]
168
                                    <a class="nav-link active" id="descriptions-tab" data-toggle="tab" href="#descriptions" role="tab" aria-controls="descriptions" aria-selected="true" href="#descriptions">Notes</a>
168
                                    <span>Notes</span>
169
                                </li>
169
                                [% END %]
170
                            </ul>
170
                            [% END # /WRAPPER tabs_nav %]
171
                            <div class="tab-content">
171
                            [% WRAPPER tab_panels %]
172
                                <div class="tab-pane active" role="tabpanel" aria-labelledby="descriptions-tab" id="descriptions">
172
                                [% WRAPPER tab_panel tabname="tab_descriptions" bt_active= 1 %]
173
                                    <div class="content_set">
173
                                    <div class="content_set">
174
                                        [% FOREACH note IN summary.notes %]
174
                                        [% FOREACH note IN summary.notes %]
175
                                            <p class="note auth[% note.field | html %]">[% note.note | html %]</p>
175
                                            <p class="note auth[% note.field | html %]">[% note.note | html %]</p>
176
                                        [% END %]
176
                                        [% END %]
177
                                    </div>
177
                                    </div>
178
                                </div>
178
                                [% END # /tab_panel# %]
179
                            </div> <!-- /.tab-content -->
179
                            [% END # /WRAPPER tab_panels %]
180
                        </div>
180
                        [% END # /WRAPPER tabs#authdescriptions %]
181
181
                    </div> <!-- / .#userauthdetails -->
182
                    </div> <!-- / .#userauthdetails -->
182
                </div> <!-- / .col-lg-10/12 -->
183
                </div> <!-- / .col-lg-10/12 -->
183
                [% IF Koha.Preference( 'OPACAuthorIdentifiers' ) && author_identifiers.size %]
184
                [% IF Koha.Preference( 'OPACAuthorIdentifiers' ) && author_identifiers.size %]
184
- 

Return to bug 33892