diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/fixmystreet.com/signature.txt (renamed from templates/email/fixmystreet/signature.txt) | 0 | ||||
-rw-r--r-- | templates/email/fixmystreet.com/submit-oxfordshire.txt (renamed from templates/email/fixmystreet/submit-oxfordshire.txt) | 0 | ||||
-rw-r--r-- | templates/email/fixmystreet.com/submit.txt (renamed from templates/email/fixmystreet/submit.txt) | 0 | ||||
-rw-r--r-- | templates/email/fixmystreet.com/update-confirm-donotsend.txt (renamed from templates/email/fixmystreet/update-confirm-donotsend.txt) | 0 | ||||
-rw-r--r-- | templates/web/angus/header.html | 1 | ||||
-rw-r--r-- | templates/web/angus/maps/fms.html | 1 | ||||
-rw-r--r-- | templates/web/base/report/new/category_extras.html | 6 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/about/posters.html | 2 |
8 files changed, 5 insertions, 5 deletions
diff --git a/templates/email/fixmystreet/signature.txt b/templates/email/fixmystreet.com/signature.txt index 834e69b9d..834e69b9d 100644 --- a/templates/email/fixmystreet/signature.txt +++ b/templates/email/fixmystreet.com/signature.txt diff --git a/templates/email/fixmystreet/submit-oxfordshire.txt b/templates/email/fixmystreet.com/submit-oxfordshire.txt index f0fc5e9b7..f0fc5e9b7 100644 --- a/templates/email/fixmystreet/submit-oxfordshire.txt +++ b/templates/email/fixmystreet.com/submit-oxfordshire.txt diff --git a/templates/email/fixmystreet/submit.txt b/templates/email/fixmystreet.com/submit.txt index 17642e645..17642e645 100644 --- a/templates/email/fixmystreet/submit.txt +++ b/templates/email/fixmystreet.com/submit.txt diff --git a/templates/email/fixmystreet/update-confirm-donotsend.txt b/templates/email/fixmystreet.com/update-confirm-donotsend.txt index 2e04dc0bf..2e04dc0bf 100644 --- a/templates/email/fixmystreet/update-confirm-donotsend.txt +++ b/templates/email/fixmystreet.com/update-confirm-donotsend.txt diff --git a/templates/web/angus/header.html b/templates/web/angus/header.html index 8364461e6..dccbe70fb 100644 --- a/templates/web/angus/header.html +++ b/templates/web/angus/header.html @@ -24,7 +24,6 @@ <![endif]--> <script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> - <script src="[% version('/cobrands/angus/position_map.js') %]" charset="utf-8"></script> [% INCLUDE 'common_header_tags.html' %] [% extra_js %] diff --git a/templates/web/angus/maps/fms.html b/templates/web/angus/maps/fms.html index 3fce8222a..ec4033041 100644 --- a/templates/web/angus/maps/fms.html +++ b/templates/web/angus/maps/fms.html @@ -5,6 +5,7 @@ <script type="text/javascript" src="[% version('/js/map-bing-ol.js') %]"></script> <script type="text/javascript" src="[% version('/js/map-fms.js') %]"></script> <script type="text/javascript" src="[% version('/js/jquery.ba-hashchange.min.js') %]"></script> +<script src="[% version('/cobrands/angus/position_map.js') %]" charset="utf-8"></script> [% END %] [% map_html = INCLUDE maps/openlayers.html include_key = 1 %] diff --git a/templates/web/base/report/new/category_extras.html b/templates/web/base/report/new/category_extras.html index 12ef1486f..c416556e2 100644 --- a/templates/web/base/report/new/category_extras.html +++ b/templates/web/base/report/new/category_extras.html @@ -5,7 +5,7 @@ [% INCLUDE "report/new/unresponsive_body.html" body_id = unresponsive.$category %] [%- END %] - [%- IF report_meta %] + [%- IF category_extras.$category.size %] <h4>[% loc('Additional Information') %]</h4> [%- FOR meta IN category_extras.$category %] [%- meta_name = meta.code -%] @@ -17,8 +17,8 @@ [% IF meta.variable != 'false' %] [% IF meta.exists('values') %] <select name="[% meta_name %]" id="form_[% meta_name %]"[% meta.required == 'true' ? ' required' : '' %]> - [% FOR option IN meta.values.value %] - <option value="[% option.key.0 %]"[% IF option.key.0 == report_meta.$meta_name.value %] selected[% END %]>[% option.name.0 %]</option> + [% FOR option IN meta.values %] + <option value="[% option.key %]"[% IF option.key == report_meta.$meta_name.value %] selected[% END %]>[% option.name %]</option> [% END %] </select> [% ELSE %] diff --git a/templates/web/fixmystreet.com/about/posters.html b/templates/web/fixmystreet.com/about/posters.html index bcf235fa4..f330b57fe 100644 --- a/templates/web/fixmystreet.com/about/posters.html +++ b/templates/web/fixmystreet.com/about/posters.html @@ -13,7 +13,7 @@ <script> -$("[data-goodielink]").on(click, function(e){ +$("[data-goodielink]").on('click', function(e){ var url = $(this).attr('href') var name = $(this).attr('data-goodielink') var callback = function(){ |