Hi Danny, On Fri, Sep 5, 2008 at 1:40 PM, Danny Bouman <[EMAIL PROTECTED]> wrote: > Fixed several links on the OPAC Detail page to open in a new window when the > OPACURLOpenInNewWindow system preference is ON. > --- > .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 10 +++++-----
Unfortunately, using TMPL_IF within an HTML tag can cause problems with Koha's translation mechanism. Although it's more verbose, please do this as: <!-- TMPL_IF NAME="OPACURLOpenInNewWindow" --> ... anchor with target=_blank <!-- TMPL_ELSE --> ... plain anchor <!-- /TMPL_IF --> Thanks, Galen -- Galen Charlton VP, Research & Development, LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
