Subversion Repositories SmartDukaan

Rev

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

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