Beispiel #1
0
				<button class="btn btn-mini" onclick="document.adminForm.dest.value='';this.form.submit();">
					<?php 
echo JText::_('JSEARCH_FILTER_CLEAR');
?>
				</button>
			</td>
			<?php 
if ($hasAjaxOrderingSupport === false) {
    ?>
				<td></td>
			<?php 
}
?>
			<td>
				<?php 
echo AdmintoolsHelperSelect::keepUrlParamsList('keepurlparams', array('onchange' => 'this.form.submit();'), $this->getModel()->getState('keepurlparams', ''));
?>
			</td>
			<td>
				<?php 
echo AdmintoolsHelperSelect::published($this->getModel()->getState('published', ''), 'published', array('onchange' => 'this.form.submit();'));
?>
			</td>
		</tr>
		</thead>
		<tfoot>
		<tr>
			<td colspan="20">
				<?php 
if ($this->pagination->total > 0) {
    ?>
Beispiel #2
0
				<?php 
echo JText::_('COM_ADMINTOOLS_REDIR_FIELD_DEST_DESC');
?>
			</div>
		</div>
	</div>
	<div class="control-group">
		<label for="keepurlparams" class="control-label">
			<?php 
echo JText::_('COM_ADMINTOOLS_REDIR_FIELD_KEEPURLPARAMS');
?>
		</label>

		<div class="controls">
			<?php 
echo AdmintoolsHelperSelect::keepUrlParamsList('keepurlparams', null, $this->item->keepurlparams);
?>
			<div class="help-block">
				<?php 
echo JText::_('COM_ADMINTOOLS_REDIR_FIELD_KEEPURLPARAMS_DESC');
?>
			</div>
		</div>
	</div>
	<div class="control-group">
		<label for="published" class="control-label">
			<?php 
echo JText::_('JPUBLISHED');
?>
		</label>