@@ -25,10 +25,10 @@ discard block |
||
25 | 25 | /** @var array $_ */ |
26 | 26 | |
27 | 27 | script('settings', [ |
28 | - 'usersettings', |
|
29 | - 'federationsettingsview', |
|
30 | - 'federationscopemenu', |
|
31 | - 'settings/personalInfo', |
|
28 | + 'usersettings', |
|
29 | + 'federationsettingsview', |
|
30 | + 'federationscopemenu', |
|
31 | + 'settings/personalInfo', |
|
32 | 32 | ]); |
33 | 33 | vendor_script('strengthify/jquery.strengthify'); |
34 | 34 | vendor_style('strengthify/strengthify'); |
@@ -85,10 +85,10 @@ discard block |
||
85 | 85 | <p class="quotatext"> |
86 | 86 | <?php if ($_['quota'] === \OCP\Files\FileInfo::SPACE_UNLIMITED): ?> |
87 | 87 | <?php print_unescaped($l->t('You are using <strong>%s</strong> of <strong>%s</strong>', |
88 | - [$_['usage'], $_['total_space']]));?> |
|
88 | + [$_['usage'], $_['total_space']]));?> |
|
89 | 89 | <?php else: ?> |
90 | 90 | <?php print_unescaped($l->t('You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)', |
91 | - [$_['usage'], $_['total_space'], $_['usage_relative']]));?> |
|
91 | + [$_['usage'], $_['total_space'], $_['usage_relative']]));?> |
|
92 | 92 | <?php endif ?> |
93 | 93 | </p> |
94 | 94 | </div> |
@@ -131,17 +131,17 @@ discard block |
||
131 | 131 | <div class="verify <?php if ($_['email'] === '' || $_['emailScope'] !== 'public') p('hidden'); ?>"> |
132 | 132 | <img id="verify-email" title="<?php p($_['emailMessage']); ?>" data-status="<?php p($_['emailVerification']) ?>" src=" |
133 | 133 | <?php |
134 | - switch($_['emailVerification']) { |
|
135 | - case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: |
|
136 | - p(image_path('core', 'actions/verifying.svg')); |
|
137 | - break; |
|
138 | - case \OC\Accounts\AccountManager::VERIFIED: |
|
139 | - p(image_path('core', 'actions/verified.svg')); |
|
140 | - break; |
|
141 | - default: |
|
142 | - p(image_path('core', 'actions/verify.svg')); |
|
143 | - } |
|
144 | - ?>"> |
|
134 | + switch($_['emailVerification']) { |
|
135 | + case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: |
|
136 | + p(image_path('core', 'actions/verifying.svg')); |
|
137 | + break; |
|
138 | + case \OC\Accounts\AccountManager::VERIFIED: |
|
139 | + p(image_path('core', 'actions/verified.svg')); |
|
140 | + break; |
|
141 | + default: |
|
142 | + p(image_path('core', 'actions/verify.svg')); |
|
143 | + } |
|
144 | + ?>"> |
|
145 | 145 | </div> |
146 | 146 | <input type="email" name="email" id="email" value="<?php p($_['email']); ?>" |
147 | 147 | <?php if(!$_['displayNameChangeSupported']) { print_unescaped('class="hidden"'); } ?> |
@@ -213,17 +213,17 @@ discard block |
||
213 | 213 | <div class="verify <?php if ($_['website'] === '' || $_['websiteScope'] !== 'public') p('hidden'); ?>"> |
214 | 214 | <img id="verify-website" title="<?php p($_['websiteMessage']); ?>" data-status="<?php p($_['websiteVerification']) ?>" src=" |
215 | 215 | <?php |
216 | - switch($_['websiteVerification']) { |
|
217 | - case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: |
|
218 | - p(image_path('core', 'actions/verifying.svg')); |
|
219 | - break; |
|
220 | - case \OC\Accounts\AccountManager::VERIFIED: |
|
221 | - p(image_path('core', 'actions/verified.svg')); |
|
222 | - break; |
|
223 | - default: |
|
224 | - p(image_path('core', 'actions/verify.svg')); |
|
225 | - } |
|
226 | - ?>" |
|
216 | + switch($_['websiteVerification']) { |
|
217 | + case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: |
|
218 | + p(image_path('core', 'actions/verifying.svg')); |
|
219 | + break; |
|
220 | + case \OC\Accounts\AccountManager::VERIFIED: |
|
221 | + p(image_path('core', 'actions/verified.svg')); |
|
222 | + break; |
|
223 | + default: |
|
224 | + p(image_path('core', 'actions/verify.svg')); |
|
225 | + } |
|
226 | + ?>" |
|
227 | 227 | <?php if($_['websiteVerification'] === \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS || $_['websiteVerification'] === \OC\Accounts\AccountManager::NOT_VERIFIED) print_unescaped(' class="verify-action"') ?> |
228 | 228 | > |
229 | 229 | <div class="verification-dialog popovermenu bubble menu"> |
@@ -260,17 +260,17 @@ discard block |
||
260 | 260 | <div class="verify <?php if ($_['twitter'] === '' || $_['twitterScope'] !== 'public') p('hidden'); ?>"> |
261 | 261 | <img id="verify-twitter" title="<?php p($_['twitterMessage']); ?>" data-status="<?php p($_['twitterVerification']) ?>" src=" |
262 | 262 | <?php |
263 | - switch($_['twitterVerification']) { |
|
264 | - case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: |
|
265 | - p(image_path('core', 'actions/verifying.svg')); |
|
266 | - break; |
|
267 | - case \OC\Accounts\AccountManager::VERIFIED: |
|
268 | - p(image_path('core', 'actions/verified.svg')); |
|
269 | - break; |
|
270 | - default: |
|
271 | - p(image_path('core', 'actions/verify.svg')); |
|
272 | - } |
|
273 | - ?>" |
|
263 | + switch($_['twitterVerification']) { |
|
264 | + case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS: |
|
265 | + p(image_path('core', 'actions/verifying.svg')); |
|
266 | + break; |
|
267 | + case \OC\Accounts\AccountManager::VERIFIED: |
|
268 | + p(image_path('core', 'actions/verified.svg')); |
|
269 | + break; |
|
270 | + default: |
|
271 | + p(image_path('core', 'actions/verify.svg')); |
|
272 | + } |
|
273 | + ?>" |
|
274 | 274 | <?php if($_['twitterVerification'] === \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS || $_['twitterVerification'] === \OC\Accounts\AccountManager::NOT_VERIFIED) print_unescaped(' class="verify-action"') ?> |
275 | 275 | > |
276 | 276 | <div class="verification-dialog popovermenu bubble menu"> |
@@ -328,9 +328,9 @@ discard block |
||
328 | 328 | </div> |
329 | 329 | <div class="personal-settings-setting-box personal-settings-password-box"> |
330 | 330 | <?php |
331 | - if($_['passwordChangeSupported']) { |
|
332 | - script('jquery-showpassword'); |
|
333 | - ?> |
|
331 | + if($_['passwordChangeSupported']) { |
|
332 | + script('jquery-showpassword'); |
|
333 | + ?> |
|
334 | 334 | <form id="passwordform" class="section"> |
335 | 335 | <h2 class="inlineblock"><?php p($l->t('Password'));?></h2> |
336 | 336 | <div id="password-error-msg" class="msg success inlineblock" style="display: none;">Saved</div> |
@@ -353,8 +353,8 @@ discard block |
||
353 | 353 | |
354 | 354 | </form> |
355 | 355 | <?php |
356 | - } |
|
357 | - ?> |
|
356 | + } |
|
357 | + ?> |
|
358 | 358 | </div> |
359 | 359 | <span class="msg"></span> |
360 | 360 | </div> |