aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/index.html')
-rw-r--r--templates/web/base/admin/index.html28
1 files changed, 15 insertions, 13 deletions
diff --git a/templates/web/base/admin/index.html b/templates/web/base/admin/index.html
index d31334a8c..5a469b08e 100644
--- a/templates/web/base/admin/index.html
+++ b/templates/web/base/admin/index.html
@@ -39,19 +39,21 @@ and to receive notices of updates.
</form>
[% IF c.user.is_superuser %]
- <form method="get" action="[% c.uri_for('bodies') %]">
- <label for="search_body">[% loc('Edit body details') %]</label>
- <select class="form-control" id="search_body" name="body">
- [% FOREACH body IN bodies %]
- [%- SET id = body.id %]
- <option[% IF body.deleted %] class="adminhidden"[% END %] value="[% body.id %]">
- [% body.name | html %]
- [%- IF body.parent %], [% body.parent.name | html %][% END -%]
- </option>
- [% END %]
- </select>
- <input type="submit" class="btn" value="[% loc('Go') %]">
- </form>
+<form method="get" action="[% c.uri_for('bodies') %]">
+ <label for="search_body">[% loc('Edit body details') %]</label>
+ <div class="form-txt-submit-box">
+ <select class="form-control" id="search_body" name="body">
+ [% FOREACH body IN bodies %]
+ [%- SET id = body.id %]
+ <option[% IF body.deleted %] class="adminhidden"[% END %] value="[% body.id %]">
+ [% body.name | html %]
+ [%- IF body.parent %], [% body.parent.name | html %][% END -%]
+ </option>
+ [% END %]
+ </select>
+ <input type="submit" class="btn" value="[% loc('Go') %]">
+ </div>
+</form>
[% END %]
</div>