'can-disabled' is clearly a typo (see 09097f651e)

pull/1441/head
Matt Westcott 2015-04-15 14:32:14 +01:00
rodzic 3734f1250e
commit cd3552ef06
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,7 +22,7 @@
</tr>
{% endblock %}
{% block parent_page_row_classname %}{% if parent_page.can_choose %}can-disabled{% endif %}{% endblock %}
{% block parent_page_row_classname %}{% if not parent_page.can_choose %}disabled{% endif %}{% endblock %}
{% block parent_page_title %}
{% include "wagtailadmin/pages/listing/_page_title_choose.html" with page=parent_page %}

Wyświetl plik

@ -22,7 +22,7 @@
</tr>
{% endblock %}
{% block parent_page_row_classname %}{% if parent_page.can_choose %}can-disabled{% endif %}{% endblock %}
{% block parent_page_row_classname %}{% if not parent_page.can_choose %}disabled{% endif %}{% endblock %}
{% block parent_page_title %}
{% include "wagtailadmin/pages/listing/_page_title_move.html" with page=parent_page %}