From b54b350d5d1b36e1e45dacf7e01135812801ffaf Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 19 Sep 2023 20:36:19 +0000 Subject: [PATCH] Bug 33499: (QA follow-up) Open external links in new tab Adds target="_blank" to the vendor website and interface URLs, as we can expect them to be external sites. Also changes mark-up a little so that the URL is shown without an additional space in front, lining up with the other fields. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 5 ++--- 1 file changed, 2 insertions(+), 3 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 2450eb2e9a..3042418cc6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -377,7 +377,7 @@ div.rows { padding: 1rem; }
  • Phone: [% phone | html %]
  • Fax: [% fax | html %]
  • [% IF ( url ) %] -
  • Website: [% url | html %]
  • +
  • Website: [% url | html %]
  • [% END %] [% IF ( accountnumber ) %]
  • Account number: [% accountnumber | html %]
  • @@ -425,8 +425,7 @@ div.rows { padding: 1rem; } [% END %] [% IF i.uri %]
  • - URI: - [% i.uri | html %] + URI: [% i.uri | html %]
  • [% END %] [% IF i.login %] -- 2.30.2