From: Tim Düsterhus Date: Sat, 26 Nov 2011 12:50:37 +0000 (+0100) Subject: Show the description in packageListPlugins X-Git-Tag: 2.0.0_Beta_1~1545^2~12^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4afd6f0528888abfe0a67a7e62fae71bc444155b;p=GitHub%2FWoltLab%2FWCF.git 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. --- 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}