Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 2, 2023
1 parent 7e9b09d commit 8819a28
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugin/PlayLists/managerPlaylists.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,11 @@ function getPlaylistOwnerUsersId()
if ($countItemsInPlaylist > $maxItemsInPlaylist) {
?>
<li class="list-group-item">
<button type="button" class="btn btn-default btn-xs editBtn " onclick="editPlayList(<?php echo $value['id']; ?>);" data-toggle="tooltip" title="<?php echo __('Edit'); ?>">
<i class="fas fa-edit"></i>
<button type="button" class="btn btn-default btn-xs btn-block " onclick="editPlayList(<?php echo $value['id']; ?>);" data-toggle="tooltip" title="<?php echo __('Edit'); ?>">
<?php
echo __('More');
?>
<i class="fas fa-ellipsis-h"></i>
</button>
</li>
<?php
Expand Down

0 comments on commit 8819a28

Please sign in to comment.