aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/report_edit.html
Commit message (Collapse)AuthorAgeLines
* Factor out shared admin template.Matthew Somerville2017-04-13-14/+2
|
* Allow editing of ResponseTemplate state in adminDave Arter2017-01-10-10/+4
| | | | This includes a refactor of the state dropdown field into its own template for easy reuse.
* Add .btn and .form-control classes to inputsZarino Zappia2016-10-04-14/+14
|
* Add confirm step to Remove from site button.Matthew Somerville2016-09-09-1/+1
|
* Remove inline onclick handlers.Matthew Somerville2016-09-09-1/+1
|
* Allow editing of category on admin report edit.Matthew Somerville2016-07-15-2/+14
| | | | This also updates the body column to match the category.
* Make sure map JS works through an admin proxy.Matthew Somerville2016-07-04-1/+1
| | | | | Tidy up use of absolute URLs when in the admin. Have the 404 handler spot static files in admin as a fallback.
* Add external field editing to admin report edit.Matthew Somerville2016-06-29-3/+19
| | | | Show bodies for which details are missing, and any send method used.
* Improve admin report edit page.Matthew Somerville2016-06-29-32/+83
| | | | | Show map, break into two columns, fix display of sent time after clicking "Mark as sent", tidy up labels.
* Tidy up some UK specific easting/northing handlingMatthew Somerville2016-06-22-2/+9
|
* Improve CSRF tokens and add to more forms.Matthew Somerville2016-06-20-1/+1
|
* Factor multiple photo details into nicer function.Matthew Somerville2016-01-12-3/+3
| | | | | Remove get_photo_params, which only looked at the first photo, make explicit when we're doing that using `.first`.
* Remove most passing of Catalyst to PhotoSet.Matthew Somerville2016-01-12-1/+1
|
* Handle multiple photo rotation/removal in admin.Matthew Somerville2016-01-08-13/+19
|
* Translate state column in admin index and lists.Matthew Somerville2015-09-01-20/+2
| | | | Fixes #1179.
* List a report’s bodies more nicely in admin.Matthew Somerville2015-07-30-1/+10
|
* Add MapIt links to admin from body/co-ordinates.Matthew Somerville2015-07-30-1/+5
|
* Add mark as sent button to admin.Matthew Somerville2015-07-30-1/+4
|
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+101
This should reduce confusion with the Default cobrand and override order.