[Fusionforge-commits] r11067 - trunk/src/common/widget

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Oct 19 21:13:25 CEST 2010


Author: aljeux
Date: 2010-10-19 21:13:25 +0200 (Tue, 19 Oct 2010)
New Revision: 11067

Modified:
   trunk/src/common/widget/Widget_MyMonitoredForums.class.php
   trunk/src/common/widget/Widget_MyMonitoredFp.class.php
Log:
No html in message.

Modified: trunk/src/common/widget/Widget_MyMonitoredForums.class.php
===================================================================
--- trunk/src/common/widget/Widget_MyMonitoredForums.class.php	2010-10-19 19:13:20 UTC (rev 11066)
+++ trunk/src/common/widget/Widget_MyMonitoredForums.class.php	2010-10-19 19:13:25 UTC (rev 11067)
@@ -54,7 +54,7 @@
         $result=db_query_params($sql,array(user_getid()));
         $rows=db_numrows($result);
         if (!$result || $rows < 1) {
-            $html_my_monitored_forums .= _("<b>You are not monitoring any forums</b><P>If you monitor forums, you will be sent new posts in the form of an email, with a link to the new message.<P>You can monitor forums by clicking on the appropriate menu item in the discussion forum itself.<BR>&nbsp;");
+            $html_my_monitored_forums .= '<p><b>' . _("You are not monitoring any forums.") . '</b></p><p>' . _("If you monitor forums, you will be sent new posts in the form of an email, with a link to the new message.") . '</p><p>' . _("You can monitor forums by clicking on the appropriate menu item in the discussion forum itself.") . '</p>';
         } else {
             $request =& HTTPRequest::instance();
             $html_my_monitored_forums .= '<table style="width:100%">';

Modified: trunk/src/common/widget/Widget_MyMonitoredFp.class.php
===================================================================
--- trunk/src/common/widget/Widget_MyMonitoredFp.class.php	2010-10-19 19:13:20 UTC (rev 11066)
+++ trunk/src/common/widget/Widget_MyMonitoredFp.class.php	2010-10-19 19:13:25 UTC (rev 11067)
@@ -52,7 +52,7 @@
         $result=db_query_params($sql,array($frsrf->STATUS_DELETED,user_getid()));
         $rows=db_numrows($result);
         if (!$result || $rows < 1) {
-            $html_my_monitored_fp .= _("<b>You are not monitoring any files</b><P>If you monitor files, you will be sent new release notices via email, with a link to the new file on our download server.<P>You can monitor files by visiting a project's &quot;Summary Page&quot; and clicking on the appropriate icon in the files section.<BR>&nbsp;");
+            $html_my_monitored_fp .= '<p><b>' . _("You are not monitoring any files") . '</b></p><p>' . _("If you monitor files, you will be sent new release notices via email, with a link to the new file on our download server.") . '</p><p>' . _("You can monitor files by visiting a project's &quot;Summary Page&quot; and clicking on the appropriate icon in the files section.") . '</p>';
         } else {
             $html_my_monitored_fp .= '<table style="width:100%">';
             $request =& HTTPRequest::instance();




More information about the Fusionforge-commits mailing list