Fix, change status back to active

This commit is contained in:
Deon George 2016-08-31 02:17:46 +10:00
parent ceb8159826
commit bdffb0cb5b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<tr>
<td><?php echo HTML::anchor(URL::link('admin','group/edit/'.$go->id,TRUE),$go->display('name')); ?></td>
<td><?php echo $go->display('notes'); ?></td>
<td><?php echo $go->display('status'); ?></td>
<td><?php echo $go->display('active'); ?></td>
<td><?php echo Form::checkbox('groups[]',$go->id,$o->has('group',$go),array('nocg'=>TRUE)); ?></td>
</tr>
<?php endforeach ?>