fix new gruop not being savable

This commit is contained in:
Isaac Connor 2017-10-05 16:12:12 -04:00
parent ee87b29189
commit 69ab1b18ad
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ xhtmlHeaders( __FILE__, translate('Group').' - '.$newGroup->Name() );
<tbody>
<tr>
<th scope="row"><?php echo translate('Name') ?></th>
<td><input type="text" name="newGroup[Name]" value="<?php echo validHtmlStr($newGroup->Name()) ?>"/></td>
<td><input type="text" name="newGroup[Name]" value="<?php echo validHtmlStr($newGroup->Name()) ?>" oninput="configureButtons(this);"/></td>
</tr>
<tr>
<th scope="row"><?php echo translate('ParentGroup') ?></th>