Subversion Repositories SmartDukaan

Rev

Rev 14510 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14510 anikendra 1
<div class="container">
2
	<div class="row">
3
		<div class="col-lg-3">
4
			<?php echo $this->Element('adminactions');?>
5
		</div>
6
		<div class="col-lg-9">
7
			<?php echo $this->Form->create('NegativeDeal'); ?>
8
				<fieldset>
9
					<legend><?php echo __('Add Negative Deal'); ?></legend>
10
				<?php
11
					echo $this->Form->input('sku',array('type'=>'number'));
14561 anikendra 12
					echo $this->Form->input('multi',array('type'=>'checkbox'));
14510 anikendra 13
				?>
14
				</fieldset>
15
			<?php echo $this->Form->end(__('Submit')); ?>
16
			</div>
17
		</div>
18
	</div>
19
</div>