Beispiel #1
0
?>
('', '<?php 
echo JText::_('JLIB_FORM_SELECT_USER');
?>
');"><?php 
echo JText::_('COM_SIBDIET_NEW_PROFILE');
?>
</button>
			</div>
			<div class="btn-group pull-right hidden-phone">
				<label for="list_searchin" class="element-invisible"><?php 
echo JText::_('COM_SIBDIET_SEARCHIN');
?>
</label>
				<?php 
echo JHtml::_('select.genericlist', array_merge(SibdietHelper::getSearchinOptions(array('2', '3', '5'))), 'list_searchin', 'onchange="this.form.submit()" class="advancedSelect" data-placeholder="' . JText::_('COM_SIBDIET_SEARCHIN') . '"', 'value', 'text', $this->state->get('list.searchin'), 'list_searchin');
?>
			</div>
		</div>
	</fieldset>

	<table class="table table-striped table-condensed">
		<thead>
			<tr>
				<th class="left">
					<?php 
echo JHtml::_('grid.sort', 'COM_SIBDIET_NAME', 'name', $listDirn, $listOrder);
?>
				</th>
				<th class="nowrap" width="25%">
					<?php