diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-04-11 16:48:07 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-04-12 09:39:53 +0200 |
commit | 7365bd798a30b8ac584080532bf97970a34bb6c3 (patch) | |
tree | 1c8211f07c5a76c8fbd0e266a2f89650426aedd2 /settings/templates | |
parent | 8e16e7bf34efb1bd7d97ee500ffe860d94fa55eb (diff) | |
download | nextcloud-server-7365bd798a30b8ac584080532bf97970a34bb6c3.tar.gz nextcloud-server-7365bd798a30b8ac584080532bf97970a34bb6c3.zip |
Show tooltip if the app is downloaded from a remote server
fixes #14405
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 47d1eff463e..ce6dcef842c 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -134,7 +134,7 @@ script( <br /> <input type="hidden" id="group_select" title="<?php p($l->t('All')); ?>" style="width: 200px"> {{else}} - <input class="enable" type="submit" data-appid="{{id}}" data-active="false" {{#unless canInstall}}disabled="disabled"{{/unless}} value="<?php p($l->t("Enable"));?>"/> + <input class="enable{{#if needsDownload}} needs-download{{/if}}" type="submit" data-appid="{{id}}" data-active="false" {{#unless canInstall}}disabled="disabled"{{/unless}} value="<?php p($l->t("Enable"));?>"/> {{/if}} {{#if canUnInstall}} <input class="uninstall" type="submit" value="<?php p($l->t('Uninstall App')); ?>" data-appid="{{id}}" /> |