mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Complete <h1> settings heading
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
parent
32bf74af16
commit
f6ec297df6
4 changed files with 8 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<template>
|
||||
<section>
|
||||
<NcSettingsSection :name="t('theming', 'Appearance and accessibility')"
|
||||
<NcSettingsSection :name="t('theming', 'Appearance and accessibility settings')"
|
||||
:limit-width="false"
|
||||
class="theming">
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
|
|
|
|||
|
|
@ -87,7 +87,10 @@ p($theme->getTitle());
|
|||
|
||||
<main id="content" class="app-<?php p($_['appid']) ?>">
|
||||
<h1 class="hidden-visually" id="page-heading-level-1">
|
||||
<?php p(!empty($_['pageTitle'])?$_['pageTitle']:$theme->getName()); ?>
|
||||
<?php p((!empty($_['application']) && !empty($_['pageTitle']) && $_['application'] != $_['pageTitle'])
|
||||
? $_['application'].': '.$_['pageTitle']
|
||||
: (!empty($_['pageTitle']) ? $_['pageTitle'] : $theme->getName())
|
||||
); ?>
|
||||
</h1>
|
||||
<?php print_unescaped($_['content']); ?>
|
||||
</main>
|
||||
|
|
|
|||
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue