aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/reports.html
blob: d57b2f53ef0f7370fba2426f4691531dbbf5fc26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[% INCLUDE 'admin/header.html' title=loc('Search Reports') %]
[% PROCESS 'admin/report_blocks.html' %]

<form method="get" action="[% c.uri_for('reports') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8">
    <p><label for="search">[% loc('Search:') %]</label> <input type="text" name="search"  size="30" id="search" value="[% searched | html %]">
</form>

[% IF problems.size %]
<table cellspacing="0" cellpadding="2" border="1">
    <tr>
        <th>[% loc('ID') %]</th>
        <th>[% loc('Title') %]</th>
        <th>[% loc('Name') %]</th>
        <th>[% loc('Body') %]</th>
        <th>[% loc('State') %]</th>
        <th>*</th>
    </tr>
    [% INCLUDE 'admin/problem_row.html' %]
</table>

[% INCLUDE 'pagination.html', admin = 1, param = 'p' IF pager %]

[% END %]

[% INCLUDE 'admin/list_updates.html' %]

[% INCLUDE 'admin/footer.html' %]