Bugzilla – Attachment 30708 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]
Bug 12746 - Remove empty onclick attribute from memberentrygen.tt
Bug-12746---Remove-empty-onclick-attribute-from-me.patch (text/plain), 1.35 KB, created by
Marc Véron
on 2014-08-11 15:57:32 UTC
(
hide
)
Description:
Bug 12746 - Remove empty onclick attribute from memberentrygen.tt
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-08-11 15:57:32 UTC
Size:
1.35 KB
patch
obsolete
>From 834fcc24885ba9b7f7444de5d842720c6194ea7a 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] 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 >--- > 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 6745d62..ece1b02 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1252,7 +1252,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.7.10.4
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