From 67deb6ccfe8638647b7d503915098da695526801 Mon Sep 17 00:00:00 2001 From: Dany wm Date: Sat, 20 Jan 2024 20:47:58 +0100 Subject: [PATCH 1/4] Acc_Balance : initialize members var. --- include/class/acc_balance.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/class/acc_balance.class.php b/include/class/acc_balance.class.php index aca291bb0..ade248830 100644 --- a/include/class/acc_balance.class.php +++ b/include/class/acc_balance.class.php @@ -36,9 +36,9 @@ class Acc_Balance { $this->db=$p_cn; $this->jrn=array(); - $from_poste=""; - $to_poste=""; - $unsold=false; + $this->from_poste=""; + $this->to_poste=""; + $this->unsold=false; } From a8302f114c0b04a4bd59577af0633db1670bc33a Mon Sep 17 00:00:00 2001 From: Dany wm Date: Sat, 20 Jan 2024 21:39:11 +0100 Subject: [PATCH 2/4] =?UTF-8?q?CSS=20:=20aide=20mis=20en=20=C3=A9vidence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/css/style-classic7.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 01ef67236..400d656ca 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3410,4 +3410,12 @@ li.li-active { z-index: 12; position: absolute; height: auto; + } + /** + * Help item in EXTENSION + */ + #help { + background-color:lightgoldenrodyellow; + color:navy !important; + text-decoration: underline; } \ No newline at end of file From 6f4af8e007b7b71dfa7b2e195ad1d19071574ebf Mon Sep 17 00:00:00 2001 From: Dany wm Date: Sun, 28 Jan 2024 17:41:42 +0100 Subject: [PATCH 3/4] IMPROVE: highlight help --- html/css/style-classic7.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 2e1c669a8..56924ba4c 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3414,7 +3414,8 @@ li.li-active { * Help item in EXTENSION */ #help { - background-color:lightgoldenrodyellow; + background-color: yellow !important;; + padding: 0.5rem; color:navy !important; text-decoration: underline; } \ No newline at end of file From 3bf65a5422bcd1d5af5c6146c1608e5bccc4ac3b Mon Sep 17 00:00:00 2001 From: Dany wm Date: Sun, 28 Jan 2024 17:48:12 +0100 Subject: [PATCH 4/4] COSMETIC : document modele --- include/class/document_modele.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/class/document_modele.class.php b/include/class/document_modele.class.php index 7e723e9b7..da2cf6cb4 100644 --- a/include/class/document_modele.class.php +++ b/include/class/document_modele.class.php @@ -61,7 +61,8 @@ class Document_modele $r.='

'; $r.=dossier::hidden(); - $r.=""; + $r.=\HtmlInput::filter_table("document_template_tb",'0,1,2',1); + $r.='
'; $r.=" "; $r.=th(_('Nom')); $r.=th(_('Catégorie'));