Subversion Repositories SmartDukaan

Rev

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

Rev 16549 Rev 17025
Line 18... Line 18...
18
					echo $this->Form->input('image_url');
18
					echo $this->Form->input('image_url');
19
					echo $this->Form->input('description');
19
					echo $this->Form->input('description');
20
					echo $this->Form->input('link');
20
					echo $this->Form->input('link');
21
					echo $this->Form->input('offer_active');
21
					echo $this->Form->input('offer_active');
22
					echo $this->Form->input('action');
22
					echo $this->Form->input('action');
23
					echo $this->Form->input('priority');
23
					// echo $this->Form->input('priority');
24
					echo $this->Form->input('show');
24
					echo $this->Form->input('show');
25
				?>
25
				?>
26
				</fieldset>
26
				</fieldset>
27
			<?php echo $this->Form->end(__('Submit')); ?>
27
			<?php echo $this->Form->end(__('Submit')); ?>
28
		</div>
28
		</div>