TEMPLATE DOCUMENT : filter on filename
This commit is contained in:
parent
9c6aa2dee7
commit
c5a4b407d2
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class Document_modele
|
|||
|
||||
$r.='<p><form method="post">';
|
||||
$r.=dossier::hidden();
|
||||
$r.=\HtmlInput::filter_table("document_template_tb",'0,1,2',1);
|
||||
$r.=\HtmlInput::filter_table("document_template_tb",'0,1,2,3',1);
|
||||
$r.='<table id="document_template_tb" class="result" >';
|
||||
$r.="<tr> ";
|
||||
$r.=th(_('Nom'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue