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 4bef883 commit 320703c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/userrighthandling.php
Expand Up @@ -620,7 +620,7 @@
. "<form action='$scriptname' id='usergroupform' class='form30' method='post'>"
. "<ul>\n"
. "<li><label for='group_name'>".$clang->gT("Name:")."</label>\n"
. "<input type='text' size='50' id='group_name' name='group_name' /><font color='red' face='verdana' size='1'> ".$clang->gT("Required")."</font></li>\n"
. "<input type='text' size='50' maxlength='20' id='group_name' name='group_name' /><font color='red' face='verdana' size='1'> ".$clang->gT("Required")."</font></li>\n"
. "<li><label for='group_description'>".$clang->gT("Description:")."</label>\n"
. "<textarea cols='50' rows='4' id='group_description' name='group_description'></textarea></li>\n"
. "</ul><p><input type='submit' value='".$clang->gT("Add Group")."' />\n"
Expand Down

0 comments on commit 320703c

Please sign in to comment.