Improve spacing of page permissions table in Group settings (#12585)

stable/6.3.x
Sage Abdullah 2024-11-15 16:32:51 +00:00 zatwierdzone przez Matt Westcott
rodzic 82ac5cb280
commit 9bb9e25206
4 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ Changelog
* Fix: Restore ability to upload profile picture through account settings (Sage Abdullah)
* Fix: Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott)
* Fix: Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)
6.3 LTS (01.11.2024)

Wyświetl plik

@ -16,3 +16,4 @@ depth: 1
* Restore ability to upload profile picture through account settings (Sage Abdullah)
* Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott)
* Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)

Wyświetl plik

@ -17,9 +17,9 @@
<table class="listing">
<col />
{% for i in formset.permission_types %}
<col width="15%" />
<col width="5%" />
{% endfor %}
<col />
<col width="10%" />
<thead>
<tr>
<th>{% trans "Collection" %}</th>

Wyświetl plik

@ -16,9 +16,9 @@
<table class="listing">
<col />
{% for i in formset.permission_types %}
<col width="15%" />
<col width="5%" />
{% endfor %}
<col />
<col width="10%" />
<thead>
<tr>
<th>{% trans "Page" %}</th>