diff options
author | Jon Kristensen <info@jonkri.com> | 2015-05-09 20:19:17 +0200 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-05-31 14:24:56 +0100 |
commit | e1acea1360dcc917f0808f687a5bc0f17af02c6a (patch) | |
tree | f34a26ac9685c80d98cb8a9011e2e2ba94a0fc6b /templates | |
parent | ddf714b871156f8ae6a2516bc4adf4541fd1e9d7 (diff) |
[FixaMinGata] Shorten details text.
Move some of it to dos and don'ts.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixamingata/report/new/inline-tips.html | 1 | ||||
-rw-r--r-- | templates/web/fixamingata/report/new/notes.html | 10 | ||||
-rw-r--r-- | templates/web/fixamingata/report/new/sidebar.html | 5 |
3 files changed, 8 insertions, 8 deletions
diff --git a/templates/web/fixamingata/report/new/inline-tips.html b/templates/web/fixamingata/report/new/inline-tips.html index 90bb4f975..ce93a2498 100644 --- a/templates/web/fixamingata/report/new/inline-tips.html +++ b/templates/web/fixamingata/report/new/inline-tips.html @@ -4,6 +4,7 @@ <li>Var trevlig</li> <li>Ange platser noggrant</li> <li>Skriv hur gammalt problemet är</li> + <li>Fyll i tillräckligt med detaljer för att mottagaren skall kunna hjälpa till</li> </ul> <ul class="dont"> <li>Använd inte FixaMinGata för rena synpunkter och förslag</li> diff --git a/templates/web/fixamingata/report/new/notes.html b/templates/web/fixamingata/report/new/notes.html index 8f081f637..9ec6b0e29 100644 --- a/templates/web/fixamingata/report/new/notes.html +++ b/templates/web/fixamingata/report/new/notes.html @@ -1,14 +1,8 @@ -<p>[% loc("Please note:") %]</p> - <ul class="plain-list"> - <li>[% loc("We will only use your personal information in accordance with our <a href=\"/privacy\">privacy policy.</a>") %]</li> - <li>[% loc("Please be polite, concise and to the point.") %]</li> - <li>[% loc("Please do not be abusive — abusing your council devalues the service for all users.") %]</li> - <li>[% loc("Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation.") %]</li> [% IF all_councils.items.first > 0 %] - <li>[% id = all_councils.items.first; + <li style="margin-bottom: 0em;">[% id = all_councils.items.first; tprintf("Kom ihåg att FixaMinGata primärt är avsett för att rapportera fysiska problem som kan åtgärdas. Om ditt problem inte lämpar sig för att rapportera via den här webbsidan kan du kontakta din kommun direkt via <a href='%s'>deras webbsida</a>.", all_body_urls.$id); %]</li> [% ELSE %] - <li>[% loc("Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website.") %]</li> + <li style="margin-bottom: 0em;">[% loc("Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website.") %]</li> [% END %] </ul> diff --git a/templates/web/fixamingata/report/new/sidebar.html b/templates/web/fixamingata/report/new/sidebar.html new file mode 100644 index 000000000..972fccf53 --- /dev/null +++ b/templates/web/fixamingata/report/new/sidebar.html @@ -0,0 +1,5 @@ +<div id="report-a-problem-sidebar"> + <div class="sidebar-notes"> + [% INCLUDE 'report/new/notes.html' %] + </div> +</div> |