Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / favorites.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("My Favorite Bugs")%></title>
6 </head>
7
8 <body>
9
10 <%- $header %>
11
12 <table class="table">
13 <tr class="listinghead">
14 <%- $headers %>
15 </tr>
16 <%- $bugs %>
17 </table>
18
19 <% if ($show['pagenav']): %>
20 <!-- pagenav -->
21 <div align="right">
22 <%- $pagenav %>
23 </div>
24 <!-- / pagenav -->
25 <% endif %>
26
27 <%- $footer %>