mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
fixes #2138 change edit album photos icon to match batch manager icon
This commit is contained in:
@@ -50,7 +50,7 @@ str_root = '{'Root'|@translate|escape:javascript}';
|
|||||||
<div class="cat-modify-actions">
|
<div class="cat-modify-actions">
|
||||||
|
|
||||||
{if isset($U_MANAGE_ELEMENTS) }
|
{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}
|
{/if}
|
||||||
|
|
||||||
<a class="icon-plus-circled tiptip" href="{$U_ADD_PHOTOS_ALBUM}" title="{'Add Photos'|translate}"></a>
|
<a class="icon-plus-circled tiptip" href="{$U_ADD_PHOTOS_ALBUM}" title="{'Add Photos'|translate}"></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user