Skip to content

Commit

Permalink
fixes #2138 change edit album photos icon to match batch manager icon
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Mar 27, 2024
1 parent 3af5594 commit 3433972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/themes/default/template/cat_modify.tpl
Expand Up @@ -50,7 +50,7 @@ str_root = '{'Root'|@translate|escape:javascript}';
<div class="cat-modify-actions">

{if isset($U_MANAGE_ELEMENTS) }
<a class="icon-picture tiptip" href="{$U_MANAGE_ELEMENTS}" title="{'Manage album photos'|@translate}"></a>
<a class="icon-th tiptip" href="{$U_MANAGE_ELEMENTS}" title="{'Manage album photos'|@translate}"></a>
{/if}

<a class="icon-plus-circled tiptip" href="{$U_ADD_PHOTOS_ALBUM}" title="{'Add Photos'|translate}"></a>
Expand Down

0 comments on commit 3433972

Please sign in to comment.