Rev 16549 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('adminactions');?></div><div class="col-lg-9"><?php echo $this->Form->create('AppOffer'); ?><fieldset><legend><?php echo __('Admin Add App Offer'); ?></legend><?phpecho $this->Form->input('affiliate_id',array('options'=>$affiliate_ids));echo $this->Form->input('affiliate_app_id',array('type'=>'text'));echo $this->Form->input('startDate');echo $this->Form->input('endDate');echo $this->Form->input('affiliate_offer_id',array('type'=>'text'));echo $this->Form->input('offer_price');echo $this->Form->input('app_name');echo $this->Form->input('image_url');echo $this->Form->input('description');echo $this->Form->input('link');echo $this->Form->input('offer_active');echo $this->Form->input('action');// echo $this->Form->input('priority');echo $this->Form->input('show');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div></div></div>