r1389: Forgot to add the template diff
[bugdar.git] / templates / explain_automation.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
3 <head>
4 $headinclude
5 <title>{$bugsys->options['trackertitle']} - {@"Automations"}</title>
6 </head>
7
8 <body>
9
10 $header
11
12 <h2>{@"Explication of Automations"}</h2>
13
14 <table border="$stylevar[border]" cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" width="$stylevar[normal_width]">
15 $automations
16 </table>
17
18 $footer