mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-07 06:51 am

[dw-free] add link to support/changenotify.bml

[commit: http://hg.dwscoalition.org/dw-free/rev/2aa125cdbad1]

http://bugs.dwscoalition.org/show_bug.cgi?id=1128

Add link to setup one's support notifications to the board.

Patch by [personal profile] kareila.

Files modified:
  • htdocs/support/help.bml
  • htdocs/support/help.bml.text
--------------------------------------------------------------------------------
diff -r d2b46396b7cc -r 2aa125cdbad1 htdocs/support/help.bml
--- a/htdocs/support/help.bml	Thu May 07 06:49:32 2009 +0000
+++ b/htdocs/support/help.bml	Thu May 07 06:51:55 2009 +0000
@@ -357,6 +357,7 @@ body<=
      $ret .= "</form>";
  }
  $ret .= "<?hr?>";
+ $ret .= "<p>".BML::ml('.notifylink', {url=>'href="./changenotify.bml"'})."</p>";
  $ret .= "<p>".BML::ml('.backlink', {backurl=>'href="./"'})."</p>";
 
 
diff -r d2b46396b7cc -r 2aa125cdbad1 htdocs/support/help.bml.text
--- a/htdocs/support/help.bml.text	Thu May 07 06:49:32 2009 +0000
+++ b/htdocs/support/help.bml.text	Thu May 07 06:51:55 2009 +0000
@@ -4,6 +4,8 @@
 .button.filter=Filter
 
 .cat.all=All
+
+.notifylink=Receive <a [[url]]>notifications</a> of support activity.
 
 .requests.type=requests of type
 
--------------------------------------------------------------------------------