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/profile.tpl | 49 ++++++++++++++++------------------------------- 1 file changed, 16 insertions(+), 33 deletions(-) (limited to 'template/yoga/profile.tpl') diff --git a/template/yoga/profile.tpl b/template/yoga/profile.tpl index b3837f454..cfcce030e 100644 --- a/template/yoga/profile.tpl +++ b/template/yoga/profile.tpl @@ -27,33 +27,29 @@ {lang:Username} {USERNAME} -
  • - +
  • -
  • - +
  • -
  • - +
  • -
  • - +
  • @@ -66,81 +62,68 @@ - + -
  • - +
  • -
  • -
  • -
  • -
  • -
  • - +
  • -
  • {L_EXPAND_TREE} - - + +
  • -
  • {L_NB_COMMENTS} - - + +
  • -
  • - +
  • -
  • - +
  • - +

    -- cgit v1.2.3