Fix css hidoneprint
This commit is contained in:
parent
633a6081fc
commit
a9dd5e8764
@ -1177,7 +1177,7 @@ class FormOther
|
||||
$selectboxlist .= '<input type="hidden" name="userid" value="'.$user->id.'">';
|
||||
$selectboxlist .= '<input type="hidden" name="areacode" value="'.$areacode.'">';
|
||||
$selectboxlist .= '<input type="hidden" name="boxorder" value="'.$boxorder.'">';
|
||||
$selectboxlist .= Form::selectarray('boxcombo', $arrayboxtoactivatelabel, -1, $langs->trans("ChooseBoxToAdd").'...', 0, 0, '', 0, 0, 0, 'ASC', 'maxwidth150onsmartphone', 0, 'hidden selected', 0, 1);
|
||||
$selectboxlist .= Form::selectarray('boxcombo', $arrayboxtoactivatelabel, -1, $langs->trans("ChooseBoxToAdd").'...', 0, 0, '', 0, 0, 0, 'ASC', 'maxwidth150onsmartphone hideonprint', 0, 'hidden selected', 0, 1);
|
||||
if (empty($conf->use_javascript_ajax)) {
|
||||
$selectboxlist .= ' <input type="submit" class="button" value="'.$langs->trans("AddBox").'">';
|
||||
}
|
||||
|
||||
@ -1652,7 +1652,7 @@ table.tableforfield tr>td:first-of-type, tr.trforfield>td:first-of-type, div.tab
|
||||
}
|
||||
|
||||
<?php if (GETPOST('optioncss', 'aZ09') == 'print') { ?>
|
||||
.hideonprint { display: none; }
|
||||
.hideonprint { display: none !important; }
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
||||
@ -1668,7 +1668,7 @@ table.tableforfield tr>td:first-of-type, tr.trforfield>td:first-of-type, div.tab
|
||||
}
|
||||
|
||||
<?php if (GETPOST('optioncss', 'aZ09') == 'print') { ?>
|
||||
.hideonprint { display: none; }
|
||||
.hideonprint { display: none !important; }
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user