@@ -526,7 +526,7 @@ class BlockClassHelperService {
$help_text=$this->t('Customize the styling of this block by adding CSS classes.');
// Put the Modal with all items used.
$help_text.=' '.$this->t('<a href="@url_used_items_list@" class="use-ajax" data-dialog-options="{"width":800}" data-dialog-type="modal">Click here</a> to see all the classes used.',[
$help_text.=' <div class="show-items-used">'.$this->t('<a href="@url_used_items_list@" class="use-ajax" data-dialog-options="{"width":800}" data-dialog-type="modal">Click here</a> to see all the classes used.</div>',[
'@url_used_items_list@'=>$url_used_items_list,
]);
@@ -720,10 +720,10 @@ class BlockClassHelperService {
// Create the help text for the multiple attribute fields.
$help_text=$this->t('Customize the this block by adding attributes. E.g. "data-block-type"="admin"').' - ';
$help_text=$this->t('Customize the this block by adding attributes. E.g. "data-block-type"="admin"');
// Update the help text with the Modal to show this for the user.
$help_text.=' '.$this->t('<a href="@url_used_attribute_list@" class="use-ajax" data-dialog-options="{"width":800}" data-dialog-type="modal">Click here</a> to see all the attributes used.',[
$help_text.=' - <div class="show-items-used">'.$this->t('<a href="@url_used_attribute_list@" class="use-ajax" data-dialog-options="{"width":800}" data-dialog-type="modal">Click here</a> to see all the attributes used.',[