Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / explain_automation.tpl
1 <%- $doctype %>
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="<%- $stylevar['lang'] %>" xml:lang="<%- $stylevar['lang'] %>" dir="<%- $stylevar['lang_dir'] %>">
3 <head>
4 <%- $headinclude %>
5 <title><%- bugdar::$options['trackertitle'] %> - <%-T("Automations")%></title>
6 </head>
7
8 <body>
9
10 <%- $header %>
11
12 <h2><%-T("Explication of Automations")%></h2>
13
14 <table class="table">
15 <%- $automations %>
16 </table>
17
18 <%- $footer %>