Don't put the default div around the Monitors form close button

pull/177/merge
Kyle Johnson 2013-09-24 21:35:47 -04:00
parent 8fc599240e
commit 7c32525c9a
1 changed files with 1 additions and 3 deletions

View File

@ -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>