Subversion Repositories SmartDukaan

Rev

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

Rev 17636 Rev 17650
Line 37... Line 37...
37
					echo $this->Form->input('quantity',array('type'=>'number','value'=>1));
37
					echo $this->Form->input('quantity',array('type'=>'number','value'=>1));
38
					echo $this->Form->input('videoLink');
38
					echo $this->Form->input('videoLink');
39
					$arrCategory=array(0=>"False",1=>"True");
39
					$arrCategory=array(0=>"False",1=>"True");
40
    				echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>'False'));
40
    				echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>'False'));
41
 
41
 
42
    				$arrSubCategory=array(0=>'None',7=>'Memory Card',8=>'Data Cable',9=>'USB Light',10=>'Screen Magnifier');
42
    				$arrSubCategory=array(0=>'None',7=>'Memory Card',8=>'Data Cable',9=>'USB Light',10=>'Screen Magnifier',11=>'Car Charger',12=>'Power Bank');
43
    				echo $this->Form->input('subCategoryId', array('options'=>$arrSubCategory, 'selected'=>0));
43
    				echo $this->Form->input('subCategoryId', array('options'=>$arrSubCategory, 'selected'=>0));
44
 
44
 
45
 
45
 
46
 
46
 
47
					echo $this->Form->input('offer',array('type'=>'textarea'));
47
					echo $this->Form->input('offer',array('type'=>'textarea'));