Author: danydb
Date: 2013-09-28 22:07:38 +0200 (Sat, 28 Sep 2013)
New Revision: 5440

Modified:
   phpcompta/trunk/include/template/tag_list.php
   phpcompta/trunk/include/template/tag_search_select.php
Log:
Add filter table to tags

Modified: phpcompta/trunk/include/template/tag_list.php
===================================================================
--- phpcompta/trunk/include/template/tag_list.php       2013-09-27 21:26:12 UTC 
(rev 5439)
+++ phpcompta/trunk/include/template/tag_list.php       2013-09-28 20:07:38 UTC 
(rev 5440)
@@ -1,5 +1,6 @@
 <?php
 $max=$this->cn->count($ret);
+echo HtmlInput::filter_table("tag_tb", '0,1', '1');
 ?>
 <table id="tag_tb">
     <tr>

Modified: phpcompta/trunk/include/template/tag_search_select.php
===================================================================
--- phpcompta/trunk/include/template/tag_search_select.php      2013-09-27 
21:26:12 UTC (rev 5439)
+++ phpcompta/trunk/include/template/tag_search_select.php      2013-09-28 
20:07:38 UTC (rev 5440)
@@ -7,7 +7,7 @@
 }
 ?>
 Filtrer = <?php echo HtmlInput::filter_table($p_prefix.'tag_tb_id', '0,1', 1); 
?>
-<table id="tag_tb_id">
+<table id="<?php echo $p_prefix;?>tag_tb_id">
     <tr>
         <th>
             Tag



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to