Subversion Repositories SmartDukaan

Rev

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

Rev 19859 Rev 19917
Line 43... Line 43...
43
					echo $this->Form->input('internalRank', array('type'=>'number','value'=> 0,'required'=> true,'readonly'=> true));
43
					echo $this->Form->input('internalRank', array('type'=>'number','value'=> 0,'required'=> true,'readonly'=> true));
44
					
44
					
45
					echo $this->Form->input('source_id');
45
					echo $this->Form->input('source_id');
46
					echo $this->Form->input('source',array('type'=>'text','value'=>'Amazon'));
46
					echo $this->Form->input('source',array('type'=>'text','value'=>'Amazon'));
47
 
47
 
48
					echo $this->Form->label('Exclusive');
48
// 					echo $this->Form->label('Exclusive');
49
					echo $this->Form->checkbox('exclusive',array('disabled' => true));
49
// 					echo $this->Form->checkbox('exclusive',array('disabled' => true));
50
						
50
						
51
					echo $this->Form->input('secondaryIdentifier');
51
					echo $this->Form->input('secondaryIdentifier');
52
					echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
52
					echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
53
					echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));				
53
					echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));				
54
					echo $this->Form->input('source_product_name');
54
					echo $this->Form->input('source_product_name');