Hotline #16652 search with bib filter
Merge request reports
Activity
Filter activity
127 181 'placeholder' => $this->preferences['placeholder'], 128 182 'style' => 'width:'.$this->preferences["largeur"].'px', 129 183 'onkeypress' => 'if (event.keyCode == 13) {this.form.submit();return false;}']; 130 131 $ret= '<input '.$this->_htmlAttribs($attribs).' />'. 132 '<input name="button" type="submit" class="submit" value="" />'; 184 185 $ret= '<input '.$this->_htmlAttribs($attribs).' />'. 102 156 } 103 157 104 158 105 159 public function renderForm($content) { 106 $action_url = ['controller' => 'recherche', 160 $action_url = ['controller' => 'recherche', 107 161 'action' => 'simple']; 108 162 if (array_isset("type_doc", $this->preferences)) 109 163 $action_url['facette'] = 'T'.$this->preferences["type_doc"]; 110 164 if (array_isset("profil_redirect", $this->preferences)) 111 165 $action_url['id_profil'] = $this->preferences["profil_redirect"]; 112 166 113 return 167 return 114 168 '<form name="form" action="'.$this->view->url($action_url, null, true).'" method="get" class="rechSimpleForm">'
Please register or sign in to reply