Subversion Repositories SmartDukaan

Rev

Rev 14510 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14510 Rev 14561
Line 7... Line 7...
7
			<?php echo $this->Form->create('NegativeDeal'); ?>
7
			<?php echo $this->Form->create('NegativeDeal'); ?>
8
				<fieldset>
8
				<fieldset>
9
					<legend><?php echo __('Add Negative Deal'); ?></legend>
9
					<legend><?php echo __('Add Negative Deal'); ?></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('multi',array('type'=>'checkbox'));
12
				?>
13
				?>
13
				</fieldset>
14
				</fieldset>
14
			<?php echo $this->Form->end(__('Submit')); ?>
15
			<?php echo $this->Form->end(__('Submit')); ?>
15
			</div>
16
			</div>
16
		</div>
17
		</div>