diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 3976a56c0..d8057d772 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -419,9 +419,14 @@ div.content { @media (min-width: 992px) { div.content { padding:1.2rem; - + width: 95%; + padding:1rem; } } +div.content > div.content { + padding:0; + width:100%; +} /* XL */ @media (min-width: 1200px) { diff --git a/include/compta_ach.inc.php b/include/compta_ach.inc.php index c7f997e90..aa0da73ce 100644 --- a/include/compta_ach.inc.php +++ b/include/compta_ach.inc.php @@ -206,7 +206,6 @@ if (isset($_POST['record'])) /* or a form for correcting */ // ------------------------------------------------------------- -echo '
'; // @@ -231,7 +230,6 @@ else if (isset ($_REQUEST['p_jrn_predef'])){ // pre defined operation // -echo '
'; echo '
'; diff --git a/include/compta_fin.inc.php b/include/compta_fin.inc.php index 48f904725..c3e33221e 100644 --- a/include/compta_fin.inc.php +++ b/include/compta_fin.inc.php @@ -159,8 +159,8 @@ if ( isset($_POST['correct'])) //---------------------------------------- // Blank form //---------------------------------------- +echo '
'; if ( $p_msg !="" ) echo ''.$p_msg.''; - echo '
'; echo HtmlInput::hidden('ledger_type','fin'); echo HtmlInput::hidden('ac',$http->request("ac")); @@ -201,4 +201,5 @@ try } catch (Exception $ex) { echo $ex->getMessage(); } +echo '
'; return; diff --git a/include/compta_ven.inc.php b/include/compta_ven.inc.php index ce015f568..b052e04c8 100644 --- a/include/compta_ven.inc.php +++ b/include/compta_ven.inc.php @@ -201,7 +201,6 @@ if ( isset($_POST['record']) ) // check that all the sub arrays are empty if ( ! empty( array_filter($code_error,function($a){ if (!empty($a)) return true; }))) { - $xmldocument->display_error(); $flag_invoice=1; } }