Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Oct 30, 2019
1 parent 8f5b0f5 commit ade50b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/comm/index.php
Expand Up @@ -120,6 +120,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 @@ -132,6 +133,7 @@
$i++;
}
print '</table>';
print '</div>';
print '</form>';
print '<br>';
}
Expand Down

0 comments on commit ade50b5

Please sign in to comment.