10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
|
<div class="form-group">
|
||
|
<?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>
|