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

			<div class="control-group">
				<label for="flex_timecalculation" class="control-label">
					<?php 
echo JText::_('COM_AKEEBASUBS_RELATIONS_FIELD_FLEX_TIMECALCULATION');
?>
				</label>
				<div class="controls">
					<?php 
echo AkeebasubsHelperSelect::flexitimecalc('flex_timecalculation', empty($this->item->flex_timecalculation) ? 'current' : $this->item->flex_timecalculation);
?>
				</div>
			</div>

			<div class="control-group">
				<label for="flex_rounding" class="control-label">
					<?php 
echo JText::_('COM_AKEEBASUBS_RELATIONS_FIELD_TIME_ROUNDING');
?>
				</label>
				<div class="controls">
					<?php 
echo AkeebasubsHelperSelect::flexirounding('time_rounding', empty($this->item->time_rounding) ? 'round' : $this->item->time_rounding);
?>
				</div>