From 0adce0dd473d211671296b004896f0cdeac78d86 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sat, 29 Oct 2022 21:45:37 +0900 Subject: [PATCH] Show Rhymix logo instead of version only if it is a part of the Core --- modules/addon/tpl/addon_info.html | 2 +- modules/addon/tpl/setup_addon.html | 10 ++++++++-- modules/layout/tpl/installed_layout_list.html | 8 +++++++- modules/module/tpl/module_list.html | 2 +- modules/widget/tpl/downloaded_widget_list.html | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/modules/addon/tpl/addon_info.html b/modules/addon/tpl/addon_info.html index 604afe696..5e56d7343 100644 --- a/modules/addon/tpl/addon_info.html +++ b/modules/addon/tpl/addon_info.html @@ -2,7 +2,7 @@ - + diff --git a/modules/addon/tpl/setup_addon.html b/modules/addon/tpl/setup_addon.html index 019a4ea06..f34799497 100644 --- a/modules/addon/tpl/setup_addon.html +++ b/modules/addon/tpl/setup_addon.html @@ -8,8 +8,14 @@ diff --git a/modules/layout/tpl/installed_layout_list.html b/modules/layout/tpl/installed_layout_list.html index 8cfaea6e3..f0eb233d3 100644 --- a/modules/layout/tpl/installed_layout_list.html +++ b/modules/layout/tpl/installed_layout_list.html @@ -27,7 +27,13 @@ {$lang->msg_avail_easy_update} {$lang->msg_do_you_like_update}

- +
{$lang->title}{$addon_info->title} ver. {$addon->version === 'RX_VERSION' ? 'CORE' : $addon->version}{$addon_info->title} ver. {($addon->version === 'RX_VERSION' && Context::isDefaultPlugin($addon_info->addon_name, 'addon')) ? 'CORE' : $addon->version}
{$lang->author}
{$lang->version} - {$addon_info->version === 'RX_VERSION' ? 'CORE' : $addon_info->version} - ({zdate($addon_info->date, 'Y-m-d')}) + + CORE + + {$addon_info->version} + + ({zdate($addon_info->date, 'Y-m-d')}) + +
{$layout->version} + + Rhymix Core + + {$layout->version} + + {$author->name} diff --git a/modules/module/tpl/module_list.html b/modules/module/tpl/module_list.html index dc20880ba..04a131af9 100644 --- a/modules/module/tpl/module_list.html +++ b/modules/module/tpl/module_list.html @@ -39,7 +39,7 @@

{$lang->msg_avail_update}

- + Rhymix Core {$val->version} diff --git a/modules/widget/tpl/downloaded_widget_list.html b/modules/widget/tpl/downloaded_widget_list.html index e53171c79..e8dcc6930 100644 --- a/modules/widget/tpl/downloaded_widget_list.html +++ b/modules/widget/tpl/downloaded_widget_list.html @@ -27,7 +27,7 @@

- + Rhymix Core {$widget->version}