phpci/PHPCI/View/Group/edit.phtml
2015-10-08 16:33:01 +01:00

9 lines
197 B
PHTML

<div class="box box-primary">
<div class="box-header">
<h3 class="box-title">Add / Edit Group</h3>
</div>
<div class="box-body">
<?php print $form; ?>
</div>
</div>