http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11937

--- Comment #1 from Nicole C. Engard <[email protected]> ---
Hit enter too fast.

On the staff detail page there is a link to open the opac view in a new window.
It used to open in a new window, now it doesn't. I checked the code:

    [% IF ( OpacUrl ) %]
        <li><strong>OPAC view:</strong>
        <a href="http://[% OpacUrl
%]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]"
target="_blank">Open in new window</a>
        </li>
    [% END %]

and the resulting page code:

<span class="results_summary"><span class="label">OPAC view: </span><a
href="http://kohavm/cgi-bin/koha/opac-detail.pl?biblionumber=4091";
target="_blank">Open in new window</a>.
        </span>

Both have the target="_blank" so what's stopping it from opening in a new
window?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to