phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5415 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5415 - phpcompta/trunk/include/template
Date: Mon, 23 Sep 2013 18:54:19 +0200 (CEST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]