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/element_set_ranks.tpl | 6 +++--- admin/themes/default/template/notification_by_mail.tpl | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'admin/themes') diff --git a/admin/themes/default/template/element_set_ranks.tpl b/admin/themes/default/template/element_set_ranks.tpl index be5019e24..dfdafdc2e 100644 --- a/admin/themes/default/template/element_set_ranks.tpl +++ b/admin/themes/default/template/element_set_ranks.tpl @@ -17,7 +17,7 @@ jQuery(document).ready(function() { }); }); - jQuery('#image_order_rank').attr('checked', true); + jQuery('#image_order_rank').prop('checked', true); checkOrderOptions(); } }); @@ -43,7 +43,7 @@ jQuery('.thumbnail').tipTip({
{if !empty($thumbnails)} -

+

{'Manual order'|@translate} {if !empty($thumbnails)} @@ -84,7 +84,7 @@ jQuery('.thumbnail').tipTip({

- +

- +
{/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