From be10bf5b4074059547a35686bfb15511e7c3bb7e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 10 Sep 2013 21:18:13 +0200 Subject: [PATCH] [SIGNED-OFF] 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 --- .../prog/en/modules/acqui/supplier.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0dba956..c926a1f 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.9.5