Subversion Repositories SmartDukaan

Rev

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

Rev 16104 Rev 16234
Line 37... Line 37...
37
					echo $this->Form->input('offer',array('value'=>$data['offer']));
37
					echo $this->Form->input('offer',array('value'=>$data['offer']));
38
					echo $this->Form->input('tagline',array('value'=>$data['tagline']));
38
					echo $this->Form->input('tagline',array('value'=>$data['tagline']));
39
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status,'default'=>$data['is_shortage']));
39
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status,'default'=>$data['is_shortage']));
40
					echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['buyBoxFlag']));
40
					echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['buyBoxFlag']));
41
					echo $this->Form->input('coupon',array('value'=>$data['coupon']));
41
					echo $this->Form->input('coupon',array('value'=>$data['coupon']));
42
+					echo $this->Form->input('codAvailable',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['codAvailable']));
42
					echo $this->Form->input('codAvailable',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['codAvailable']));
43
					echo $this->Form->input('multi',array('type'=>'checkbox'));
43
					echo $this->Form->input('multi',array('type'=>'checkbox'));
44
				?>
44
				?>
45
				</fieldset>
45
				</fieldset>
46
			<?php echo $this->Form->end(__('Submit')); ?>
46
			<?php echo $this->Form->end(__('Submit')); ?>
47
			</div>
47
			</div>