aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Kristensen <info@jonkri.com>2014-12-17 17:16:54 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-02-16 15:50:44 +0000
commite97f19eab545b82f7b0532e346ec99a30775edc1 (patch)
tree9ca92ba84054fde65be318da825d31d3ad7b9cfe
parent94f41d641a58b597afe5072e7947925bf293a3ce (diff)
[FixaMinGata] Footer template updates.
To match new parent template structure. Include minor translation fixes.
-rw-r--r--templates/web/fixamingata/footer.html22
-rw-r--r--templates/web/fixamingata/front/footer-marketing.html26
2 files changed, 27 insertions, 21 deletions
diff --git a/templates/web/fixamingata/footer.html b/templates/web/fixamingata/footer.html
index 697248b82..f8d67c64e 100644
--- a/templates/web/fixamingata/footer.html
+++ b/templates/web/fixamingata/footer.html
@@ -1,26 +1,6 @@
[% IF pagefooter %]
<footer role="content-info">
- <div class="tablewrapper bordered">
- <div id="footer-mobileapps">
- </div>
- <div id="footer-help">
-
- <ul>
- <li>
- <h4>Sekretess och kakor</h4>
- <p>Vill du veta mer om det juridiska? Läs vår information <a href="/privacy">om sekretess och kakor</a></p>
- </li>
- <li>
- <h4>[% loc('Are you a developer?') %]</h4>
- <p>[% loc('Would you like to contribute to FixMyStreet? Our code is open source and <a href="http://github.com/mysociety/fixmystreet">available on GitHub</a>.') %]</p>
- </li>
- <li>
- <h4>[% loc('Are you from a council?') %]</h4>
- <p>Vill du veta mer om FixaMinGata eller hur det kan fungera för er kommun? <a href="/kommun">Läs mer om FixaMinGata för kommuner</a>.</p>
- </li>
- </ul>
- </div>
- </div>
+ [% INCLUDE 'front/footer-marketing.html' %]
</footer>
[% END %]
</div><!-- .content role=main -->
diff --git a/templates/web/fixamingata/front/footer-marketing.html b/templates/web/fixamingata/front/footer-marketing.html
new file mode 100644
index 000000000..bc82aa5f1
--- /dev/null
+++ b/templates/web/fixamingata/front/footer-marketing.html
@@ -0,0 +1,26 @@
+ <div class="tablewrapper bordered">
+ <div id="footer-mobileapps">
+ <!--
+ <h4></h4>
+ <p>
+ </p>
+ -->
+ </div>
+
+ <div id="footer-help">
+ <ul>
+ <li>
+ <h4>Sekretess och kakor</h4>
+ <p>Vill du veta mer om det juridiska? Läs vår information <a href="/privacy">om sekretess och kakor</a></p>
+ </li>
+ <li>
+ <h4>[% loc('Are you a developer?') %]</h4>
+ <p>[% loc('Would you like to contribute to FixMyStreet? Our code is open source and <a href="http://fixmystreet.org">available at fixmystreet.org</a>.') %]</p>
+ </li>
+ <li>
+ <h4>Är du anställd i en kommun?</h4>
+ <p>Vill du veta mer om FixaMinGata eller hur det kan fungera för er kommun? <a href="/kommun">Läs mer om FixaMinGata för kommuner</a>.</p>
+ </li>
+ </ul>
+ </div>
+ </div>