This commit is contained in:
giomba 2021-12-05 19:03:24 +01:00
parent 21b6175fec
commit d650fbcc40
1 changed files with 4 additions and 2 deletions

View File

@ -362,14 +362,16 @@ class VectorTemplate extends BaseTemplate {
?>" aria-labelledby="p-cactions-label">
<h3 id="p-cactions-label"><span><?php
$this->msg( 'vector-more-actions' )
?></span></h3>
?></span></h3>
<div class="body">
<ul class="menu"<?php $this->html( 'userlangattributes' ) ?>>
<?php
foreach ( $this->data['action_urls'] as $key => $item ) {
echo $this->makeListItem( $key, $item );
}
?>
</ul>
</ul>
</div>
</div>
<?php
break;