diff options
author | francis <francis> | 2009-10-02 23:50:59 +0000 |
---|---|---|
committer | francis <francis> | 2009-10-02 23:50:59 +0000 |
commit | 0d8ae3915d0b511facf9b1862d5ee63346a387b5 (patch) | |
tree | 5aa792bfff9532411fb301e594ef5a93b86f6652 | |
parent | 69f76b2e6248f4990c38634ebee7a3365c825cd9 (diff) |
Some new help.
-rw-r--r-- | app/views/comment/new.rhtml | 10 | ||||
-rw-r--r-- | todo.txt | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app/views/comment/new.rhtml b/app/views/comment/new.rhtml index db73d247f..c0e7e3a22 100644 --- a/app/views/comment/new.rhtml +++ b/app/views/comment/new.rhtml @@ -23,9 +23,6 @@ Annotations are so anyone, including you, can help the requester with their requ <li> Advise on how to <strong>best clarify</strong> the request.</li> <% end %> -<% if @info_request.awaiting_description %> -<% end %> - <% if not [ 'successful', 'partially_successful' ].include?(@info_request.described_state) %> <li> Link to the information requested, if it is <strong>already available</strong> on the Internet. </li> <li> Suggest <strong>where else</strong> the requester might find the information. </li> @@ -44,6 +41,10 @@ Annotations are so anyone, including you, can help the requester with their requ <li> Point to <strong>related information</strong>, campaigns or forums which may be useful. </li> <% end %> +<% if [ 'gone_postal' ].include?(@info_request.described_state) %> + <li> A <strong>summary</strong> of the response if you have received it by post. </li> +<% end %> + <% if [ 'not_held' ].include?(@info_request.described_state) %> <li> Ideas on what <strong>other documents to request</strong> which the authority may hold. </li> <% end %> @@ -51,6 +52,9 @@ Annotations are so anyone, including you, can help the requester with their requ <li> Advise on whether the <strong>rejection is legal</strong>, and how to complain about it if not. </li> <% end %> +<% if [ 'internal_review' ].include?(@info_request.described_state) %> + <li> <strong>Advice</strong> on how to get a response that will satisfy the requester. </li> +<% end %> <% if [ 'error_message' ].include?(@info_request.described_state) %> <li> You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address. </li> <% end %> @@ -184,8 +184,6 @@ I have several email alerts set up. Is there any chance they could include part (or, preferably, all) of the search criterion in the Subject: line? :o) (Perhaps do it in the case when only one search criterion makes the mail) -Update annotation help text for new states like internal_review and gone_postal ./views/comment/new.rhtml - Test data dumper that removes sensitive data, but lets trusted people play with whole database on their own machine without risk of compromise (for Tony) - can avoid rebuilding emails, attachments etc. sanitized provided we don't |