Code comment

This commit is contained in:
Laurent Destailleur 2016-03-05 01:36:33 +01:00
parent 66a95be78a
commit 74f9ed029c
2 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@ if (! empty($conf->contrat->enabled) && $user->rights->contrat->lire)
{
$listofsearchfields['search_contract']=array('text'=>'Contrat');
}
// Search contract
// Search supplier proposal
if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_proposal->lire)
{
$listofsearchfields['search_supplier_proposal']=array('text'=>'SupplierProposalShort');

View File

@ -4057,6 +4057,7 @@ border-top-right-radius: 6px;
}
/* nboftopmenuentries = <?php echo $nbtopmenuentries ?>, fontsize=<?php echo $fontsize ?> */
@media only screen and (max-width: <?php echo round($nbtopmenuentries * $fontsize * 6.7, 0) + 10; ?>px)
{
.mainmenuaspan {