forked from Wavyzz/dolibarr
Fix: missing trad
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* \file htdocs/main.inc.php
|
||||
* \ingroup core
|
||||
* \brief File that defines environment for Dolibarr pages only (variables not required by scripts)
|
||||
* \version $Id: main.inc.php,v 1.769 2011/08/22 15:46:00 hregis Exp $
|
||||
* \version $Id: main.inc.php,v 1.770 2011/08/22 15:52:24 hregis Exp $
|
||||
*/
|
||||
|
||||
@ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP
|
||||
@@ -1554,7 +1554,7 @@ function printSearchForm($urlaction,$urlobject,$title,$htmlmodesearch='search',$
|
||||
$ret.='<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||
$ret.='<input type="hidden" name="mode" value="search">';
|
||||
$ret.='<input type="hidden" name="mode-search" value="'.$htmlmodesearch.'">';
|
||||
$ret.='<input type="text" class="flat" placeholder="'.$langs->trans("recherche de").''.strip_tags($title).'" required="" name="'.$htmlinputname.'" size="10"> ';
|
||||
$ret.='<input type="text" class="flat" placeholder="'.$langs->trans("Search").''.strip_tags($title).'" required="" name="'.$htmlinputname.'" size="10"> ';
|
||||
$ret.='<input type="submit" class="button" value="'.$langs->trans("Go").'">';
|
||||
$ret.="</form>\n";
|
||||
return $ret;
|
||||
|
||||
Reference in New Issue
Block a user