Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-11-15 | fix potential incompatibility with events directly in the template | rvelices | 1 | -7/+6 | |
(use attachEvent instead of onfocus) git-svn-id: http://piwigo.org/svn/trunk@1608 68402e56-0260-453c-a942-63ccdbb3a9ee | |||||
2006-07-22 | fix bugs 244: different display of checkbox in IE/firefox and 484: Missing ↵ | chrisaga | 1 | -0/+43 | |
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 |