Exemplo n.º 1
0
<?php 
$app = JFactory::getApplication();
?>

<form action="<?php 
echo JRoute::_($form['action']);
?>
" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">

	<?php 
/* Get view string */
echo CitruscartGrid::pagetooltip($app->input->getString('view'));
?>

    <?php 
echo CitruscartGrid::searchform($state->filter, JText::_('COM_CITRUSCART_SEARCH'), JText::_('COM_CITRUSCART_RESET'));
?>

	<table class="table table-striped table-bordered" style="clear: both;">
		<thead>
            <tr>
                <th>
                	<?php 
echo JText::_('COM_CITRUSCART_NUM');
?>
                </th>
                <th>
                	<?php 
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
            	</th>