r446: Localizing all the templates
[bugdar.git] / templates / editcomment.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
3 <head>
4 $headinclude
5 <title><lang 1="$comment[commentid]">{@"Edit Comment %1$s"}</lang> - $bug[summary]</title>
6 </head>
7
8 $header
9
10 <form name="editcomment" method="post" action="editcomment.php">
11 <input type="hidden" name="do" value="update" />
12 <input type="hidden" name="commentid" value="$comment[commentid]" />
13
14 <div class="tborder" style="padding: 1px">
15 <div class="thead" style="padding: $stylevar[padding]px; margin-bottom: 1px">
16 <lang 1="$comment[commentid]" 2="$bug[bugid]" 3="$bug[summary]">{@"Comment #%1$s in bug #%2$s <em>%3$s</em>"}</lang>
17 </div>
18 <div class="extrabg" style="padding: $stylevar[padding]px; margin-bottom: 1px"><lang 1="$comment[posttime]" 2="$comment[postby]">{@"Posted on %1$s by %2$s"}</lang></div>
19 <div class="tmiddle" style="padding: $stylevar[padding]px; margin-bottom: 1px">
20 <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>
21 <textarea name="comment" cols="50" rows="15" style="width: 100%">$comment[comment]</textarea>
22 </div>
23 <div class="tfoot" style="padding: $stylevar[padding]px">
24 <input type="submit" name="submit" value=" {@"Save Changes"} " />
25 <input type="reset" name="reset" value=" {@"Reset Fields"} " />
26 </div>
27 </div>
28
29 $footer