r516: Can't hide the initial report
[bugdar.git] / templates / editcomment.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
3 <head>
4 $headinclude
5 <link rel="stylesheet" href="templates/box.css" media="screen" />
6 <title><lang 1="$comment[commentid]">{@"Edit Comment %1$s"}</lang> - $bug[summary]</title>
7 </head>
8
9 $header
10
11 <form name="editcomment" method="post" action="editcomment.php">
12 <input type="hidden" name="do" value="update" />
13 <input type="hidden" name="commentid" value="$comment[commentid]" />
14
15 <div class="box">
16 <div class="box-head">
17 <lang 1="$comment[commentid]" 2="$bug[bugid]" 3="$bug[summary]">{@"Comment #%1$s in bug #%2$s <em>%3$s</em>"}</lang>
18 </div>
19
20 <div class="box-foot + box-margmod-bottom"><lang 1="$comment[posttime]" 2="$comment[postby]">{@"Posted on %1$s by %2$s"}</lang></div>
21
22 <div class="box-mid">
23 <if condition="$show['hide']"><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></if>
24 <textarea name="comment" cols="50" rows="15" style="width: 100%">$comment[comment]</textarea>
25 </div>
26 </div>
27
28 <br />
29
30 <div id="submitrow">
31 <input type="submit" name="submit" value=" {@"Save Changes"} " />
32 <input type="reset" name="reset" value=" {@"Reset Fields"} " />
33 </div>
34
35 $footer