diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-23 18:12:59 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-24 08:59:09 +0200 |
commit | 308e1c0ed29f790f1b0e38b9f520709ad713d08b (patch) | |
tree | 482e7dbc66b7ea3e0b79c811246572b26b965979 /settings/templates/apps.php | |
parent | d4bf301a78759a69ae746db85cd198dba9879de5 (diff) | |
download | nextcloud-server-308e1c0ed29f790f1b0e38b9f520709ad713d08b.tar.gz nextcloud-server-308e1c0ed29f790f1b0e38b9f520709ad713d08b.zip |
Icons & default classes
Changed categories order same as app store
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index e32a524f78a..91a73fcbe56 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -18,13 +18,13 @@ script( <script id="categories-template" type="text/x-handlebars-template"> {{#each this}} <li id="app-category-{{ident}}" data-category-id="{{ident}}" tabindex="0"> - <a href="#">{{displayName}}</a> + <a href="#" class="icon-category-{{ident}}">{{displayName}}</a> </li> {{/each}} <?php if($_['appstoreEnabled']): ?> <li> - <a class="app-external" target="_blank" rel="noreferrer" href="https://docs.nextcloud.org/server/12/developer_manual/"><?php p($l->t('Developer documentation'));?> ↗</a> + <a class="app-external icon-info" target="_blank" rel="noreferrer" href="https://docs.nextcloud.org/server/12/developer_manual/"><?php p($l->t('Developer documentation'));?> ↗</a> </li> <?php endif; ?> </script> |