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 '