From 4afd6f0528888abfe0a67a7e62fae71bc444155b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 26 Nov 2011 13:50:37 +0100 Subject: [PATCH] Show the description in packageListPlugins Instead of the static text the description is now shown. Output is truncated to 300 chars. This should be enough for most plugins. --- wcfsetup/install/files/acp/templates/packageListPlugins.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/templates/packageListPlugins.tpl b/wcfsetup/install/files/acp/templates/packageListPlugins.tpl index f281cfe29b..c138012b22 100644 --- a/wcfsetup/install/files/acp/templates/packageListPlugins.tpl +++ b/wcfsetup/install/files/acp/templates/packageListPlugins.tpl @@ -3,7 +3,7 @@

{$package->getName()}

- Short descriptive text goes here + {$package->packageDescription|truncate:300}
-- 2.20.1