[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/05: COSMETIC : document modele
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 05/05: COSMETIC : document modele |
Date: |
Sun, 28 Jan 2024 14:31:13 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit 3bf65a5422bcd1d5af5c6146c1608e5bccc4ac3b
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Sun Jan 28 17:48:12 2024 +0100
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.='<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'));