mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Restore 'Update from tags' link on albums
This commit is contained in:
parent
d90a97108a
commit
71182c6ea4
2 changed files with 3 additions and 0 deletions
BIN
images/icon_file_refresh.png
Normal file
BIN
images/icon_file_refresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 990 B |
|
@ -120,6 +120,9 @@ if (AmpConfig::get('show_played_times')) {
|
|||
</li>
|
||||
<?php } ?>
|
||||
<?php if (Access::check('interface','50')) { ?>
|
||||
<li>
|
||||
<a href="javascript:NavigateTo('<?php echo $web_path; ?>/albums.php?action=update_from_tags&album_id=<?php echo $album->id; ?>');" onclick="return confirm('<?php echo T_('Do you really want to update from tags?'); ?>');"><?php echo UI::get_icon('file_refresh', T_('Update from tags')); ?> <?php echo T_('Update from tags'); ?></a>
|
||||
</li>
|
||||
<li>
|
||||
<a id="<?php echo 'edit_album_'.$album->id ?>" onclick="showEditDialog('album_row', '<?php echo $album->id ?>', '<?php echo 'edit_album_'.$album->id ?>', '<?php echo T_('Album edit') ?>', '')">
|
||||
<?php echo UI::get_icon('edit', T_('Edit')); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue