noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 17/39: task #0001801: CARD : mise à jour fich


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 17/39: task #0001801: CARD : mise à jour fiche , effacement et modification
Date: Sat, 11 Jul 2020 13:20:40 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 74e701bae8121bc29a1ab1968736f2660b612b0f
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Tue Jun 2 14:32:04 2020 +0200

    task #0001801: CARD : mise à jour fiche , effacement et modification
---
 include/fiche.inc.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/fiche.inc.php b/include/fiche.inc.php
index 50eaf6f..91fa20b 100644
--- a/include/fiche.inc.php
+++ b/include/fiche.inc.php
@@ -128,7 +128,8 @@ if ( $allcard == 0 ){
        echo h1($fiche_def->label,"");
        echo h2($fiche_def->fd_description,"");
 }
-if ($array == null && $allcard == 0)
+// if no card found , stop here
+if ($array == null && $allcard == 0 && $histo->selected != 3 )
 {
         echo '<div class="content">';
        echo '<h2 class="info2"> '._('Aucune fiche trouvée').'</h2>';
@@ -138,10 +139,10 @@ if ($array == null && $allcard == 0)
 }
 
 echo '<div class="content">';
-/* * 
*********************************************************************************************************************************
+/* * 
*************************************************************************************************************
  * Liste
  *
- * 
********************************************************************************************************************************
 */
+ * 
***************************************************************************************************************/
 if ($histo->selected   == -1)
 {
        $write = $g_user->check_action(FICADD);



reply via email to

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