noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/03: Esthetic add stars for the empty db


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/03: Esthetic add stars for the empty db
Date: Thu, 15 Oct 2015 20:53:30 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4bfb8b77ab89a8b5def8fe703748f01c2c9847d8
Author: Dany De Bontridder <address@hidden>
Date:   Thu Oct 15 22:46:34 2015 +0200

    Esthetic add stars for the empty db
---
 include/dossier.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/dossier.inc.php b/include/dossier.inc.php
index 569bacb..85adeff 100644
--- a/include/dossier.inc.php
+++ b/include/dossier.inc.php
@@ -315,7 +315,7 @@ if ( $sa == 'list' )
             $mod=Database::fetch_array($Res,$i);
             $template.='<OPTION VALUE="'.$mod['mod_id'].'"> 
'.h($mod['mod_name']." - ".mb_substr($mod['mod_desc'],0,30));
         }// for
-         $template.='<option value="0" >'._('Aucun modèle (dossier vide, 
devant être restauré manuellement)');
+         $template.='<option value="0" > ** '._('Aucun modèle (dossier vide, 
devant être restauré manuellement)').' ** ';
         $template.="</SELECT>";
     }// if count = 0
     $m_date=date('Y');



reply via email to

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