styling updates

This commit is contained in:
Dave Cranwell 2014-07-18 16:10:41 +01:00
parent 1be972a7bc
commit c60cdac6b4

View file

@ -1,8 +1,8 @@
{% load i18n %}
<td>
{% trans "Choose a different root page" as choose_another_text_str %}
{% trans "Choose a root page" as choose_one_text_str %}
{% trans "Edit page" as choose_another_text_str %}
{% trans "Choose page" as choose_one_text_str %}
{% if form.instance.page %}
{% include "wagtailadmin/edit_handlers/page_chooser_panel.html" with field=form.page page=form.instance.page is_chosen=True choose_one_text_str=choose_one_text_str choose_another_text_str=choose_another_text_str only %}
@ -19,6 +19,6 @@
</td>
<td>
<button class="icon icon-bin" id="{{ form.DELETE.id_for_label }}-button">{% trans "Delete" %}</button>
<button class="button-secondary button-small no" id="{{ form.DELETE.id_for_label }}-button">{% trans "Delete" %}</button>
</td>