Subversion Repositories SmartDukaan

Rev

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

Rev 14928 Rev 15378
Line 7... Line 7...
7
			<?php echo $this->Form->create('NotificationRule'); ?>
7
			<?php echo $this->Form->create('NotificationRule'); ?>
8
				<fieldset>
8
				<fieldset>
9
					<legend><?php echo __('Admin Add Notification Rule'); ?></legend>
9
					<legend><?php echo __('Admin Add Notification Rule'); ?></legend>
10
				<?php
10
				<?php
11
					echo $this->Form->input('name');
11
					echo $this->Form->input('name');
12
					echo $this->Form->input('sql');
12
					echo $this->Form->input('sql',array('type'=>'textarea'));
13
					echo $this->Form->input('message');
13
					echo $this->Form->input('message');
14
					echo $this->Form->input('url');		
14
					echo $this->Form->input('url');		
15
					echo $this->Form->input('type', array('type' => 'select'));
15
					echo $this->Form->input('type', array('type' => 'select'));
16
					echo $this->Form->input('popup_display_count',array('disabled'=>true));
16
					echo $this->Form->input('popup_display_count',array('disabled'=>true));
17
					echo $this->Form->input('popup_display_interval',array('disabled'=>true,'label'=>'Popup Display Interval (in minutes)'));
17
					echo $this->Form->input('popup_display_interval',array('disabled'=>true,'label'=>'Popup Display Interval (in minutes)'));