diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-22 09:31:30 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-22 09:31:30 +0000 |
commit | bd26b2226b91e4c4eeba84fa066e61465bbc8887 (patch) | |
tree | b8a90fe2bb0c8f009a11b5dfdd78d049ebc77a65 /template/yoga/header.tpl | |
parent | debab363b61d972c3043844d3a51440800ff8103 (diff) |
merge from trunk r1490:1491 into branch 1.6 (fix bugs 484 and 244 display issues with IE : focus, checkboxe radio)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1492 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 050857ad0..1684c6cd1 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -27,7 +27,10 @@ the "text/nonsense" prevents gecko based browsers to load it --> <style> /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */ BODY { behavior:url("{pwg_root}template-common/csshover.htc"); } - A IMG, .button, .icon { behavior:url("{pwg_root}template-common/tooltipfix.htc"); } + A IMG, .button, .icon { + behavior:url("{pwg_root}template-common/tooltipfix.htc"); + } + FORM { behavior: url("{pwg_root}template-common/inputfix.htc"); } </style> <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script> <![endif]--> |