php-censor/PHPCI/View/Group/edit.phtml

9 lines
197 B
PHTML
Raw Normal View History

2015-10-08 17:33:01 +02:00
<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>