diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 3 | ||||
-rw-r--r-- | templates/web/zurich/admin/index-sdm.html | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html index bd8894e70..db0972398 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -33,6 +33,9 @@ <th>[% loc('Created') %]</th> <th>*</th> </tr> + <tr class="filter-row"> + <td colspan="6"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> + </tr> [%- FOR problem IN problems %] <tr[% ' class="adminhidden"' IF problem.state == 'hidden' %]> <td class="record-id">[% problem.id %]</td> diff --git a/templates/web/zurich/admin/index-sdm.html b/templates/web/zurich/admin/index-sdm.html index 7d6f10726..b55bf5bf1 100644 --- a/templates/web/zurich/admin/index-sdm.html +++ b/templates/web/zurich/admin/index-sdm.html @@ -23,6 +23,9 @@ <th>*</th> [% END %] </tr> + <tr class="filter-row"> + <td colspan="6"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> + </tr> [%- FOR problem IN problems %] <tr[% ' class="adminhidden"' IF problem.state == 'hidden' %]> <td class="record-id">[% problem.id %]</td> |