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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt (-1 / +1 lines)
Lines 85-91 Link Here
85
                                    <tbody>
85
                                    <tbody>
86
                                        [% FOREACH resul IN result %]
86
                                        [% FOREACH resul IN result %]
87
                                            <tr>
87
                                            <tr>
88
                                                <td>[% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&valuec=" %]</td>
88
                                                <td>[% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&value=" %]</td>
89
                                                <td>[% resul.authtype %]</td>
89
                                                <td>[% resul.authtype %]</td>
90
                                                [% UNLESS ( resul.isEDITORS ) %]
90
                                                [% UNLESS ( resul.isEDITORS ) %]
91
                                                    <td>
91
                                                    <td>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt (-2 / +1 lines)
Lines 59-65 Link Here
59
            [% ELSE %]
59
            [% ELSE %]
60
                <tr>
60
                <tr>
61
            [% END %]
61
            [% END %]
62
                    <td>[% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&valuec=" %]</td>
62
                    <td>[% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operatorc=contains&marclistc=mainentry&and_orc=and&orderby=HeadingAsc&value=" %]</td>
63
                    <td>[% resul.authtype %]</td>
63
                    <td>[% resul.authtype %]</td>
64
					[% UNLESS ( resul.isEDITORS ) %]
64
					[% UNLESS ( resul.isEDITORS ) %]
65
						<td>
65
						<td>
66
- 

Return to bug 11174