aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-06-09 18:04:34 +0100
committerStruan Donald <struan@exo.org.uk>2014-07-01 17:42:58 +0100
commitcea2096f8da052d56bf124975978c767e9d1287c (patch)
treeba8a259023f046bfc40947633adba8e510f6f797 /templates
parente9d85112d74b9fd84250c47fb56afe7c688bf4d3 (diff)
sort out display on mobile
hide footer menu on mobile add privacy link to main menu, hide on desktop
Diffstat (limited to 'templates')
-rw-r--r--templates/web/default/alert/index.html2
-rw-r--r--templates/web/fixmystreet/footer.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html
index 36c0daf91..e3dead34a 100644
--- a/templates/web/default/alert/index.html
+++ b/templates/web/default/alert/index.html
@@ -1,4 +1,4 @@
-[% INCLUDE 'header.html', title = loc('Local RSS feeds and email alerts'), bodyclass = 'twothirdswidthpage' %]
+[% INCLUDE 'header.html', title = loc('Local RSS feeds and email alerts'), bodyclass = 'twothirdswidthpage alertindex' %]
<h1>[% loc('Local RSS feeds and email alerts') %]</h1>
diff --git a/templates/web/fixmystreet/footer.html b/templates/web/fixmystreet/footer.html
index 589065a0e..f40731372 100644
--- a/templates/web/fixmystreet/footer.html
+++ b/templates/web/fixmystreet/footer.html
@@ -76,7 +76,9 @@
%]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END
%]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END
- %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>
+ %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>[%
+ %]<li id="top-nav-privacy"><[% IF c.req.uri.path == '/privacy' %]span[% ELSE %]a href="/privacy"[% END
+ %]>[% loc("Privacy") %]</[% c.req.uri.path == '/privacy' ? 'span' : 'a' %]></li>
</ul>
</div>
</div>