diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 00cc18cd7..56924ba4c 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3410,3 +3410,12 @@ li.li-active { position: absolute; height: auto; } + /** + * Help item in EXTENSION + */ + #help { + background-color: yellow !important;; + padding: 0.5rem; + color:navy !important; + text-decoration: underline; + } \ No newline at end of file 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; } 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'));