diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-07 12:27:39 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-07 12:27:39 +0200 |
commit | 8e1a51731a9e02d50bc4c1d6ff636df5ab31966c (patch) | |
tree | 97120852ae3f6db5ec9be4c55f665635ef246fb6 /settings/templates/apps.php | |
parent | 6250365bf4e72c72427cb45213c185f1bd724963 (diff) | |
download | nextcloud-server-8e1a51731a9e02d50bc4c1d6ff636df5ab31966c.tar.gz nextcloud-server-8e1a51731a9e02d50bc4c1d6ff636df5ab31966c.zip |
apps mgmt: style experimental apps section, small design fixes
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 1629a46416d..31de7fa2318 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -41,12 +41,12 @@ script( <script id="app-template" type="text/x-handlebars"> {{#if firstExperimental}} - <div style="background-color: lightyellow; border-top:1px solid black; border-bottom: 1px solid black;"> + <div class="section apps-experimental"> <h2><?php p($l->t('Experimental applications ahead')) ?></h2> <p> <?php p($l->t('Experimental apps are not checked for security ' . - 'issues and are new or known to be unstable and under heavy ' . - 'development. Installing these can cause data loss or security ' . + 'issues, new or known to be unstable and under heavy ' . + 'development. Installing them can cause data loss or security ' . 'breaches.')) ?> </p> </div> @@ -66,12 +66,12 @@ script( {{/if}} </div> {{#if profilepage}}</a>{{/if}} - {{#if score}} - <div class="app-score">{{{score}}}</div> - {{/if}} <div class="app-level"> {{{level}}} </div> + {{#if score}} + <div class="app-score">{{{score}}}</div> + {{/if}} <div class="app-detailpage"></div> <div class="app-description-container hidden"> @@ -138,14 +138,14 @@ script( <button class="settings-button" data-apps-slide-toggle="#app-settings-content"></button> </div> - <div id="app-settings-content" style="color: #ce3702"> + <div id="app-settings-content" class="apps-experimental"> <input type="checkbox" id="enable-experimental-apps" <?php if($_['experimentalEnabled']) { print_unescaped('checked="checked"'); }?>> <label for="enable-experimental-apps"><?php p($l->t('Enable experimental apps')) ?></label> <p> <small> <?php p($l->t('Experimental apps are not checked for security ' . - 'issues and are new or known to be unstable and under heavy ' . - 'development. Installing these can cause data loss or security ' . + 'issues, new or known to be unstable and under heavy ' . + 'development. Installing them can cause data loss or security ' . 'breaches.')) ?> </small> </p> |