Subversion Repositories SmartDukaan

Rev

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

Rev 16584 Rev 16614
Line 8... Line 8...
8
				<fieldset>
8
				<fieldset>
9
					<legend><?php echo __('Admin Edit App Offer'); ?></legend>
9
					<legend><?php echo __('Admin Edit App Offer'); ?></legend>
10
				<?php
10
				<?php
11
					echo $this->Form->input('id');
11
					echo $this->Form->input('id');
12
					echo $this->Form->input('affiliate_id',array('options'=>$affiliate_ids));
12
					echo $this->Form->input('affiliate_id',array('options'=>$affiliate_ids));
13
					//echo $this->Form->input('affiliate_app_id',array('type'=>'text'));
13
					echo $this->Form->input('appmaster_id',array('type'=>'text'));
14
					// echo $this->Form->input('startDate');
14
					// echo $this->Form->input('startDate');
15
					// echo $this->Form->input('endDate');
15
					// echo $this->Form->input('endDate');
16
					echo $this->Form->input('affiliate_offer_id',array('type'=>'text'));
16
					echo $this->Form->input('affiliate_offer_id',array('type'=>'text'));
17
					echo $this->Form->input('app_name');
17
					echo $this->Form->input('app_name');
18
					echo $this->Form->input('downloads');
18
					echo $this->Form->input('downloads');