|
From: Benjamin C. <bc...@us...> - 2002-10-22 21:13:27
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv19128/templates/default
Modified Files:
bugdisplay.html
Log Message:
Allow users to suppress the update email when changing a bug.
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- bugdisplay.html 22 Oct 2002 20:34:48 -0000 1.42
+++ bugdisplay.html 22 Oct 2002 21:13:24 -0000 1.43
@@ -156,6 +156,7 @@
<br><br>
<div align="right">
{if $smarty.session.uid}
+ {$STRING.BUGDISPLAY.SuppressEmail} <input type="checkbox" name="suppress_email" value="1">
<input type="submit" value="Submit">
{else}
{$STRING.logintomodify}
|