From e3c4d79f5be8d732185c151f9ac84ff0ddb51166 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 22 Jul 2006 09:21:40 +0000 Subject: fix bugs 244: different display of checkbox in IE/firefox and 484: Missing onfocus/onblur in some user section *.tpl and many admin section *.tpl handle FORM elements with a behaviour (inputfix.htc) in IE the behaviour sets onfocus and onblur events too (no longer needed in *.tpl) other browsers use css selector :focus and [type=___] git-svn-id: http://piwigo.org/svn/trunk@1491 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/configuration.tpl | 22 +++++++++++----------- template/yoga/admin/group_list.tpl | 2 +- template/yoga/admin/thumbnail.tpl | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'template/yoga/admin') diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index ea4c202c6..5cb3a56d5 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -17,21 +17,21 @@ - +
  • - +
  • - +
  • @@ -76,7 +76,7 @@ - +
  • @@ -96,7 +96,7 @@ - @@ -107,21 +107,21 @@ - +
  • - +
  • - @@ -132,7 +132,7 @@ - +
  • @@ -151,14 +151,14 @@ - +
  • - +
  • diff --git a/template/yoga/admin/group_list.tpl b/template/yoga/admin/group_list.tpl index 7b7dd67eb..6c370a96b 100644 --- a/template/yoga/admin/group_list.tpl +++ b/template/yoga/admin/group_list.tpl @@ -8,7 +8,7 @@ - +

    diff --git a/template/yoga/admin/thumbnail.tpl b/template/yoga/admin/thumbnail.tpl index cf5345d43..8023a5551 100644 --- a/template/yoga/admin/thumbnail.tpl +++ b/template/yoga/admin/thumbnail.tpl @@ -78,14 +78,14 @@ - +

  • - +
  • -- cgit v1.2.3