Subversion Repositories SmartDukaan

Rev

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

Rev 17592 Rev 17636
Line 35... Line 35...
35
					echo $this->Form->input('url');
35
					echo $this->Form->input('url');
36
 
36
 
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
 
-
 
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'=>0));
-
 
44
 
-
 
45
 
41
 
46
 
42
					echo $this->Form->input('offer',array('type'=>'textarea'));
47
					echo $this->Form->input('offer',array('type'=>'textarea'));
43
					echo $this->Form->input('tagline',array('type'=>'textarea'));
48
					echo $this->Form->input('tagline',array('type'=>'textarea'));
44
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
49
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
45
					echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));
50
					echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));