diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-29 01:35:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:01 +0200 |
commit | a392532e28bb50a724e7ea76daad4472307406b2 (patch) | |
tree | 06dad893c1624d39a915577f430cd39b38cf7db8 /settings/templates | |
parent | bb436a430000771735901bc84e999e8d15497807 (diff) | |
download | nextcloud-server-a392532e28bb50a724e7ea76daad4472307406b2.tar.gz nextcloud-server-a392532e28bb50a724e7ea76daad4472307406b2.zip |
also improve layout of apps from store
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 224092d9ae5..d1e2e501a62 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -86,14 +86,6 @@ script( {{name}} {{/if}} </h2> - <div class="app-version"> {{version}}</div> - {{#if profilepage}}<a href="{{profilepage}}" target="_blank" rel="noreferrer">{{/if}} - <div class="app-author"><?php p($l->t('by %s', ['{{author}}']));?> - {{#if licence}} - (<?php p($l->t('%s-licensed', ['{{licence}}'])); ?>) - {{/if}} - </div> - {{#if profilepage}}</a>{{/if}} <div class="app-level"> {{{level}}} </div> @@ -103,6 +95,14 @@ script( <div class="app-detailpage"></div> <div class="app-description-container hidden"> + <div class="app-version">{{version}}</div> + {{#if profilepage}}<a href="{{profilepage}}" target="_blank" rel="noreferrer">{{/if}} + <div class="app-author"><?php p($l->t('by %s', ['{{author}}']));?> + {{#if licence}} + (<?php p($l->t('%s-licensed', ['{{licence}}'])); ?>) + {{/if}} + </div> + {{#if profilepage}}</a>{{/if}} <div class="app-description">{{{description}}}</div> <!--<div class="app-changed">{{changed}}</div>--> {{#if documentation}} |