Exemple #1
0
 public function templateAdvSearch()
 {
     return GWF_FormGDO::getSearchForm($this->module, $this, GDO::table('GWF_Order'), GWF_Session::getUser());
 }
Exemple #2
0
 private function getFormAdv()
 {
     return GWF_FormGDO::getSearchForm($this->module, $this, GDO::table('GWF_Links'), GWF_Session::getUser(), $this->module->lang('ft_search'));
 }