Fix: removed useless
This commit is contained in:
parent
43fd068d1d
commit
90cfa42915
@ -55,8 +55,8 @@ top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
print '<body style="margin: 40px; text-align: center">'."\n";
|
print '<body style="margin: 10px; text-align: center">'."\n";
|
||||||
print '<center>';
|
print '<center><br>';
|
||||||
|
|
||||||
// Define $searchform
|
// Define $searchform
|
||||||
if (! empty($conf->societe->enabled) && ! empty($conf->global->MAIN_SEARCHFORM_SOCIETE) && $user->rights->societe->lire)
|
if (! empty($conf->societe->enabled) && ! empty($conf->global->MAIN_SEARCHFORM_SOCIETE) && $user->rights->societe->lire)
|
||||||
|
|||||||
@ -1719,7 +1719,7 @@ function printSearchForm($urlaction,$urlobject,$title,$htmlmodesearch,$htmlinput
|
|||||||
$ret.='<input type="text" class="flat" ';
|
$ret.='<input type="text" class="flat" ';
|
||||||
if (! empty($conf->global->MAIN_HTML5_PLACEHOLDER)) $ret.=' placeholder="'.$langs->trans("SearchOf").''.strip_tags($title).'"';
|
if (! empty($conf->global->MAIN_HTML5_PLACEHOLDER)) $ret.=' placeholder="'.$langs->trans("SearchOf").''.strip_tags($title).'"';
|
||||||
else $ret.=' title="'.$langs->trans("SearchOf").''.strip_tags($title).'"';
|
else $ret.=' title="'.$langs->trans("SearchOf").''.strip_tags($title).'"';
|
||||||
$ret.=' name="'.$htmlinputname.'" size="10" /> ';
|
$ret.=' name="'.$htmlinputname.'" size="10" />';
|
||||||
$ret.='<input type="submit" class="button" value="'.$langs->trans("Go").'">';
|
$ret.='<input type="submit" class="button" value="'.$langs->trans("Go").'">';
|
||||||
$ret.="</form>\n";
|
$ret.="</form>\n";
|
||||||
return $ret;
|
return $ret;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user