diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-20 11:49:45 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-20 11:49:45 +0100 |
commit | 0ed3b9c073fb5d7d03c24dcc3918a8958124dead (patch) | |
tree | bbd186cdf93d43ce410dcf62f33e35482136993c /src | |
parent | 434f23d2f1389ff3c81ec8fddf0889f72b47dc1c (diff) |
Add text to clarify how to send draft reports
Fixes #104
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/reports.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templates/en/reports.html b/src/templates/en/reports.html index 8712f0f..047fa76 100644 --- a/src/templates/en/reports.html +++ b/src/templates/en/reports.html @@ -5,6 +5,9 @@ <div id="drafts"> <p id="noreports" class="nodisplay">If you start compiling a report, but don't finish and send it, it'll appear in this menu so you can finish it later</p> <div id="report-list" class="nodisplay"> + <p class="notopmargin"> + These are your draft, unsent reports. To finish and send them, open a report when online. + </p> <ul data-role="listview" data-split-theme="c" data-inset="true" data-split-icon="delete" class="notopmargin reports"> <% drafts.each(function(draft) { if ( draft ) { |