Skip to content

Commit

Permalink
Fixed issue #05816: Create User Group not possible
Browse files Browse the repository at this point in the history
  • Loading branch information
TMSWhite committed Feb 23, 2012
1 parent 45d5057 commit 5b27a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/usergroup/addUserGroup_view.php
Expand Up @@ -4,7 +4,7 @@
<ul>
<li>
<label for='group_name'><?php $clang->eT("Name:"); ?></label>
<input type='text' size='50' id='group_name' name='group_name' required="required" autofocus="autofocus" />
<input type='text' size='50' maxlength='20' id='group_name' name='group_name' required="required" autofocus="autofocus" />
<font color='red' face='verdana' size='1'> <?php $clang->eT("Required"); ?></font>
</li>
<li>
Expand Down

0 comments on commit 5b27a76

Please sign in to comment.