aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-09-27 10:04:48 +0100
committerDave Whiteland <dave@mysociety.org>2013-09-30 18:15:20 +0100
commite5253dafd0f4605d689d51fe199c9b2da0741bba (patch)
treecd5f8cd150ceecfd395ad318e6e5334fb9539862
parent2677e9cf21f5bbc0698a5cba4a349b702a330e0a (diff)
add admin-box to separate 'add category' from 'edit body'
-rw-r--r--templates/web/default/admin/body.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html
index 5256d3313..d0eb0f7df 100644
--- a/templates/web/default/admin/body.html
+++ b/templates/web/default/admin/body.html
@@ -84,7 +84,7 @@
</p>
</form>
-
+ <div class="admin-box">
<h2>[% loc('Add new category') %]</h2>
<p class="fms-admin-info">
[% loc("Each contact for the body has a category, which is displayed to the public.
@@ -184,8 +184,9 @@
<input type="hidden" name=".cgifields" value="deleted" >
</div>
</form>
-
+ </div>
+ <div class="admin-box">
<h2>[% loc('Edit body details') %]</h2>
[% INCLUDE 'admin/body-form.html' %]
-
+ </div>
[% INCLUDE 'admin/footer.html' %]