diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-07 11:28:23 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:06 +0100 |
commit | 8acaea9f91c7db24871e6e1bd9268d9bf3b0d52d (patch) | |
tree | 2aa4846cb1bc55986c5a0f69446e94201a9a34ac /templates/web/default/admin/header.html | |
parent | e69bc54641b9a584439ec934f1ed54e3e310e023 (diff) |
hide open311 inputs for bodies unless needed
basically if send method is not email (or there's an endpoint value), don't show the form
Maybe we need to have an "show all fields" button/link but for normal use I think this is OK
Diffstat (limited to 'templates/web/default/admin/header.html')
-rw-r--r-- | templates/web/default/admin/header.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/default/admin/header.html b/templates/web/default/admin/header.html index 6282bf383..cda9b5050 100644 --- a/templates/web/default/admin/header.html +++ b/templates/web/default/admin/header.html @@ -5,6 +5,11 @@ dd { margin-left: 8em; } .adminhidden { color: #666666; } .error { color: red; } select { width: auto; } +.admin-open311-only { + border:1px solid #666; + padding:0 1em; + margin: 1em 0; +} </style> <p><strong>[% loc('FixMyStreet admin:') %]</strong> |