diff options
Diffstat (limited to 'templates/web/default/admin/bodies.html')
-rw-r--r-- | templates/web/default/admin/bodies.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html index c0824521e..3925b9b2c 100644 --- a/templates/web/default/admin/bodies.html +++ b/templates/web/default/admin/bodies.html @@ -40,7 +40,7 @@ </td> [% IF c.cobrand.moniker == 'zurich' %] <td>[% body.endpoint %]</td> - <td>[% IF body.deleted %]Yes[% END %]</td> + <td>[% IF body.deleted %][% loc('Yes') %][% END %]</td> [% ELSE %] <td> [% IF counts.$id %] @@ -66,8 +66,10 @@ [% INCLUDE 'admin/body-form.html', body='' %] [% END %] [% ELSE %] - <h2>[% loc('Add body') %]</h2> - [% INCLUDE 'admin/body-form.html', body='' %] + <div class="admin-box"> + <h2>[% loc('Add body') %]</h2> + [% INCLUDE 'admin/body-form.html', body='' %] + </div> [% END %] [% INCLUDE 'admin/footer.html' %] |