Subversion Repositories SmartDukaan

Rev

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

Rev 19560 Rev 19858
Line 28... Line 28...
28
					
28
					
29
					echo $this->Form->input('internalRank', array('type'=>'number','value'=> 0,'required'=> true,'readonly'=> true));
29
					echo $this->Form->input('internalRank', array('type'=>'number','value'=> 0,'required'=> true,'readonly'=> true));
30
					
30
					
31
					echo $this->Form->input('source_id');
31
					echo $this->Form->input('source_id');
32
					echo $this->Form->input('source',array('type'=>'text','value'=>'Amazon'));
32
					echo $this->Form->input('source',array('type'=>'text','value'=>'Amazon'));
-
 
33
					
-
 
34
					echo $this->Form->label('Exclusive');
-
 
35
					echo $this->Form->checkbox('exclusive',array('disabled' => true));
-
 
36
					
33
					echo $this->Form->input('secondaryIdentifier');
37
					echo $this->Form->input('secondaryIdentifier');
34
					echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
38
					echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
35
					echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));				
39
					echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));				
36
					echo $this->Form->input('source_product_name');
40
					echo $this->Form->input('source_product_name');
37
					echo $this->Form->input('source_url');
41
					echo $this->Form->input('source_url');