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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl (-3 / +2 lines)
Lines 402-408 function GetZ3950Terms(){ Link Here
402
                                </p>
402
                                </p>
403
                                <!-- TMPL_IF name="summary" -->
403
                                <!-- TMPL_IF name="summary" -->
404
                                        <!-- TMPL_IF NAME="author" -->
404
                                        <!-- TMPL_IF NAME="author" -->
405
                                            <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->" title="Search for this Author"><!-- TMPL_VAR NAME="author" --></a>
405
                                            <a href="/cgi-bin/koha/catalogue/search.pl?idx=au&amp;q=<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->" title="Search for this Author"><!-- TMPL_VAR NAME="author" --></a>
406
                                        <!-- TMPL_ELSE -->
406
                                        <!-- TMPL_ELSE -->
407
                                            &nbsp;
407
                                            &nbsp;
408
                                        <!-- /TMPL_IF -->
408
                                        <!-- /TMPL_IF -->
Lines 422-428 function GetZ3950Terms(){ Link Here
422
                                    <!-- /TMPL_UNLESS -->
422
                                    <!-- /TMPL_UNLESS -->
423
423
424
                                        <!-- TMPL_IF NAME="author" -->
424
                                        <!-- TMPL_IF NAME="author" -->
425
                                            <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->" title="Search for this Author"><!-- TMPL_VAR NAME="author" --></a>
425
                                            <a href="/cgi-bin/koha/catalogue/search.pl?idx=au&amp;q=<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->" title="Search for this Author"><!-- TMPL_VAR NAME="author" --></a>
426
                                        <!-- TMPL_ELSE -->
426
                                        <!-- TMPL_ELSE -->
427
                                            &nbsp;
427
                                            &nbsp;
428
                                        <!-- /TMPL_IF -->
428
                                        <!-- /TMPL_IF -->
429
- 

Return to bug 5817