Author: danydb
Date: 2012-06-25 11:24:25 +0200 (Mon, 25 Jun 2012)
New Revision: 5003
Modified:
phpcompta/trunk/include/template/fiche_list.php
Log:
0000655: CARD : enlever d?\195?\169placer si toutes les fiches sont
demand?\195?\169es
Modified: phpcompta/trunk/include/template/fiche_list.php
===================================================================
--- phpcompta/trunk/include/template/fiche_list.php 2012-06-25 09:22:25 UTC
(rev 5002)
+++ phpcompta/trunk/include/template/fiche_list.php 2012-06-25 09:24:25 UTC
(rev 5003)
@@ -67,11 +67,14 @@
</table>
<?=HtmlInput::hidden('action',"1");?>
<?=HtmlInput::submit('delete','Effacer la sélection ')?>
+<? if ( $allcard == 0 ): ?>
<?=HtmlInput::submit('move','Déplacer la sélection vers')?>
<?
$iselect=new ISelect('move_to');
$iselect->value=$cn->make_array("select fd_id,fd_label from fiche_def order by
2");
echo $iselect->input();
?>
+
+<? endif ; ?>
</form>
<?= $bar?>
\ No newline at end of file
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev