diff options
Diffstat (limited to 'templates/web/base')
-rwxr-xr-x | templates/web/base/around/display_location.html | 2 | ||||
-rw-r--r-- | templates/web/base/maps/google-ol.html | 2 | ||||
-rwxr-xr-x | templates/web/base/reports/body.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/base/around/display_location.html b/templates/web/base/around/display_location.html index ba7a0e570..f5f7e5cd3 100755 --- a/templates/web/base/around/display_location.html +++ b/templates/web/base/around/display_location.html @@ -60,7 +60,7 @@ <a class="big-hide-pins-link" rel='nofollow' href="[% c.uri_with( { no_pins => 1 } ) %]">[% loc('Hide pins') %]</a> [% END %] - <p id='sub_map_links'> + <p class="sub-map-links" id='sub_map_links'> [% map_sub_links %] [% IF c.req.params.no_pins %] <a id='hide_pins_link' rel='nofollow' href="[% c.uri_with( { no_pins => 0 } ) %]">[% loc('Show pins') %]</a> diff --git a/templates/web/base/maps/google-ol.html b/templates/web/base/maps/google-ol.html index 3cd21fab3..8e0690f9d 100644 --- a/templates/web/base/maps/google-ol.html +++ b/templates/web/base/maps/google-ol.html @@ -5,7 +5,7 @@ [% map_html = BLOCK %] [% INCLUDE maps/openlayers.html %] [% UNLESS around_page %] -<p id="sub_map_links"> +<p class="sub-map-links" id="sub_map_links"> [% map_sub_links %] </p> [% END %] diff --git a/templates/web/base/reports/body.html b/templates/web/base/reports/body.html index 7931ae691..a630c2175 100755 --- a/templates/web/base/reports/body.html +++ b/templates/web/base/reports/body.html @@ -28,7 +28,7 @@ [% map_html %] [% IF c.user && c.user.has_body_permission_to('planned_reports') %] - <p id="sub_map_links"> + <p class="sub-map-links" id="sub_map_links"> <a id="fms_shortlist_all" class="hidden">[% loc('Shortlist all visible') %]</a> </p> [% END %] |