From 06c0164bdcae5572e173c553a29dd8d4005ad8a6 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 23 Nov 2022 13:11:44 +0100 Subject: [PATCH] related to #1806 changed add album icon and add photo icon --- admin/themes/default/js/albums.js | 4 ++-- admin/themes/default/template/albums.tpl | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/admin/themes/default/js/albums.js b/admin/themes/default/js/albums.js index 7519099ae..391774145 100644 --- a/admin/themes/default/js/albums.js +++ b/admin/themes/default/js/albums.js @@ -313,9 +313,9 @@ function createAlbumNode(node, li) { actions = '
' +"
" - +'' + +'' +'' - +'' + +'' +'' +'' +'' diff --git a/admin/themes/default/template/albums.tpl b/admin/themes/default/template/albums.tpl index 51853fdac..d32dd5ede 100644 --- a/admin/themes/default/template/albums.tpl +++ b/admin/themes/default/template/albums.tpl @@ -115,7 +115,7 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc
-
@@ -132,7 +132,7 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc
- +
@@ -280,6 +280,10 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc } } +.add-album-button label::before { + margin-right: 7px; +} + #AddAlbum, #DeleteAlbum, #RenameAlbum { display: none; }