gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/survey index.php,1.7,1.8


From: cbayle
Subject: [Gforge-commits] gforge/www/survey index.php,1.7,1.8
Date: Sat, 10 Jul 2004 09:47:12 -0500

Update of /cvsroot/gforge/gforge/www/survey
In directory db.perdue.net:/tmp/cvs-serv22309/www/survey

Modified Files:
        index.php 
Log Message:
Highlight No Survey


Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/survey/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.php   20 Feb 2004 01:23:53 -0000      1.7
+++ index.php   10 Jul 2004 14:47:09 -0000      1.8
@@ -35,7 +35,7 @@
 $sf = new SurveyFactory($g);
 $ss = & $sf->getSurveys();
 if (!$ss) {
-    echo ($Language->getText('survey_error', 'no_survey_found'));
+    echo '<H2>' . ($Language->getText('survey_error', 'no_survey_found')) . 
'</H2>';
 } else {
     echo($sh->showSurveys($ss, 0, 0, 1, 1, 1, 0));
 }





reply via email to

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