[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
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1128
Add link to setup one's support notifications to the board.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 --------------------------------------------------------------------------------