From 0569c644a39cf61e779528ba7c0c8d281f769788 Mon Sep 17 00:00:00 2001 From: lb803 <47544021+lb803@users.noreply.github.com> Date: Tue, 9 Dec 2025 21:44:36 +0000 Subject: [PATCH] change archive button icon from glyphicon-trash to glyphicon-folder-open --- cps/render_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/render_template.py b/cps/render_template.py index bf0356d0..0f0a2894 100644 --- a/cps/render_template.py +++ b/cps/render_template.py @@ -92,7 +92,7 @@ def get_sidebar_config(kwargs=None): "visibility": constants.SIDEBAR_FORMAT, 'public': True, "page": "format", "show_text": _('Show File Formats Section'), "config_show": True}) sidebar.append( - {"glyph": "glyphicon-trash", "text": _('Archived Books'), "link": 'web.books_list', "id": "archived", + {"glyph": "glyphicon-folder-open", "text": _('Archived Books'), "link": 'web.books_list', "id": "archived", "visibility": constants.SIDEBAR_ARCHIVED, 'public': (not current_user.is_anonymous), "page": "archived", "show_text": _('Show Archived Books'), "config_show": content}) if not simple: