Merge branch 'devel'
This commit is contained in:
commit
ba0dabd68e
3 changed files with 14 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue