Author: danydb
Date: 2013-09-23 18:54:19 +0200 (Mon, 23 Sep 2013)
New Revision: 5415
Modified:
phpcompta/trunk/include/template/tag_select.php
Log:
Aucun tag disponible
Modified: phpcompta/trunk/include/template/tag_select.php
===================================================================
--- phpcompta/trunk/include/template/tag_select.php 2013-09-23 16:44:09 UTC
(rev 5414)
+++ phpcompta/trunk/include/template/tag_select.php 2013-09-23 16:54:19 UTC
(rev 5415)
@@ -1,6 +1,10 @@
<?php
echo HtmlInput::title_box('Tag', 'tag_div');
$max=$this->cn->count($ret);
+if ( $max == 0 ) {
+ echo h2("Aucun tag disponible",' class="notice"');
+ return;
+}
?>
<table>
<tr>
---
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