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-08-10 05:20 am

[dw-nonfree] tweak suggestion poll

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/f39fcd9b06b5]

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

Add note to suggestions generator output prompting people to comment if they
choose 'implement with changes'.

Patch by [staff profile] denise.

Files modified:
  • htdocs/site/suggest.bml
--------------------------------------------------------------------------------
diff -r 7f431a95bbd9 -r f39fcd9b06b5 htdocs/site/suggest.bml
--- a/htdocs/site/suggest.bml	Mon Aug 10 05:18:29 2009 +0000
+++ b/htdocs/site/suggest.bml	Mon Aug 10 05:20:51 2009 +0000
@@ -69,7 +69,7 @@ body<=
         $suggestion .= LJ::ehtml( $POST{description} ) . "</p>";
 
         # add the poll, with the title of the suggestion
-        $suggestion .= "<div class='suggestions-poll'><poll name='" . LJ::ehtml( $POST{title} ) . "' whovote='all' whoview='all'><poll-question type='radio'>This suggestion:<poll-item>Should be implemented as-is.</poll-item><poll-item>Should be implemented with changes.</poll-item><poll-item>Shouldn't be implemented.</poll-item><poll-item>(I have no opinion)</poll-item><poll-item>(Other: please comment)</poll-item></poll-question></poll></div></div></div>";
+        $suggestion .= "<div class='suggestions-poll'><poll name='" . LJ::ehtml( $POST{title} ) . "' whovote='all' whoview='all'><poll-question type='radio'>This suggestion:<poll-item>Should be implemented as-is.</poll-item><poll-item>Should be implemented with changes. (please comment)</poll-item><poll-item>Shouldn't be implemented.</poll-item><poll-item>(I have no opinion)</poll-item><poll-item>(Other: please comment)</poll-item></poll-question></poll></div></div></div>";
 
         # and now we post it. For this, we're going to post as the
         # user (so they get any comments, etc), and we're going to
--------------------------------------------------------------------------------