Fixed delete confirms (for build, project, user, group) + UI fixes
This commit is contained in:
parent
1237bf450c
commit
1cfc51b084
10 changed files with 69 additions and 60 deletions
|
|
@ -96,6 +96,7 @@ class GroupController extends Controller
|
|||
$title->setValue($group->getTitle());
|
||||
|
||||
$submit = new Form\Element\Submit();
|
||||
$submit->setClass('btn btn-success');
|
||||
$submit->setValue(Lang::get('group_save'));
|
||||
|
||||
$form->addField($title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue