Skip to content

Commit

Permalink
Fix margine stampa preventivi
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasalva87 committed Feb 19, 2018
1 parent 7ba66b7 commit 98766b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aggiornamenti/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
$compatible = '<i class="fa fa-check-circle text-success" data-toggle="tooltip" title="'.tr('Compatibile').'"></i>';
$class = 'success';
} else {
$compatible = '<i class="fa fa-warning text-danger" data-toggle="tooltip" title="'.tr('Non compabitile!').tr('Questo modulo è compatibile solo con le versioni').': '.$module['compatibility'].'"></i>';
$compatible = '<i class="fa fa-warning text-danger" data-toggle="tooltip" title="'.tr('Non compatibile!').tr('Questo modulo è compatibile solo con le versioni').': '.$module['compatibility'].'"></i>';
$class = 'danger';
}

Expand Down Expand Up @@ -200,7 +200,7 @@
$compatible = '<i class="fa fa-check-circle text-success" data-toggle="tooltip" title="'.tr('Compatibile').'"></i>';
$class = 'success';
} else {
$compatible = '<i class="fa fa-warning text-danger" data-toggle="tooltip" title="'.tr('Non compabitile!').tr('Questo modulo è compatibile solo con le versioni').': '.$sub['compatibility'].'"></i>';
$compatible = '<i class="fa fa-warning text-danger" data-toggle="tooltip" title="'.tr('Non compatibile!').tr('Questo modulo è compatibile solo con le versioni').': '.$sub['compatibility'].'"></i>';
$class = 'danger';
}

Expand Down
6 changes: 6 additions & 0 deletions templates/preventivi/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'header-height' => 35,
'footer-height' => 25,
];

0 comments on commit 98766b4

Please sign in to comment.