searching includes groups for and/or
This commit is contained in:
parent
f6a56c01a9
commit
101b6fafa6
16 changed files with 244 additions and 102 deletions
2
application/views/scripts/library/quick-search.phtml
Normal file
2
application/views/scripts/library/quick-search.phtml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<label for="quick_search">Search:</label>
|
||||
<input id="quick_search" name="quick_search" type="text"></input>
|
|
@ -2,5 +2,6 @@
|
|||
|
||||
$this->form->setAction($this->url());
|
||||
echo $this->form;
|
||||
echo var_dump($this->md);
|
||||
?>
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
<?php echo $this->field; ?>
|
1
application/views/scripts/search/newgroup.phtml
Normal file
1
application/views/scripts/search/newgroup.phtml
Normal file
|
@ -0,0 +1 @@
|
|||
<br /><br /><center>View script for controller <b>Search</b> and script/action name <b>newgroup</b></center>
|
Loading…
Add table
Add a link
Reference in a new issue