r498: Changing <div>s drawn with t* classes to use the new box.css model
[bugdar.git] / templates / std_message.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>{$bugsys->options['trackertitle']} - {@"Notice"}</title>
7 </head>
8
9 $header
10
11 <div align="center" style="margin-top: 10px">
12 <div class="box" style="width: $stylevar[alternate_width]">
13 <div class="box-head">{@"Notice"}</div>
14
15 <div class="box-mid + box-overpad">
16 {$this->process}
17 </div>
18 </div>
19 </div>
20
21 $footer