From d67ef01814fb4ba1519d66d9ad749dfa64e62a76 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 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 Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/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 2ac576a0d4..79ae6294bc 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 %]

-- 2.39.5