Subversion Repositories SmartDukaan

Rev

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

Rev 19562 Rev 19856
Line 37... Line 37...
37
					echo $this->Form->input('product_name');
37
					echo $this->Form->input('product_name');
38
					echo $this->Form->input('rank');	
38
					echo $this->Form->input('rank');	
39
					
39
					
40
					echo $this->Form->input('internalRank', array('type'=>'number','value'=> 0,'required'=> true,'readonly'=> true));
40
					echo $this->Form->input('internalRank', array('type'=>'number','value'=> 0,'required'=> true,'readonly'=> true));
41
					
41
					
-
 
42
					echo $this->Form->label('Exclusive');
-
 
43
					echo $this->Form->checkbox('exclusive',array('disabled' => true));
-
 
44
					
42
					echo $this->Form->input('source_id');
45
					echo $this->Form->input('source_id');
43
					echo $this->Form->input('source',array('type'=>'text','value'=>'Amazon'));
46
					echo $this->Form->input('source',array('type'=>'text','value'=>'Amazon'));
44
					echo $this->Form->input('secondaryIdentifier');
47
					echo $this->Form->input('secondaryIdentifier');
45
					echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
48
					echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
46
					echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));				
49
					echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));