Ejemplo n.º 1
0
				<?php 
echo JText::_('COM_AKEEBASUBS_TAXCONFIGS_LBL_NOVATCALC_INFO');
?>
			</span>
		</div>
	</div>

	<div class="control-group">
		<label class="control-label" for="akeebasubs_level_id">
			<?php 
echo JText::_('COM_AKEEBASUBS_TAXCONFIGS_LBL_LEVEL');
?>
</label>
		<div class="controls">
			<?php 
echo AkeebasubsHelperSelect::levels('akeebasubs_level_id', 0, array('class' => 'input-medium', 'include_all' => 1));
?>
			<span class="help-block">
				<?php 
echo JText::_('COM_AKEEBASUBS_TAXCONFIGS_LBL_LEVEL_INFO');
?>
			</span>
		</div>
	</div>

	<div class="control-group">
		<label class="control-label" for="country">
			<?php 
echo JText::_('COM_AKEEBASUBS_TAXCONFIGS_LBL_COUNTRY');
?>
</label>
Ejemplo n.º 2
0
echo AkeebasubsHelperSelect::fieldshow('show', $this->item->show);
?>
				<p class="help-block"><?php 
echo JText::_('COM_AKEEBASUBS_CUSTOMFIELDS_HELP_SHOW');
?>
</p>
			</div>
		</div>
		<div class="control-group">
			<label class="control-label" for="akeebasubs_level_id"><?php 
echo JText::_('COM_AKEEBASUBS_CUSTOMFIELDS_FIELD_LEVEL');
?>
</label>
			<div class="controls">
				<?php 
echo AkeebasubsHelperSelect::levels('akeebasubs_level_id[]', empty($this->item->akeebasubs_level_id) ? '-1' : explode(',', $this->item->akeebasubs_level_id), array('multiple' => 'multiple', 'size' => 5));
?>
				<p class="help-block"><?php 
echo JText::_('COM_AKEEBASUBS_CUSTOMFIELDS_HELP_LEVEL');
?>
</p>
			</div>
		</div>
		<div class="control-group">
			<label class="control-label" for="type"><?php 
echo JText::_('COM_AKEEBASUBS_CUSTOMFIELDS_FIELD_TYPE');
?>
</label>
			<div class="controls">
				<?php 
echo AkeebasubsHelperSelect::fieldtypes('type', $this->item->type);
Ejemplo n.º 3
0
?>
		</label>
		<div class="controls">
			<?php 
echo JHTML::_('select.booleanlist', 'enabled', null, $this->item->enabled);
?>
		</div>
	</div>
	<div class="control-group">
		<label for="levels_field" class="control-label"><?php 
echo JText::_('COM_AKEEBASUBS_COUPON_FIELD_SUBSCRIPTIONS');
?>
</label>
		<div class="controls">
			<?php 
echo AkeebasubsHelperSelect::levels('levels[]', empty($this->item->levels) ? '0' : explode(',', $this->item->levels), array('multiple' => 'multiple', 'size' => 4, 'include_all' => true, 'include_none' => true));
?>
		</div>
	</div>
	<div class="control-group">
		<label for="globalformat" class="control-label" class="mainlabel">
			<?php 
echo JText::_('COM_AKEEBASUBS_INVOICETEMPLATES_FIELD_GLOBALFORMAT');
?>
		</label>
		<div class="controls">
			<?php 
echo JHTML::_('select.booleanlist', 'globalformat', null, $this->item->globalformat);
?>
			<span class="help-block">
				<?php 
Ejemplo n.º 4
0
				<div class="controls">
					<?php 
echo AkeebasubsHelperSelect::levels('source_level_id', $this->item->source_level_id);
?>
				</div>
			</div>

			<div class="control-group">
				<label for="target_level_id" class="control-label">
					<?php 
echo JText::_('COM_AKEEBASUBS_RELATIONS_FIELD_TARGET_LEVEL_ID');
?>
				</label>
				<div class="controls">
					<?php 
echo AkeebasubsHelperSelect::levels('target_level_id', $this->item->target_level_id);
?>
				</div>
			</div>

			<div class="control-group">
				<label for="mode" class="control-label">
					<?php 
echo JText::_('COM_AKEEBASUBS_RELATIONS_FIELD_MODE');
?>
				</label>
				<div class="controls">
					<?php 
echo AkeebasubsHelperSelect::relationmode('mode', empty($this->item->mode) ? 'flexi' : $this->item->mode, array('onchange' => 'akeebasubs_relations_mode_onChange();'));
?>
				</div>
Ejemplo n.º 5
0
</label>
		<div class="controls">
			<?php 
echo AkeebasubsHelperSelect::usergroups('usergroups[]', empty($this->item->usergroups) ? '-1' : explode(',', $this->item->usergroups), array('multiple' => 'multiple', 'size' => 3));
?>
		</div>
	</div>

	<div class="control-group">
		<label for="subscriptions_field" class="control-label"><?php 
echo JText::_('COM_AKEEBASUBS_COUPON_FIELD_SUBSCRIPTIONS');
?>
</label>
		<div class="controls">
			<?php 
echo AkeebasubsHelperSelect::levels('subscriptions[]', empty($this->item->subscriptions) ? '-1' : explode(',', $this->item->subscriptions), array('multiple' => 'multiple', 'size' => 3));
?>
		</div>
	</div>

	<div class="control-group">
		<label for="hitslimit_field" class="control-label"><?php 
echo JText::_('COM_AKEEBASUBS_COUPON_FIELD_HITSLIMIT');
?>
</label>
		<div class="controls">
			<input type="text" size="5" id="hitslimit_field" name="hitslimit" value="<?php 
echo $this->escape($this->item->hitslimit);
?>
" />
		</div>