Subversion Repositories SmartDukaan

Rev

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

Rev 19858 Rev 19916
Line 29... Line 29...
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
					
33
					
34
					echo $this->Form->label('Exclusive');
34
// 					echo $this->Form->label('Exclusive');
35
					echo $this->Form->checkbox('exclusive',array('disabled' => true));
35
// 					echo $this->Form->checkbox('exclusive',array('disabled' => true));
36
					
36
					
37
					echo $this->Form->input('secondaryIdentifier');
37
					echo $this->Form->input('secondaryIdentifier');
38
					echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
38
					echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
39
					echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));				
39
					echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));				
40
					echo $this->Form->input('source_product_name');
40
					echo $this->Form->input('source_product_name');