diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/admin/body-form.html | 4 | ||||
-rw-r--r-- | templates/web/default/admin/header.html | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html index 385e91d6d..ec29faf5c 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -48,6 +48,7 @@ </select> </p> + <div class="admin-open311-only"> <p> <label for="endpoint">[% loc('Endpoint') %]</label> <input type="text" name="endpoint" id="endpoint" value="[% body.endpoint %]" size="50"> @@ -87,7 +88,8 @@ <label for="send_extended_statuses">Send extended open311 statuses with service request updates</label>: <input type="checkbox" id="send_extended_statuses" name="send_extended_statuses"[% ' checked' IF conf.send_extended_statuses %]> </p> - + </div> + <p> <input type="hidden" name="posted" value="body"> <input type="hidden" name="token" value="[% token %]"> 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> |