diff options
Diffstat (limited to 'template/yoga/admin/group_list.tpl')
-rw-r--r-- | template/yoga/admin/group_list.tpl | 2 |
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}/> |