×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Zharfan Mazli
Added: Oct 19, 2015 1:11 AM
Views: 1948
  1. <div class="box-footer">
  2.                 <div class="pull-right">
  3.                     <?php
  4.                     echo $this->Html->link('Cancel', $this->request->referer(), array('class' => 'btn btn-link'));
  5.  
  6.                     echo $this->Form->submit('Save', array(
  7.                         'div' => false,
  8.                         'class' => 'btn btn-primary'
  9.                     ));
  10.                     ?>
  11.                 </div>
  12.             </div>