aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/group_list.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-22 09:31:30 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-22 09:31:30 +0000
commitbd26b2226b91e4c4eeba84fa066e61465bbc8887 (patch)
treeb8a90fe2bb0c8f009a11b5dfdd78d049ebc77a65 /template/yoga/admin/group_list.tpl
parentdebab363b61d972c3043844d3a51440800ff8103 (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/admin/group_list.tpl')
-rw-r--r--template/yoga/admin/group_list.tpl2
1 files changed, 1 insertions, 1 deletions
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 @@
<span class="property">
<label for="groupname">{lang:Group name}</label>
</span>
- <input type="text" id="groupname" name="groupname" maxlength="50" size="20" onfocus="this.className='focus';" onblur="this.className='nofocus';" />
+ <input type="text" id="groupname" name="groupname" maxlength="50" size="20" />
<p>
<input type="submit" name="submit_add" value="{lang:Add}" {TAG_INPUT_ENABLED}/>