diff options
l--------- | templates/web/bromley/reports/_list-filters.html | 1 | ||||
l---------[-rw-r--r--] | templates/web/greenwich/reports/_list-filters.html | 33 |
2 files changed, 2 insertions, 32 deletions
diff --git a/templates/web/bromley/reports/_list-filters.html b/templates/web/bromley/reports/_list-filters.html new file mode 120000 index 000000000..83b6071c1 --- /dev/null +++ b/templates/web/bromley/reports/_list-filters.html @@ -0,0 +1 @@ +templates/web/oxfordshire/reports/_list-filters.html
\ No newline at end of file diff --git a/templates/web/greenwich/reports/_list-filters.html b/templates/web/greenwich/reports/_list-filters.html index 5d610261b..83b6071c1 100644..120000 --- a/templates/web/greenwich/reports/_list-filters.html +++ b/templates/web/greenwich/reports/_list-filters.html @@ -1,32 +1 @@ -[% IF use_section_wrapper %] -<section class="full-width"> - <form method="get" action=""> -[% END %] - - <p class="report-list-filters"> - <label> - Show - <select name="status" id="statuses"> - <option value="all"[% ' selected' IF filter_status == 'all' %]>all reports</option> - <option value="open"[% ' selected' IF filter_status == 'open' %]>unfixed reports</option> - <option value="fixed"[% ' selected' IF filter_status == 'fixed' %]>fixed reports</option> - </select> - </label> - <label> - about - <select name="filter_category" id="filter_categories"> - <option value="">Everything</option> - [% FOR category IN filter_categories %] - <option value="[% category | html %]"[% ' selected' IF filter_category == category %]> - [% category | html %] - </option> - [% END %] - </select> - </label> - <input type=submit value="Go" /> - </p> - -[% IF use_section_wrapper %] - </form> -</section> -[% END %] +templates/web/oxfordshire/reports/_list-filters.html
\ No newline at end of file |