Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/personal.php')
-rw-r--r--templates/personal.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/personal.php b/templates/personal.php
index 45097c4..44c7d44 100644
--- a/templates/personal.php
+++ b/templates/personal.php
@@ -30,12 +30,16 @@ script('ransomware_protection', 'ransomware_protection');
<div id="ransomware_protection" class="section">
<h2 class="inlineblock"><?php p($l->t('Ransomware protection')); ?></h2>
- <p id="ransomware_protection_protected" class="<?php if ($_['disabledUntil']) { p('hidden'); } ?>">
+ <p id="ransomware_protection_protected" class="<?php if ($_['disabledUntil']) {
+ p('hidden');
+} ?>">
<span class="icon icon-checkmark-color svg"></span>
<?php p($l->t('Protection is currently active')); ?>
</p>
- <p id="ransomware_protection_paused" class="<?php if (!$_['disabledUntil']) { p('hidden'); } ?>">
+ <p id="ransomware_protection_paused" class="<?php if (!$_['disabledUntil']) {
+ p('hidden');
+} ?>">
<span class="icon icon-error-color svg"></span>
<span><?php print_unescaped($l->t('Protection is currently paused until: <strong>%s</strong>', $_['disabledUntil'])); ?></span><br>