Subversion Repositories SmartDukaan

Rev

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

Rev 16704 Rev 16724
Line 2... Line 2...
2
	<div class="row">
2
	<div class="row">
3
		<div class="col-lg-3">
3
		<div class="col-lg-3">
4
			<?php echo $this->Element('adminactions');?>
4
			<?php echo $this->Element('adminactions');?>
5
		</div>
5
		</div>
6
		<div class="col-lg-9">
6
		<div class="col-lg-9">
-
 
7
			<a href="<?php echo $base_url;?>/admin/appmasters/edit/<?php echo $this->request->data['AppOffer']['appmaster_id'];?>">Edit Master</a>
7
			<?php echo $this->Form->create('AppOffer'); ?>
8
			<?php echo $this->Form->create('AppOffer'); ?>
8
				<fieldset>
9
				<fieldset>
9
					<legend><?php echo __('Admin Edit App Offer'); ?></legend>
10
					<legend><?php echo __('Admin Edit App Offer'); ?></legend>
10
				<?php
11
				<?php
11
					echo $this->Form->input('id');
12
					echo $this->Form->input('id');
Line 34... Line 35...
34
					echo $this->Form->input('offer_active');
35
					echo $this->Form->input('offer_active');
35
					echo $this->Form->input('offerCategory');
36
					echo $this->Form->input('offerCategory');
36
					echo $this->Form->input('priority');
37
					echo $this->Form->input('priority');
37
					echo $this->Form->input('show');
38
					echo $this->Form->input('show');
38
					echo $this->Form->input('promoImage');
39
					echo $this->Form->input('promoImage');
39
					echo $this->Form->input('offerCondition');
40
					echo $this->Form->input('offerCondition',array('label'=>'Offer Text'));
40
				?>
41
				?>
41
				</fieldset>
42
				</fieldset>
42
			<?php echo $this->Form->end(__('Submit')); ?>
43
			<?php echo $this->Form->end(__('Submit')); ?>
43
		</div>			
44
		</div>			
44
	</div>
45
	</div>