예제 #1
0
		<input type="text" name="search" id="search" value="<?php 
echo $this->form['search'];
?>
" class="text_area" onchange="document.adminForm.submit();" />
		<button onclick="this.form.submit();"><?php 
echo JText::_('GO');
?>
</button>
		<button onclick="document.getElementById('search').value='';this.form.getElementById('filter_vid').value='0';this.form.submit();"><?php 
echo JText::_('RESET');
?>
</button>
			</td>
			<td nowrap="nowrap">
				<?php 
echo "&nbsp;&nbsp;&nbsp;" . CLMForm::selectVerein('filter_vid', $this->param['vid'], TRUE);
?>
			</td>
		</tr>
		</table>

			<table class="adminlist">
			<thead>
				<tr>
					<th width="10">
						#
					</th>
					<th width="10">
					<?php 
echo $GLOBALS["clm"]["grid.checkall"];
?>