Subversion Repositories SmartDukaan

Rev

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

Rev 17593 Rev 17638
Line 36... Line 36...
36
					echo $this->Form->input('url');
36
					echo $this->Form->input('url');
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'=>'False'));
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');
-
 
43
    				echo $this->Form->input('subCategoryId', array('options'=>$arrSubCategory, 'selected'=>$data['subCategoryId']));
42
 
44
 
43
					echo $this->Form->input('offer',array('type'=>'textarea'));
45
					echo $this->Form->input('offer',array('type'=>'textarea'));
44
					echo $this->Form->input('tagline',array('type'=>'textarea'));
46
					echo $this->Form->input('tagline',array('type'=>'textarea'));
45
					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));
46
					echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));
48
					echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));