Subversion Repositories SmartDukaan

Rev

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

Rev 16614 Rev 16981
Line 8... Line 8...
8
		echo $this->Form->input('os_name');
8
		echo $this->Form->input('os_name');
9
		echo $this->Form->input('shortDescription');
9
		echo $this->Form->input('shortDescription');
10
		echo $this->Form->input('longDescription');
10
		echo $this->Form->input('longDescription');
11
		echo $this->Form->input('customerOneLiner');
11
		echo $this->Form->input('customerOneLiner');
12
		echo $this->Form->input('retailerOneLiner');
12
		echo $this->Form->input('retailerOneLiner');
-
 
13
		echo $this->Form->input('showApp',array('type'=>'checkbox'));
-
 
14
		echo $this->Form->input('rank',array('type'=>'number'));
13
	?>
15
	?>
14
	</fieldset>
16
	</fieldset>
15
<?php echo $this->Form->end(__('Submit')); ?>
17
<?php echo $this->Form->end(__('Submit')); ?>
16
</div>
18
</div>
17
<div class="actions">
19
<div class="actions">