From 3e083a55979d96ee615aedba0fef2f1a7808d03e Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 10 May 2013 04:47:31 +0000 Subject: compatibility with jquery 1.9.1 git-svn-id: http://piwigo.org/svn/trunk@22579 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/notification_by_mail.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'admin/themes/default/template/notification_by_mail.tpl') diff --git a/admin/themes/default/template/notification_by_mail.tpl b/admin/themes/default/template/notification_by_mail.tpl index 69acaaca5..fa7ba7003 100644 --- a/admin/themes/default/template/notification_by_mail.tpl +++ b/admin/themes/default/template/notification_by_mail.tpl @@ -4,12 +4,12 @@ jQuery(document).ready(function(){ jQuery("#checkAllLink").click(function () { - jQuery("#notification_by_mail input[type=checkbox]").attr('checked', true); + jQuery("#notification_by_mail input[type=checkbox]").prop('checked', true); return false; }); jQuery("#uncheckAllLink").click(function () { - jQuery("#notification_by_mail input[type=checkbox]").attr('checked', false); + jQuery("#notification_by_mail input[type=checkbox]").prop('checked', false); return false; }); @@ -24,7 +24,7 @@ jQuery(document).ready(function(){ {if isset($REPOST_SUBMIT_NAME)}
- +
{/if} @@ -72,8 +72,8 @@ jQuery(document).ready(function(){

- - + +

{/if}{* isset $param*} @@ -128,7 +128,7 @@ jQuery(document).ready(function(){

- +

{/if} {/if}{* isset $send*} -- cgit v1.2.3