Subversion Repositories SmartDukaan

Rev

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

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