Subversion Repositories SmartDukaan

Rev

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

Rev 16755 Rev 16981
Line 16... Line 16...
16
					echo $this->Form->input('shortDescription');
16
					echo $this->Form->input('shortDescription');
17
					echo $this->Form->input('longDescription');
17
					echo $this->Form->input('longDescription');
18
					echo $this->Form->input('customerOneLiner');
18
					echo $this->Form->input('customerOneLiner');
19
					echo $this->Form->input('retailerOneLiner');
19
					echo $this->Form->input('retailerOneLiner');
20
					echo $this->Form->input('showApp',array('type'=>'checkbox'));
20
					echo $this->Form->input('showApp',array('type'=>'checkbox'));
-
 
21
					echo $this->Form->input('rank',array('type'=>'number'));
21
				?>
22
				?>
22
				</fieldset>
23
				</fieldset>
23
			<?php echo $this->Form->end(__('Submit')); ?>
24
			<?php echo $this->Form->end(__('Submit')); ?>
24
			</div>
25
			</div>
25
		</div>
26
		</div>