Subversion Repositories SmartDukaan

Rev

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

Rev 16724 Rev 16729
Line 14... Line 14...
14
					echo $this->Form->input('os_name',array('disabled'=>'disabled'));
14
					echo $this->Form->input('os_name',array('disabled'=>'disabled'));
15
					echo $this->Form->input('shortDescription');
15
					echo $this->Form->input('shortDescription');
16
					echo $this->Form->input('longDescription');
16
					echo $this->Form->input('longDescription');
17
					echo $this->Form->input('customerOneLiner');
17
					echo $this->Form->input('customerOneLiner');
18
					echo $this->Form->input('retailerOneLiner');
18
					echo $this->Form->input('retailerOneLiner');
19
					echo $this->Form->input('showApp');
19
					echo $this->Form->input('showApp',array('type'=>'checkbox'));
20
				?>
20
				?>
21
				</fieldset>
21
				</fieldset>
22
			<?php echo $this->Form->end(__('Submit')); ?>
22
			<?php echo $this->Form->end(__('Submit')); ?>
23
			</div>
23
			</div>
24
		</div>
24
		</div>