From a4a99f5ea3df9465b9209f554c379e5474cb8489 Mon Sep 17 00:00:00 2001 From: Zoddo Date: Sat, 12 Sep 2015 14:52:31 +0200 Subject: [ticket/14154] Add extension composer name as tooltip PHPBB3-14154 --- phpBB/adm/style/acp_ext_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_ext_list.html') diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index f61be27c9b..fa261ed289 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -48,7 +48,7 @@ - {enabled.META_DISPLAY_NAME} + {enabled.META_DISPLAY_NAME} style="color: #228822;"style="color: #BC2A4D;">{enabled.META_VERSION} @@ -73,7 +73,7 @@ - {disabled.META_DISPLAY_NAME} + {disabled.META_DISPLAY_NAME} style="color: #228822;"style="color: #BC2A4D;">{disabled.META_VERSION} -- cgit v1.2.1