diff options
author | pezholio <pezholio@gmail.com> | 2017-03-01 13:12:01 +0000 |
---|---|---|
committer | pezholio <pezholio@gmail.com> | 2017-03-02 16:31:47 +0000 |
commit | e769354e7314e4db2998f4a282ddf4cfd4030a59 (patch) | |
tree | 7ccf4ac6850b4c1d075c6bcdec086977f7d86697 /templates/web/base/js | |
parent | ca8a8d172f00fb0b032968c5cd1df82486cdc9b9 (diff) |
Add buttons to resize maps on report pages
This improves usability on mobile devices, allowing users to pan around
the problem and see the area in more detail.
I've also changed the CSS around a bit, so we can use the
`map-fullscreen` class in other places.
Diffstat (limited to 'templates/web/base/js')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index d6aca9ccb..c09609411 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -46,6 +46,9 @@ map_map: '[% loc('Map') | replace("'", "\\'") %]', map_satellite: '[% loc('Satellite') | replace("'", "\\'") %]', + expand_map: '[% loc('Expand map') | replace("'", "\\'") %]', + collapse_map: '[% loc('Collapse map') | replace("'", "\\'") %]', + permalink: '[% loc('Permalink') | replace("'", "\\'") %]', upload_max_files_exceeded: '[% loc ('Whoa there Testino! Three photos are enough.') | replace("'", "\\'") %]', |