Rev 13637 | Rev 14225 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('adminactions');?></div><div class="col-lg-9"><?php echo $this->Form->create('Skuscheme'); ?><fieldset><legend><?php echo __('Add sku-wise scheme'); ?></legend><?phpecho $this->Form->input('sku',array('type'=>'number'));echo $this->Form->input('startDate');echo $this->Form->input('endDate');echo $this->Form->input('scheme_amount');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div></div></div><script type="text/javascript" src="<?php echo $base_url;?>/js/jquery.datepick.js"></script><style type="text/css">@import "<?php echo $base_url;?>/css/jquery.datepick.css";</style><script type="text/javascript">$(function(){$('#SkuschemeStartDate').datepick();$('#SkuschemeEndDate').datepick();});</script>