r446: Localizing all the templates
[bugdar.git] / templates / editattach.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
3 <head>
4 $headinclude
5 <title>$attachment[filename] - $bug[summary]</title>
6 </head>
7
8 $header
9
10 <form action="attachment.php" method="post" enctype="multipart/form-data" name="newattach">
11
12 <input name="do" type="hidden" value="update" />
13 <input name="attachmentid" type="hidden" value="$attachment[attachmentid]" />
14
15 <div class="tborder" style="padding: 1px">
16 <div class="thead" style="padding: $stylevar[padding]px; margin-bottom: 1px">
17 <lang 1="$attachment[attachmentid]" 2="$bug[bugid]" 3="$bug[summary]">{@"Attachment #%1$s for Bug #%2$s %3$s"}</lang>
18 </div>
19 <div class="tmiddle" style="padding: $stylevar[padding]px; margin-bottom: 1px">
20 <div><strong>{@"Attachment"}:</strong> <a href="viewattachment.php?attachmentid=$attachment[attachmentid]">{@"View"}</a> [$attachment[filename]]</div>
21 </div>
22 <div class="tmiddle" style="padding: $stylevar[padding]px; margin-bottom: 1px">
23 <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="$attachment[description]" /></div>
24 <div><strong>{@"Obsolete"}:</strong> <input name="obsolete" type="checkbox" value="1"<if condition="$attachment['obsolete']"> checked="checked"</if> /></div>
25 </div>
26 <div class="tfoot" style="padding: $stylevar[padding]px">
27 <input name="submit" type="submit" value=" {@"Submit"} " accesskey="s" />
28 <input name="reset" type="reset" value=" {@"Reset"} " accesskey="r" />
29 [<a href="attachment.php?do=delete&amp;attachmentid=$attachment[attachmentid]\">{@"Delete"}</a>]
30 </div>
31 </div>
32
33 </form>
34
35 $footer