From d99f42fd289780bdcd25719dc13c6628871f4444 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 4 Jun 2026 11:31:55 +0100 Subject: Convert {booticon} to {biticon} — freedesktop/tango icon names throughout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname=""} using the tango iconset. Mapping covers ~70 distinct old names to tango equivalents (edit-delete, document-properties, go-next, lock, internet-mail, etc.). Co-Authored-By: Claude Sonnet 4.6 --- templates/blog_list_post.tpl | 12 ++++++------ templates/crosspost.tpl | 4 ++-- templates/list_blogs.tpl | 14 +++++++------- templates/menu_blogs.tpl | 12 ++++++------ templates/print_blog_post.tpl | 4 ++-- templates/view_blog.tpl | 12 ++++++------ templates/view_blog_post.tpl | 22 +++++++++++----------- 7 files changed, 40 insertions(+), 40 deletions(-) diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl index 475f7c0..8df931c 100755 --- a/templates/blog_list_post.tpl +++ b/templates/blog_list_post.tpl @@ -9,18 +9,18 @@ {/if} diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl index ab4fb7d..5ab86b2 100755 --- a/templates/crosspost.tpl +++ b/templates/crosspost.tpl @@ -19,8 +19,8 @@ {if $gContent->mInfo.blogs.$blogContentId && ($blogContentId != $crosspost.blog_content_id) } {assign var="has_crosspost" value=true} {$availBlogTitle|escape} -  {booticon iname="icon-edit" ipackage="icons" iexplain="edit crosspost note"} -  {booticon iname="icon-trash" ipackage="icons" iexplain="delete this crossposting"}
+  {biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="edit crosspost note"} +  {biticon ipackage="icons" iname="edit-delete" ipackage="icons" iexplain="delete this crossposting"}
{/if} {/foreach} {if !$has_crosspost} diff --git a/templates/list_blogs.tpl b/templates/list_blogs.tpl index a7e82de..f55cee5 100755 --- a/templates/list_blogs.tpl +++ b/templates/list_blogs.tpl @@ -11,7 +11,7 @@ {minifind sort_mode=$sort_mode}