Merge branch 'devel'

This commit is contained in:
sparkyx 2024-01-28 20:25:27 +01:00
commit ba0dabd68e
3 changed files with 14 additions and 4 deletions

View file

@ -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;
}

View file

@ -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;
}

View file

@ -61,7 +61,8 @@ class Document_modele
$r.='<p><form method="post">';
$r.=dossier::hidden();
$r.="<table>";
$r.=\HtmlInput::filter_table("document_template_tb",'0,1,2',1);
$r.='<table id="document_template_tb" class="result" >';
$r.="<tr> ";
$r.=th(_('Nom'));
$r.=th(_('Catégorie'));