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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-9 / +2 lines)
Lines 396-412 Link Here
396
                            [% IF category == 'pages' %]
396
                            [% IF category == 'pages' %]
397
                                <td class="actions">
397
                                <td class="actions">
398
                                    [% IF c.location == 'opac_only' OR c.location == 'staff_and_opac' %]
398
                                    [% IF c.location == 'opac_only' OR c.location == 'staff_and_opac' %]
399
                                        <strong>OPAC</strong>:
399
                                        <a target="_blank" href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-page.pl?page_id=[% c.id | uri %]" title="View on OPAC"><strong>OPAC</strong></a>
400
                                        <a target="_blank" href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-page.pl?page_id=[% c.id | uri %]&lang=default" title="View on OPAC">Default</a>
401
                                        OR
402
                                        <a target="_blank" href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-page.pl?page_id=[% c.id | uri %]&lang=[% lang | uri %]" title="View on OPAC">Current language</a>
403
                                    [% END %]
400
                                    [% END %]
404
                                    [% IF c.location == 'staff_only' OR c.location == 'staff_and_opac' %]
401
                                    [% IF c.location == 'staff_only' OR c.location == 'staff_and_opac' %]
405
                                        [% IF c.location == 'staff_and_opac' %]<br/>[% END %]
402
                                        [% IF c.location == 'staff_and_opac' %]<br/>[% END %]
406
                                        <strong>Staff interface</strong>:
403
                                        <a target="_blank" href="/cgi-bin/koha/tools/page.pl?page_id=[% c.id | uri %]" title="View on staff interface"><strong>Staff</strong></a>
407
                                        <a href="/cgi-bin/koha/tools/page.pl?page_id=[% c.id | uri %]&lang=default" title="View on staff interface">Default</a>
408
                                        OR
409
                                        <a href="/cgi-bin/koha/tools/page.pl?page_id=[% c.id | uri %]&lang=[% lang | uri %]" title="View on staff interface">Current language</a>
410
                                    [% END %]
404
                                    [% END %]
411
                                </td>
405
                                </td>
412
                            [% END %]
406
                            [% END %]
413
- 

Return to bug 31383