Subversion Repositories SmartDukaan

Rev

Rev 14225 | Rev 14561 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14225 Rev 14303
Line 9... Line 9...
9
					<legend><?php echo __('Add sku-wise scheme'); ?></legend>
9
					<legend><?php echo __('Add sku-wise scheme'); ?></legend>
10
				<?php
10
				<?php
11
					echo $this->Form->input('sku',array('type'=>'number'));
11
					echo $this->Form->input('sku',array('type'=>'number'));
12
				//	echo $this->Form->input('startDate');
12
				//	echo $this->Form->input('startDate');
13
				//	echo $this->Form->input('endDate');
13
				//	echo $this->Form->input('endDate');
14
					echo $this->Form->input('scheme_amount');
14
					echo $this->Form->input('schemeAmount');
15
				?>
15
				?>
16
				</fieldset>
16
				</fieldset>
17
			<?php echo $this->Form->end(__('Submit')); ?>
17
			<?php echo $this->Form->end(__('Submit')); ?>
18
		</div>
18
		</div>
19
	</div>
19
	</div>