Bugzilla – Attachment 30825 Details for
Bug 12746
Remove empty onclick attribute from memberentrygen.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12746 - Remove empty onclick attribute from memberentrygen.tt
PASSED-QA-Bug-12746---Remove-empty-onclick-attribu.patch (text/plain), 1.53 KB, created by
Katrin Fischer
on 2014-08-15 10:08:32 UTC
(
hide
)
Description:
[PASSED QA] Bug 12746 - Remove empty onclick attribute from memberentrygen.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-08-15 10:08:32 UTC
Size:
1.53 KB
patch
obsolete
>From c424c06b558727ca9b9bd3dd28cd5f3dc6b80296 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 29 Jul 2014 16:56:44 +0200 >Subject: [PATCH] [PASSED QA] Bug 12746 - Remove empty onclick attribute from > memberentrygen.tt > >This patch removes empty onclick attribute from memberentrygen.tt > >To test: >Apply patch. >Use git grep 'onclick=""' to make sure that there are no more empty onlick attributes >Go to Home > patrons and click 'New patron' >Check HTML of 'Cancel' link >Make sure that 'Cancel' link still works > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Changes the link to cancel adding a manual restriction. >No regressions found. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index da52fb7..56cc570 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1251,7 +1251,7 @@ > > </ol> > <p> >- <a class="cancel" id="cancel_manual_restriction" href="#" onclick="">Cancel</a> >+ <a class="cancel" id="cancel_manual_restriction" href="#">Cancel</a> > </p> > </fieldset> > [% END %] >-- >1.9.1
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 12746
:
30708
|
30745
| 30825