Subversion Repositories SmartDukaan

Rev

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

Rev 14857 Rev 15250
Line 34... Line 34...
34
					echo $this->Form->input('thumbnail');
34
					echo $this->Form->input('thumbnail');
35
					echo $this->Form->input('url');
35
					echo $this->Form->input('url');
36
					echo $this->Form->input('offer');
36
					echo $this->Form->input('offer');
37
					echo $this->Form->input('tagline');
37
					echo $this->Form->input('tagline');
38
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
38
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
-
 
39
					echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));
39
				?>
40
				?>
40
				</fieldset>
41
				</fieldset>
41
			<?php echo $this->Form->end(__('Submit')); ?>
42
			<?php echo $this->Form->end(__('Submit')); ?>
42
			</div>
43
			</div>
43
		</div>
44
		</div>