Don't put the default div around the Monitors form close button
parent
8fc599240e
commit
7c32525c9a
|
@ -2,8 +2,6 @@
|
|||
<?php echo $this->Form->end(array(
|
||||
'label' => 'Save Monitor',
|
||||
'class' => array('btn', 'btn-default'),
|
||||
'div' => array(
|
||||
'class' => array('col-lg-offset-2', 'col-lg-10')
|
||||
)
|
||||
'div' => false
|
||||
)); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue