[Fusionforge-commits] r12971 - branches/Branch_5_1/src/www/survey

Alain Peyrat aljeux at fusionforge.org
Thu Mar 31 18:50:15 CEST 2011


Author: aljeux
Date: 2011-03-31 18:50:14 +0200 (Thu, 31 Mar 2011)
New Revision: 12971

Modified:
   branches/Branch_5_1/src/www/survey/index.php
Log:
Add text for survey

Modified: branches/Branch_5_1/src/www/survey/index.php
===================================================================
--- branches/Branch_5_1/src/www/survey/index.php	2011-03-31 16:49:59 UTC (rev 12970)
+++ branches/Branch_5_1/src/www/survey/index.php	2011-03-31 16:50:14 UTC (rev 12971)
@@ -55,6 +55,7 @@
 if (!$ss) {
     echo '<p class="warning_msg">' . (_('No Survey is found')) . '</p>';
 } else {
+	echo '<p>' . _('Select a survey to vote') . '</p>';
     echo($sh->showSurveys($ss, 0, 0, 1, 1, 1, 0));
 }
 




More information about the Fusionforge-commits mailing list