aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/fixmystreet-admin.js
Commit message (Collapse)AuthorAgeLines
* Allow body external URL to be edited in admin.Matthew Somerville2015-07-30-1/+1
|
* Drop show-admin-notes class and show notes everywhereSteven Day2015-07-29-25/+23
| | | | | | | | | | | | | | | | .show-admin-notes was a class that could be applied on a cobrand basis to turn on or off the showing of admin notes and error messages. This was introduced when the concept of admin notes was added, so that existing cobrands could opt-in to the functionality. Now, every cobrand uses it, so there's no need to make it optional. This commit removes the CSS styles based on it, so that errors and notes always display; removes the addition of the class to admin pages, and removes the conditional javascript that enabled admin tooltips based on the class. Closes #1161
* Add Jquery-ui files, and fixmystreet-admin.jsAndrew Black2013-11-07-0/+18
|
* add show-admin-notes class to bodyDave Whiteland2013-09-06-22/+24
| | | | | making the admin-notes functionality easier to suppress on installations that don't want it; it's in the default header, i.e., on for new installations
* fix deciding-to-hide contacts bugDave Whiteland2013-09-05-2/+1
| | | | was counting rows and expecting them to be 1, when it should have been counting tables.
* jslint fixesDave Whiteland2013-09-05-17/+19
|
* add toggle button to hide contacts, closes #505Dave Whiteland2013-09-05-0/+19
|
* don't hide with slideUp on page loadDave Whiteland2013-09-05-6/+10
| | | | if open311 shouldn't be show, hide it straight away (slideUp animation was distracting)
* add display-on-click hintsDave Whiteland2013-09-05-0/+10
|
* hide open311 inputs for bodies unless neededDave Whiteland2013-09-05-0/+21
| | | | | basically if send method is not email (or there's an endpoint value), don't show the form Maybe we need to have an "show all fields" button/link but for normal use I think this is OK
* make js available in admin pagesDave Whiteland2013-09-05-0/+4