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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (-3 / +1 lines)
Lines 186-194 Link Here
186
                            <span>Identifiers</span>
186
                            <span>Identifiers</span>
187
                            <ul>
187
                            <ul>
188
                            [% FOR identifier IN author_identifiers %]
188
                            [% FOR identifier IN author_identifiers %]
189
                                <li>
189
                                [% PROCESS "authority-identifiers.inc" identifier => identifier %]
190
                                    [% PROCESS "authority-identifiers.inc" identifier => identifier %]
191
                                </li>
192
                            [% END %]
190
                            [% END %]
193
                            </ul>
191
                            </ul>
194
                        </div>
192
                        </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-4 / +1 lines)
Lines 965-973 Link Here
965
                                            <span class="author_name"><a href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% author.authid | uri %]">[% author.name | html %]</a></span>
965
                                            <span class="author_name"><a href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% author.authid | uri %]">[% author.name | html %]</a></span>
966
                                            <ul>
966
                                            <ul>
967
                                            [% FOR identifier IN author.identifiers %]
967
                                            [% FOR identifier IN author.identifiers %]
968
                                                <li>
968
                                                [% PROCESS "authority-identifiers.inc" identifier => identifier %]
969
                                                    [% PROCESS "authority-identifiers.inc" identifier => identifier %]
970
                                                </li>
971
                                            [% END %]
969
                                            [% END %]
972
                                            </ul>
970
                                            </ul>
973
                                        </div>
971
                                        </div>
974
- 

Return to bug 29897