Author: danydb
Date: 2012-11-11 20:51:40 +0100 (Sun, 11 Nov 2012)
New Revision: 5153

Modified:
   phpcompta/tags/rel650/include/fiche.inc.php
   phpcompta/tags/rel650/include/template/fiche_list.php
Log:
0000750: place de nouvelle fiche et effacer

Modified: phpcompta/tags/rel650/include/fiche.inc.php
===================================================================
--- phpcompta/tags/rel650/include/fiche.inc.php 2012-11-11 19:47:20 UTC (rev 
5152)
+++ phpcompta/tags/rel650/include/fiche.inc.php 2012-11-11 19:51:40 UTC (rev 
5153)
@@ -201,8 +201,8 @@
                $cond   order by 2 offset $offset $limit
        ");
        $nb_line = Database::num_row($res);
+       if ($write != 1 || $allcard != 0 )  $str_add_card="";
        require_once 'template/fiche_list.php';
-       if ($write == 1 && $allcard == 0 ) echo $str_add_card;
        echo '<hr>'.$bar;
        exit();
 }

Modified: phpcompta/tags/rel650/include/template/fiche_list.php
===================================================================
--- phpcompta/tags/rel650/include/template/fiche_list.php       2012-11-11 
19:47:20 UTC (rev 5152)
+++ phpcompta/tags/rel650/include/template/fiche_list.php       2012-11-11 
19:51:40 UTC (rev 5153)
@@ -76,6 +76,7 @@
 
 
        </table>
+       <?=$str_add_card?>
 <?=HtmlInput::hidden('action',"1");?>
 <?=HtmlInput::submit('delete','Effacer la sélection ')?>
 <? if ( $allcard ==  0  ): ?>



---
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