Rev 16755 | 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"><a href="<?php echo $base_url;?>admin/appmasters/edit/<?php echo $this->request->data['AppOffer']['appmaster_id'];?>">Edit Master</a><?php echo $this->Form->create('AppOffer'); ?><fieldset><legend><?php echo __('Admin Edit App Offer'); ?></legend><?phpecho $this->Form->input('id');echo $this->Form->input('affiliate_id',array('options'=>$affiliate_ids));echo $this->Form->input('appmaster_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('app_name');echo $this->Form->input('downloads');echo $this->Form->input('ratings');// echo $this->Form->input('retailer_tagline');// echo $this->Form->input('customer_tagline');echo $this->Form->input('offer_price');echo $this->Form->input('user_payout');echo $this->Form->input('override_payout');echo $this->Form->input('overriden_payout');echo $this->Form->input('package_name');echo $this->Form->input('image_url');echo $this->Form->input('description');echo $this->Form->input('shortDescription');// echo $this->Form->input('FinalShortDescription',array('type'=>'textarea'));echo $this->Form->input('longDescription');// echo $this->Form->input('FinalLongDescription',array('type'=>'textarea'));echo $this->Form->input('link');echo $this->Form->input('offer_active');echo $this->Form->input('offerCategory');// echo $this->Form->input('priority');echo $this->Form->input('show');echo $this->Form->input('promoImage');echo $this->Form->input('location');echo $this->Form->input('offerCondition',array('label'=>'Offer Text'));?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div></div></div>