dimoss
Well-Known Member
Hi,
J4.4.9, F4.4.1, PHP 8.3, Cassiopeia.
The X button icon is not correctly presented. Seems the class: class="btn button delete" is wrong because the correct class should be class="btn delete button btn-primary"
/plugins/fabrik_list/update_col/layouts/fabrik-list-update_col-form.php
row#41 should change as below:
<a class="btn delete button btn-primary" href="#">
J4.4.9, F4.4.1, PHP 8.3, Cassiopeia.
The X button icon is not correctly presented. Seems the class: class="btn button delete" is wrong because the correct class should be class="btn delete button btn-primary"
/plugins/fabrik_list/update_col/layouts/fabrik-list-update_col-form.php
row#41 should change as below:
<a class="btn delete button btn-primary" href="#">
Attachments
Last edited: