Ejemplo n.º 1
0
					<?php 
echo AkeebasubsHelperSelect::coupontypes('type', $this->item->type);
?>
			
				</div>
			</div>
			
			<div class="control-group">
				<label for="expiration" class="control-label">
					<?php 
echo JText::_('COM_AKEEBASUBS_RELATIONS_FIELD_EXPIRATION');
?>
				</label>
				<div class="controls">
					<?php 
echo AkeebasubsHelperSelect::flexiexpiration('expiration', $this->item->expiration);
?>
			
				</div>
			</div>
			
			<div class="control-group">
				<label for="combine" class="control-label">
					<?php 
echo JText::_('COM_AKEEBASUBS_RELATIONS_FIELD_COMBINE');
?>
				</label>
				<div class="controls">
					<?php 
echo JHTML::_('select.booleanlist', 'combine', null, $this->item->combine);
?>