diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-25 01:46:39 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-25 01:46:39 +0100 |
commit | a43c59c741150504e670c287a953b9291158759c (patch) | |
tree | 941f4ea5fc9d551582bce5518736c9dbaf4c8af2 | |
parent | ebb0912516bf04e18fd016b3c46e913ddbd630b9 (diff) |
Better help text on admin page
-rw-r--r-- | app/views/admin_user/_form.rhtml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/admin_user/_form.rhtml b/app/views/admin_user/_form.rhtml index 14945cf85..767427b3e 100644 --- a/app/views/admin_user/_form.rhtml +++ b/app/views/admin_user/_form.rhtml @@ -11,7 +11,12 @@ <p><label for="admin_level">Admin level</label> (<strong>none</strong> or <strong>super</strong>; this is for admin features and links which are in the site proper)<br/> <%= text_field 'admin_user', 'admin_level', :size => 60 %></p> -<p><label for="ban_text">Ban text</label> <small>(if not blank will stop the user from filing new requests, making annotations or messaging other users; the text is used in the user/banned.rhtml template, e.g. put "Unfortunately, you have repeatedly broken our moderation policy."</small>)<br/> +<p><label for="ban_text">Ban text</label> <small>(if not blank will stop the + user from filing new requests, making annotations or messaging other users; + the text is shown in public on the user's page and when they try to do a + forbidden action; write in the second person (you); see + <%= link_to 'banned users', '../list_banned' %> for examples</small>)<br/> + <%= text_area 'admin_user', 'ban_text', :cols => 60, :rows => 3 %></p> <p><label for="about_me">About me</label> (user's own text on their profile, format like comments):<br/> |