Beispiel #1
0
"/>
				<button onclick="this.form.submit();"><?php 
echo JText::_("GO");
?>
</button>
				<button onclick="document.getElementById('search').value='';this.form.getElementById('ispublished').value='-1';this.form.submit();"><?php 
echo JText::_("RESET");
?>
</button>
			</td>
			<td nowrap="nowrap">
				<?php 
echo $this->lists['published'];
?>
				<?php 
FSTAdminHelper::LA_Filter(true);
?>
			</td>
		</tr>
	</table>

    <table class="adminlist table table-striped">
    <thead>

        <tr>
			<th width="5">#</th>
            <th width="20">
   				<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php 
echo count($this->data);
?>
);" />