starting advanced search
This commit is contained in:
parent
918f4ec96d
commit
59ef9ee6a0
7 changed files with 59 additions and 61 deletions
|
@ -19,5 +19,8 @@
|
|||
</table>
|
||||
</div>
|
||||
<div id="advancedSearch">
|
||||
Some Text
|
||||
<div id="search">
|
||||
<?php echo $this->form; ?>
|
||||
</div>
|
||||
<div><?php echo var_dump($this->md); ?></div>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
$this->form->setAction($this->url());
|
||||
echo $this->form;
|
||||
echo var_dump($this->md);
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue