Blame | Last modification | View Log | RSS feed
<div class="skuschemes form"><?php echo $this->Form->create('Skuscheme'); ?><fieldset><legend><?php echo __('Add Skuscheme'); ?></legend><?phpecho $this->Form->input('startDate');echo $this->Form->input('endDate');echo $this->Form->input('scheme_amount');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('List Skuschemes'), array('action' => 'index')); ?></li></ul></div>