aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Add links to user survey to emails, front page and confirmation pagesStruan Donald2014-02-18-0/+131
| | | | | | | | Use the cross sell function to put an 'advert' for the survey on the various confirmation pages Create new alert email templates for fixmystreet co-brand so we can include the survey link on those alone All as one commit for ease of reverting when the survey is done.
* Correct subtest variable name, fix uninitialized value warning.Matthew Somerville2014-01-30-1/+1
|
* update footer-mobileapps CSDave Whiteland2014-01-27-5/+6
| | | | | | Remove ul, li styling because we're not using it any more: replaced the li with a paragraph, because I believe it's simpler. Paragraph mimics existing footer styles (which use li p).
* update FAQ textDave Whiteland2014-01-27-32/+27
|
* [Zurich] email templates point to surveysHakim Cassimally2014-01-13-0/+4
| | | | | | Fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/464 Also requires mysociety-servers.git@45e3a5d3 for the /umfrage redirect.
* [Zurich] admin template to respect closed_overdueHakim Cassimally2013-12-20-1/+1
| | | | | | | | | | | | | This value is now cached, but the template calls the function, calculating it anew, so for old reports (closed within SLA) the problem_row.html template showed these as overdue. Instead, we point the template at a function which first checks the cached value. (Attempting to roll this functionality into the .overdue() method itself caused a fair amount of collateral test breakage, and it seems safest to extract the caching function for now.) Closes https://github.com/mysociety/FixMyStreet-Commercial/issues/462
* Add OpenGraph meta elements (for #613).Matthew Somerville2013-11-20-0/+10
|
* Merge branch 'fixmindelo-privacy'Matthew Somerville2013-11-20-0/+114
|\
| * [FixMindelo] Translation of the privacy page.Jen Bramley2013-11-20-51/+80
| | | | | | | | Omitted the credits and links to further information.
| * Copy of main privacy file to work on.Matthew Somerville2013-11-20-0/+85
| |
* | Remove cached photos if hidden in admin interface.Matthew Somerville2013-11-20-2/+12
|/ | | | | Use the internal hash URL of the photo so that it can still be seen in the admin interface.
* Include version number on admin config page.Matthew Somerville2013-11-12-1/+3
|
* Add body deletion to admin interface.Matthew Somerville2013-11-11-3/+11
|
* Reorganise admin update list to match report list.Matthew Somerville2013-11-07-9/+9
|
* Add more admin external link icons.Matthew Somerville2013-11-07-8/+8
| | | | Use a relative URL in the CSS in case it's proxied.
* Show a graphic on links to non-admin pagesAndy Lulham2013-11-07-10/+10
| | | | Graphic and css from FMT. Fixes #579.
* Make sure admin start is specified for all the static files.Matthew Somerville2013-11-07-9/+9
|
* fix typo and localise placeholdersDave Whiteland2013-11-07-2/+2
|
* use local jquery ui, not CDN, for admin datepickerDave Whiteland2013-11-07-2/+2
|
* Add placeholder textAndrew Black2013-11-07-2/+4
|
* Create a single date fields and parse as DD/MM/YYYYAndrew Black2013-11-07-2/+4
|
* Add Jquery-ui files, and fixmystreet-admin.jsAndrew Black2013-11-07-1/+3
|
* Create a single fieldAndrew Black2013-11-07-6/+2
|
* remove FixMindelo header, override title insteadDave Whiteland2013-11-05-67/+0
| | | | | The staging banner didn't fit, and .wrapper{position:relative} was breaking things :-( Easier to keep it simple, drop the header and just set the title in the Cobrand module instead.
* More accurate config overriding for Zurich.Matthew Somerville2013-10-24-2/+4
|
* Merge branch 'master' into oxfordshire-usability-recommendationsChris Mytton2013-10-16-173/+316
|\
| * [Zurich] Add missing translation stringChris Mytton2013-10-15-1/+1
| | | | | | | | Part of mysociety/FixMyStreet-Commercial#423
| * [Zurich] Capitalise translationChris Mytton2013-10-15-1/+1
| | | | | | | | Part of mysociety/FixMyStreet-Commercial#423
| * [Zurich] Add user email address validation to the adminChris Mytton2013-10-15-0/+4
| | | | | | | | Closes mysociety/FixMyStreet-Commercial#426
| * [Zurich] Fix styling issue on login formChris Mytton2013-10-15-2/+4
| | | | | | | | Closes #425
| * Upgrade main OpenLayers to 2.13.1.Matthew Somerville2013-10-11-28/+25
| |
| * add box around add body formDave Whiteland2013-09-30-2/+4
| |
| * whitespace tidyupDave Whiteland2013-09-30-140/+140
| |
| * add admin-box to separate 'add category' from 'edit body'Dave Whiteland2013-09-30-3/+4
| |
| * add where-areas-come-from admin hint to body formDave Whiteland2013-09-30-0/+10
| |
| * add 'leave blank' admin hint for can-be-devolvedDave Whiteland2013-09-30-0/+3
| |
| * [Zurich] Add missing translations from feedbackChris Mytton2013-09-26-0/+3
| | | | | | | | Closes mysociety/FixMyStreet-Commercial#420
| * add FixMindelo to site titleDave Whiteland2013-09-25-1/+1
| |
| * remove 'donate' and 'sites' links in fixmindelo, as #557Dave Whiteland2013-09-25-3/+1
| |
| * add FB/fabap links to fixmindelo footer, part of #557Dave Whiteland2013-09-25-1/+19
| |
| * remove FMS-related footer linksDave Whiteland2013-09-25-0/+38
| |
| * add staging banner to fixmindelo, part of #557Dave Whiteland2013-09-25-0/+67
| |
* | Merge branch 'master' into oxfordshire-usability-recommendationsChris Mytton2013-09-25-6/+200
|\|
| * Fix Bromley use of 'no further action'.Matthew Somerville2013-09-25-2/+2
| | | | | | | | | | If SET isn't given, the line means [% foo = ('bar' IF baz) %] rather than [% ([SET] foo = 'bar') IF baz %].
| * [Bromley] Fix right click links in IE8Chris Mytton2013-09-24-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | When IE8 encounters a link with block level elements inside it (i.e. elements with `display: block`) then it won't give the option to "Open in a new tab" when you right click the link. This fix simply makes all elements inside the link inline, which fixes the problem. This is a Bromley-specific fix. Closes FixMyStreet-Commercial/issues#100
| * [Zurich] Display internal notes in separate tableChris Mytton2013-09-23-1/+26
| | | | | | | | | | Closes FixMyStreet-Commercial/issues#405 Closes mysociety/FixMyStreet-Commercial#407
| * [Zurich] Default to not sending rejected emailsChris Mytton2013-09-20-1/+1
| | | | | | | | Closes mysociety/FixMyStreet-Commercial#410
| * [Zurich] Fix link to AV OnlineChris Mytton2013-09-20-2/+2
| | | | | | | | Closes mysociety/FixMyStreet-Commercial#404
| * Correctly list ALLOWED_COBRANDS with hash items.Matthew Somerville2013-09-19-1/+5
| | | | | | | | Thanks to Struan for spotting.
| * Add a view-configuration admin page.Matthew Somerville2013-09-19-0/+140
| | | | | | | | Fixes #561.