From 09d5dbe66fa3073729a1abe2de02d469f95c19f8 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 27 Sep 2021 16:48:17 +0200 Subject: [PATCH] issue #1415 change the warning icon for official incompatibility --- admin/themes/default/template/plugins_installed.tpl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index a69457bc2..108d2ef3b 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -87,13 +87,7 @@ jQuery(document).ready(function() { dataType: 'json', success: function(data) { for (i=0;i') - {else} - jQuery('#'+data[i]+' .pluginMiniBoxNameCell').prepend('') - {/if} - {literal} + jQuery('#'+data[i]+' .pluginMiniBoxNameCell').prepend(' '); jQuery('#'+data[i]).addClass('incompatible'); jQuery('#'+data[i]+' .activate').each(function () { $(this).pwg_jconfirm_follow_href({ @@ -714,4 +708,8 @@ jQuery(".pluginMiniBox").each(function(index){ margin-left: 10px; font-weight: bold; } + +.pluginMiniBox.incompatible .pluginMiniBoxNameCell i { + color:#c64444; +} \ No newline at end of file