mirror of
https://github.com/nextcloud/server.git
synced 2026-04-05 09:06:35 -04:00
Fix caldav invitation related public pages
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
253118298d
commit
bbfad33a40
6 changed files with 29 additions and 14 deletions
|
|
@ -1,7 +1,15 @@
|
|||
<div class="update">
|
||||
<p class="message"><?php p($l->t('There was an error updating your attendance status.'));?></p>
|
||||
<p class="message"><?php p($l->t('Please contact the organizer directly.'));?></p>
|
||||
<?php if (isset($_['organizer'])): ?>
|
||||
<p class="message"><a href="<?php p($_['organizer']) ?>"><?php p(substr($_['organizer'], 7)) ?></a></p>
|
||||
<?php endif; ?>
|
||||
<?php
|
||||
// SPDX-FileCopyrightText: 2018 Georg Ehrke <oc.list@georgehrke.com>
|
||||
// SPDX-FileCopyrightText: 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
|
||||
// SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu>
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
?>
|
||||
<div class="guest-box">
|
||||
<div class="notecard error">
|
||||
<p><?php p($l->t('There was an error updating your attendance status.'));?></p>
|
||||
<p><?php p($l->t('Please contact the organizer directly.'));?></p>
|
||||
<?php if (isset($_['organizer'])): ?>
|
||||
<p><a href="<?php p($_['organizer']) ?>"><?php p(substr($_['organizer'], 7)) ?></a></p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
<?php
|
||||
style('dav', 'schedule-response');
|
||||
// SPDX-FileCopyrightText: 2018 Georg Ehrke <oc.list@georgehrke.com>
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
\OCP\Util::addStyle('dav', 'schedule-response');
|
||||
?>
|
||||
|
||||
<div class="update">
|
||||
<div class="guest-box">
|
||||
<form action="" method="post">
|
||||
<fieldset id="partStat">
|
||||
<h2><?php p($l->t('Are you accepting the invitation?')); ?></h2>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
<div class="update" style="justify-content: space-around; display: flex;">
|
||||
<span class="icon icon-checkmark-white"></span>
|
||||
<?php
|
||||
// SPDX-FileCopyrightText: 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
|
||||
// SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu>
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
?>
|
||||
<div class="guest-box">
|
||||
<div class="icon icon-checkmark"></div>
|
||||
<p class="message"><?php p($l->t('Your attendance was updated successfully.'));?></p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
role="link"
|
||||
href="defaultPageUrl"
|
||||
@click="goTo(defaultPageUrl)">
|
||||
{{ t('core', 'Cancel') }}
|
||||
{{ t('core', 'Skip') }}
|
||||
</Button>
|
||||
|
||||
<Button v-if="showInstallButton"
|
||||
|
|
|
|||
4
dist/core-recommendedapps.js
vendored
4
dist/core-recommendedapps.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-recommendedapps.js.map
vendored
2
dist/core-recommendedapps.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue