From bdb40891393f8c30fdfe15711b1417692521117f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 6 Mar 2015 16:28:38 +0100 Subject: collapse app descriptions by default, make expandable, fix #13112 --- settings/templates/apps.php | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'settings/templates') diff --git a/settings/templates/apps.php b/settings/templates/apps.php index e749b33027a..7465992b3b4 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -33,24 +33,30 @@
{{internallabel}}
{{/if}}
-
{{description}}
- - {{#if documentation}} -

- t("Documentation:"));?> - {{#if documentation.user}} - - t("User Documentation"));?> - - {{/if}} - {{#if documentation.admin}} - - t("Admin Documentation"));?> - +

+
t("Show description …"));?>
+ + {{#unless canInstall}}

t('This app cannot be installed because the following dependencies are not fulfilled:')); ?>

-- cgit v1.2.3