Bugzilla – Attachment 20972 Details for
Bug 10847
Open external link to website of a vendor in new tab/window
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10847: Open link to vendor's website in new window
Bug-10847-Open-link-to-vendors-website-in-new-wind.patch (text/plain), 1.44 KB, created by
Katrin Fischer
on 2013-09-10 19:26:39 UTC
(
hide
)
Description:
Bug 10847: Open link to vendor's website in new window
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-09-10 19:26:39 UTC
Size:
1.44 KB
patch
obsolete
>From 584211401fba1a627c3319f4bc8302d596f943db Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >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) >--- > .../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 == "") { > <p><span class="label">Phone: </span>[% phone %]</p> > <p><span class="label">Fax: </span>[% fax %]</p> > [% IF ( url ) %] >- <p><span class="label">Website: </span><a href="[% url %]">[% url %]</a></p> >+ <p><span class="label">Website: </span><a href="[% url %]" target="_blank">[% url %]</a></p> > [% END %] > [% IF ( accountnumber ) %] > <p><span class="label">Account number: </span>[% accountnumber %]</p> >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10847
:
20972
|
21050
|
21356