diff options
author | Steven Day <steve@mysociety.org> | 2015-08-21 17:30:13 +0100 |
---|---|---|
committer | Steven Day <steve@mysociety.org> | 2015-08-25 09:25:45 +0100 |
commit | ab19816daf0c07dfd654fae004f4a9b5a54bc4bb (patch) | |
tree | 24067e8a650f5069aba9cc5b191ab1c7610d20cb | |
parent | 625e548e29e3cdce835316666aceaadb4ee28918 (diff) |
Symlink _list-filters.html in Bromley and Greenwich cobrands
These are identical to Oxfordshire's so make that more obvious
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 |