Subversion Repositories SmartDukaan

Rev

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

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