From e2a12237ef350b3d58cf9b7dcf487212b78a11a5 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 10 Sep 2013 21:18:13 +0200 Subject: [PATCH] Bug 10847: Open link to vendor's website in new window Content-Type: text/plain; charset=utf-8 To test: - Create a new vendor or edit an existing one - Make sure you have entered a valid URL for the website - Click the link from the vendor summary page and verify it opens in a new window/tab (depending on your browser configuration) Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy --- .../prog/en/modules/acqui/supplier.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 2ac576a..79ae629 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -200,7 +200,7 @@ if (f.company.value == "") {

Phone: [% phone %]

Fax: [% fax %]

[% IF ( url ) %] -

Website: [% url %]

+

Website: [% url %]

[% END %] [% IF ( accountnumber ) %]

Account number: [% accountnumber %]

-- 1.7.7.6