Clean code
This commit is contained in:
parent
09a0d579ce
commit
0afcec9f43
@ -3208,7 +3208,6 @@ function printSearchForm($urlaction, $urlobject, $title, $htmlmorecss, $htmlinpu
|
|||||||
$ret = '';
|
$ret = '';
|
||||||
$ret .= '<form action="'.$urlaction.'" method="post" class="searchform nowraponall tagtr">';
|
$ret .= '<form action="'.$urlaction.'" method="post" class="searchform nowraponall tagtr">';
|
||||||
$ret .= '<input type="hidden" name="token" value="'.newToken().'">';
|
$ret .= '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
$ret .= '<input type="hidden" name="mode" value="search">';
|
|
||||||
$ret .= '<input type="hidden" name="savelogin" value="'.dol_escape_htmltag($user->login).'">';
|
$ret .= '<input type="hidden" name="savelogin" value="'.dol_escape_htmltag($user->login).'">';
|
||||||
if ($showtitlebefore) {
|
if ($showtitlebefore) {
|
||||||
$ret .= '<div class="tagtd left">'.$title.'</div> ';
|
$ret .= '<div class="tagtd left">'.$title.'</div> ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user