Skip to content

Commit

Permalink
Merge pull request #12270 from frederic34/patch-2
Browse files Browse the repository at this point in the history
css
  • Loading branch information
eldy committed Nov 2, 2019
2 parents 906f307 + bfe683d commit 7fae6d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/product/index.php
Expand Up @@ -95,6 +95,7 @@
{
print '<form method="post" action="'.DOL_URL_ROOT.'/core/search.php">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder nohover centpercent">';
$i=0;
foreach($listofsearchfields as $key => $value)
Expand All @@ -107,6 +108,7 @@
$i++;
}
print '</table>';
print '</div>';
print '</form>';
print '<br>';
}
Expand Down

0 comments on commit 7fae6d6

Please sign in to comment.