Closed Theaxiom closed 7 years ago
<?php echo $this->Html->buttonGroup(
array(
$this->Html->button(array('cog', 'default', 'xs'), array('action' => 'edit', $product['Product']['id']), array('escape' => false, 'title' => __('Edit'))),
$this->Html->postButton(array('trash', 'default', 'xs'), array('action' => 'delete', $product['Product']['id']), array('escape' => false, 'title' => __('Delete')), __('Are you sure you want to delete # %s?', $product['Product']['id']))
)
); ?>
Added ability to easily create buttons and button groups for Bootstrap