fixes #555, add icon on delete orphan tags link

This commit is contained in:
plegall
2016-11-28 13:25:49 +01:00
parent c6ec8b87ab
commit 9d913e3c3d
+1 -1
View File
@@ -364,7 +364,7 @@ foreach ($orphan_tags as $tag)
if (count($orphan_tag_names) > 0)
{
$page['warnings'][] = sprintf(
l10n('You have %d orphan tags: %s.').' <a href="%s">'.l10n('Delete orphan tags').'</a>',
l10n('You have %d orphan tags: %s.').' <a href="%s" class="icon-trash">'.l10n('Delete orphan tags').'</a>',
count($orphan_tag_names),
implode(', ', $orphan_tag_names),
get_root_url().'admin.php?page=tags&amp;action=delete_orphans&amp;pwg_token='.get_pwg_token()