Subversion Repositories SmartDukaan

Rev

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

Rev 17638 Rev 17650
Line 37... Line 37...
37
 
37
 
38
					echo $this->Form->input('quantity',array('type'=>'number','value'=>1));
38
					echo $this->Form->input('quantity',array('type'=>'number','value'=>1));
39
					echo $this->Form->input('videoLink');
39
					echo $this->Form->input('videoLink');
40
					$arrCategory=array(0=>"False",1=>"True");
40
					$arrCategory=array(0=>"False",1=>"True");
41
    				echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>0));
41
    				echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>0));
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'=>$data['subCategoryId']));
43
    				echo $this->Form->input('subCategoryId', array('options'=>$arrSubCategory, 'selected'=>$data['subCategoryId']));
44
 
44
 
45
					echo $this->Form->input('offer',array('type'=>'textarea'));
45
					echo $this->Form->input('offer',array('type'=>'textarea'));
46
					echo $this->Form->input('tagline',array('type'=>'textarea'));
46
					echo $this->Form->input('tagline',array('type'=>'textarea'));
47
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
47
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));