From 75a8184e59bc9d83916424efdfbbf2c731a90b01 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Mon, 7 Oct 2024 22:17:49 +0900 Subject: [PATCH] Remove "Delete" button from installed addon, layout, module, and widget lists --- modules/addon/tpl/addon_list.html | 2 -- modules/layout/tpl/installed_layout_list.html | 2 -- modules/module/tpl/module_list.html | 4 ---- modules/widget/tpl/downloaded_widget_list.html | 2 -- 4 files changed, 10 deletions(-) diff --git a/modules/addon/tpl/addon_list.html b/modules/addon/tpl/addon_list.html index 0bd1f0c99..cd3b702fa 100644 --- a/modules/addon/tpl/addon_list.html +++ b/modules/addon/tpl/addon_list.html @@ -27,7 +27,6 @@ {$lang->cmd_setup} PC Mobile - {$lang->cmd_delete} @@ -61,7 +60,6 @@ - {$lang->cmd_delete} diff --git a/modules/layout/tpl/installed_layout_list.html b/modules/layout/tpl/installed_layout_list.html index f0eb233d3..343e51ee7 100644 --- a/modules/layout/tpl/installed_layout_list.html +++ b/modules/layout/tpl/installed_layout_list.html @@ -14,7 +14,6 @@ {$lang->version} {$lang->author} {$lang->path} - {$lang->cmd_delete} @@ -53,7 +52,6 @@ - - {$layout->path} - {$lang->cmd_delete} diff --git a/modules/module/tpl/module_list.html b/modules/module/tpl/module_list.html index 04a131af9..1f4ad3cc2 100644 --- a/modules/module/tpl/module_list.html +++ b/modules/module/tpl/module_list.html @@ -17,7 +17,6 @@ {$lang->version} {$lang->author} {$lang->path} - {$lang->cmd_delete} @@ -55,9 +54,6 @@ {$val->path} - - {$lang->cmd_delete} - diff --git a/modules/widget/tpl/downloaded_widget_list.html b/modules/widget/tpl/downloaded_widget_list.html index e8dcc6930..047258383 100644 --- a/modules/widget/tpl/downloaded_widget_list.html +++ b/modules/widget/tpl/downloaded_widget_list.html @@ -14,7 +14,6 @@ {$lang->author} {$lang->path} {$lang->cmd_generate_code} - {$lang->cmd_delete} @@ -41,7 +40,6 @@ {$widget->path} {$lang->cmd_generate_code} - {$lang->cmd_delete}