From 8b94bad646bd8e990f57190cb35d46f1eb423e65 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 2 Mar 2026 09:32:15 +0100 Subject: [PATCH] Cosmetic : readonly background and section payment means --- html/css/style-classic7.css | 4 ++-- include/XMLDocument/xml_reader.class.php | 4 ++++ include/compta_ach.inc.php | 6 +++--- include/compta_ven.inc.php | 6 +++--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 5a38071d2..22e046a09 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -75,6 +75,7 @@ BODY { --end-level1:#eb7c7e; --border-color:#b7b7b7; --bg-white:white; + --bg-readonly:#f9f9f9; } input{ font-family: 'OpenSansRegular'; @@ -809,8 +810,7 @@ a.document:hover { } .input_text_ro { border:1px solid #0000FF; - background-color: var(--bg-white); - color:var(--border-color); + background-color:var(--bg-readonly); border-radius: 5px; margin:1px; } diff --git a/include/XMLDocument/xml_reader.class.php b/include/XMLDocument/xml_reader.class.php index 30b8f8fb4..6e291df2f 100644 --- a/include/XMLDocument/xml_reader.class.php +++ b/include/XMLDocument/xml_reader.class.php @@ -25,6 +25,10 @@ namespace Noalyss\XMLDocument; * @file * @brief answer to an inplace object */ +/** + \pure + \brief Abstract class +*/ abstract class XML_Reader { diff --git a/include/compta_ach.inc.php b/include/compta_ach.inc.php index aa0da73ce..df95678e8 100644 --- a/include/compta_ach.inc.php +++ b/include/compta_ach.inc.php @@ -256,7 +256,7 @@ try $Ledger->id=$p_jrn_predef; $p_post['p_jrn']=$Ledger->id; echo $Ledger->input($p_post); - echo '
'; + echo '
'; echo $Ledger->input_paid($payment,$acompte,$date_payment,$comm_payment); echo '
'; echo '