r209: Allow comments to be hidden
[bugdar.git] / templates / default / editcomment.tpl
1 <div><strong>Bug:</strong> $bug[summary]</div>
2 <div><strong>Comment posted on:</strong> $comment[posttime]</div>
3 <div><strong>Comment posted by:</strong> $comment[postby]</div>
4
5 <form name="editcomment" method="post" action="editcomment.php">
6 <input type="hidden" name="do" value="update" />
7 <input type="hidden" name="commentid" value="$comment[commentid]" />
8 <div><strong<if condition="$comment['hidden']"> style="color: red"</if>>Hidden:</strong> <input type="checkbox" name="hidden" value="1"<if condition="$comment['hidden']"> checked="checked"</if> /></div>
9 <div><strong>Comment:</strong></div><textarea name="comment" cols="100" rows="35">$comment[comment]</textarea>
10 <div><input type="submit" name="submit" value="Save Changes" /></div>
11 </form>