Beispiel #1
0
?>
">
	<?php 
echo JText::_('ATOOLS_LBL_WAF_LBL_TSRBANNUM');
?>
	</label>

	<div class="controls">
		<input class="input-mini" type="text" size="5" name="tsrbannum"
			   value="<?php 
echo $this->wafconfig['tsrbannum'];
?>
"/>
		&nbsp;
		<?php 
echo AdmintoolsHelperSelect::trsfreqlist('tsrbanfrequency', array(), $this->wafconfig['tsrbanfrequency']);
?>
	</div>
</div>

<div class="control-group">
	<label class="control-label" for="tsrpermaban"
		   rel="popover"
		   data-original-title="<?php 
echo JText::_('ATOOLS_LBL_WAF_LBL_PERMABAN');
?>
"
		   data-content="<?php 
echo JText::_('ATOOLS_LBL_WAF_LBL_PERMABAN_TIP');
?>
">
Beispiel #2
0
				<input class="input-mini" type="text" size="5" name="email_num"
					   value="<?php 
echo $this->item->email_num;
?>
"/>
				<span><?php 
echo JText::_('COM_ADMINTOOLS_WAFTEMPLATES_NUMFREQ');
?>
</span>
				<input class="input-mini" type="text" size="5" name="email_numfreq"
					   value="<?php 
echo $this->item->email_numfreq;
?>
"/>
				<?php 
echo AdmintoolsHelperSelect::trsfreqlist('email_freq', array('class' => 'input-small'), $this->item->email_freq);
?>
				<span
					class="help-block"><?php 
echo JText::_('COM_ADMINTOOLS_WAFTEMPLATES_FIELD_SENDLIMIT_DESC');
?>
</span>
			</div>
		</div>

		<div class="control-group">
			<label for="template" class="control-label">
				<?php 
echo JText::_('COM_ADMINTOOLS_WAFTEMPLATES_FIELD_TEMPLATE_LBL');
?>
			</label>