aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2022-08-26 16:25:52 -0700
committerGitHub <noreply@github.com>2022-08-26 16:25:52 -0700
commita1fae0532090c3f7223ce8243e3025dfafde07ce (patch)
tree1d2990dba4e8ff183b5852ebb7047db3efade9d6 /apps/settings/templates
parent47584eee601594a066099b701e0ea61a5c8fec2a (diff)
parente2efbab13f8c0663b95d53fa8c9c095f02de7141 (diff)
downloadnextcloud-server-a1fae0532090c3f7223ce8243e3025dfafde07ce.tar.gz
nextcloud-server-a1fae0532090c3f7223ce8243e3025dfafde07ce.zip
Merge pull request #33310 from nextcloud/enh/27869/website
Diffstat (limited to 'apps/settings/templates')
-rw-r--r--apps/settings/templates/settings/personal/personal.info.php43
1 files changed, 1 insertions, 42 deletions
diff --git a/apps/settings/templates/settings/personal/personal.info.php b/apps/settings/templates/settings/personal/personal.info.php
index 9fae83dc89d..b379400c14b 100644
--- a/apps/settings/templates/settings/personal/personal.info.php
+++ b/apps/settings/templates/settings/personal/personal.info.php
@@ -139,48 +139,7 @@ script('settings', [
<div id="vue-location-section"></div>
</div>
<div class="personal-settings-setting-box">
- <form id="websiteform" class="section">
- <h3>
- <label for="website"><?php p($l->t('Website')); ?></label>
- <a href="#" class="federation-menu" aria-label="<?php p($l->t('Change privacy level of website')); ?>">
- <span class="icon-federation-menu icon-password">
- <span class="icon-triangle-s"></span>
- </span>
- </a>
- </h3>
- <?php if ($_['lookupServerUploadEnabled']) { ?>
- <div class="verify <?php if ($_['website'] === '' || $_['websiteScope'] !== 'public') {
- p('hidden');
- } ?>">
- <img id="verify-website" title="<?php p($_['websiteMessage']); ?>" data-status="<?php p($_['websiteVerification']) ?>" src="
- <?php
- switch ($_['websiteVerification']) {
- case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS:
- p(image_path('core', 'actions/verifying.svg'));
- break;
- case \OC\Accounts\AccountManager::VERIFIED:
- p(image_path('core', 'actions/verified.svg'));
- break;
- default:
- p(image_path('core', 'actions/verify.svg'));
- }
- ?>" <?php if ($_['websiteVerification'] === \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS || $_['websiteVerification'] === \OC\Accounts\AccountManager::NOT_VERIFIED) {
- print_unescaped(' class="verify-action"');
- } ?>>
- <div class="verification-dialog popovermenu bubble menu">
- <div class="verification-dialog-content">
- <p class="explainVerification"></p>
- <p class="verificationCode"></p>
- <p><?php p($l->t('It can take up to 24 hours before the account is displayed as verified.')); ?></p>
- </div>
- </div>
- </div>
- <?php } ?>
- <input type="url" name="website" id="website" value="<?php p($_['website']); ?>" placeholder="<?php p($l->t('Link https://…')); ?>" autocomplete="on" autocapitalize="none" autocorrect="off" />
- <span class="icon-checkmark hidden"></span>
- <span class="icon-error hidden"></span>
- <input type="hidden" id="websitescope" value="<?php p($_['websiteScope']) ?>">
- </form>
+ <div id="vue-website-section"></div>
</div>
<div class="personal-settings-setting-box">
<div id="vue-twitter-section"></div>