diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-13 15:46:41 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-13 15:46:41 +0000 |
commit | 6a1c21c7a782ffacac1c60c6035516199b4d26cb (patch) | |
tree | 2e11da6f988298c1245b8dae9613881906e57995 | |
parent | 7d3c18a8622ae1484e259c6c471c9ba4437808a6 (diff) |
fix js hide/show issue on around/display_location
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rwxr-xr-x | templates/web/fixmystreet/around/display_location.html | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/templates/web/fixmystreet/around/display_location.html b/templates/web/fixmystreet/around/display_location.html index 3c17a2ec7..8caeb76ae 100755 --- a/templates/web/fixmystreet/around/display_location.html +++ b/templates/web/fixmystreet/around/display_location.html @@ -67,40 +67,41 @@ + <div id="side"> + <h1>[% loc( 'Click on the map to report a problem.' ) %]</h1> - <h1>[% loc( 'Click on the map to report a problem.' ) %]</h1> - - <p> - [% - tprintf( - loc("<small>Can't see the map? <a href='%s' rel='nofollow'>Skip this step</a>.</small>"), - url_skip - ) - %] - </p> + <p> + [% + tprintf( + loc("<small>Can't see the map? <a href='%s' rel='nofollow'>Skip this step</a>.</small>"), + url_skip + ) + %] + </p> - <div class="shadow-wrap"> - <ul id="key-tools"> - <li><a href="[% rss_url | html %]" id="rss_alert">[% rss_alt %]</a></li> - <li><a id="email_alert" rel="nofollow" href="[% email_url | html %]">[%- loc('Email me new local problems') -%]</a></li> - </ul> - </div> + <div class="shadow-wrap"> + <ul id="key-tools"> + <li><a href="[% rss_url | html %]" id="rss_alert">[% rss_alt %]</a></li> + <li><a id="email_alert" rel="nofollow" href="[% email_url | html %]">[%- loc('Email me new local problems') -%]</a></li> + </ul> + </div> - <section class="full-width"> - <h4 class="static-with-rule">[% loc('Problems on the map') %]</h4> - - <ul class="issue-list"> - [% INCLUDE "around/on_map_list_items.html" %] - </ul> + <section class="full-width"> + <h4 class="static-with-rule">[% loc('Problems on the map') %]</h4> + + <ul class="issue-list"> + [% INCLUDE "around/on_map_list_items.html" %] + </ul> - <h4 class="static-with-rule">[% loc( 'Problems nearby' ) %]</h4> - - <ul class="issue-list"> - [% INCLUDE "around/around_map_list_items.html" %] - </ul> - </section> + <h4 class="static-with-rule">[% loc( 'Problems nearby' ) %]</h4> + + <ul class="issue-list"> + [% INCLUDE "around/around_map_list_items.html" %] + </ul> + </section> + </div> <div style="display:none" id="side-form"> [% INCLUDE "report/new/fill_in_details_form.html" |