From f0c5bd5efa79ef9441a2ec0cd52296e4ca9647a1 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 (cherry picked from commit d67ef01814fb4ba1519d66d9ad749dfa64e62a76) Signed-off-by: Tomas Cohen Arazi --- 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 16b2fd1b2a..1c79202a56 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -202,7 +202,7 @@ if (f.company.value == "") {

Phone: [% phone %]

Fax: [% fax %]

[% IF ( url ) %] -

Website: [% url %]

+

Website: [% url %]

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

Account number: [% accountnumber %]

-- 2.39.5