Subversion Repositories SmartDukaan

Rev

Rev 13532 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13532 Rev 13558
Line 8... Line 8...
8
				<fieldset>
8
				<fieldset>
9
					<legend><?php echo __('Edit Store'); ?></legend>
9
					<legend><?php echo __('Edit Store'); ?></legend>
10
				<?php
10
				<?php
11
					echo $this->Form->input('id');
11
					echo $this->Form->input('id');
12
					echo $this->Form->input('name');
12
					echo $this->Form->input('name');
13
					echo $this->Form->input('affiliate_id',array('type'=>'text'));
13
					echo $this->Form->input('domain');
14
					echo $this->Form->input('status');
14
					echo $this->Form->input('status');
-
 
15
					echo $this->Form->input('affiliate_id',array('type'=>'text'));
-
 
16
					echo $this->Form->input('affid_param');
-
 
17
					echo $this->Form->input('sub_tag_param');
-
 
18
					echo $this->Form->input('cashback_status',array('type'=>'select','options'=>$cashback_statuses));
15
				?>
19
				?>
16
				</fieldset>
20
				</fieldset>
17
			<?php echo $this->Form->end(__('Submit')); ?>
21
			<?php echo $this->Form->end(__('Submit')); ?>
18
			</div>
22
			</div>
19
		</div>
23
		</div>