2013-11-25 18:59:37 +04:00
|
|
|
<ul>
|
|
|
|
<li class='update'>
|
2016-06-22 08:48:36 +03:00
|
|
|
<?php p($l->t('This Nextcloud instance is currently in single user mode.')) ?><br><br>
|
2015-03-18 01:57:23 +03:00
|
|
|
<?php p($l->t('This means only administrators can use the instance.')) ?><br><br>
|
2013-11-25 18:59:37 +04:00
|
|
|
<?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?>
|
2015-03-18 01:57:23 +03:00
|
|
|
<br><br>
|
|
|
|
<?php p($l->t('Thank you for your patience.')); ?><br><br>
|
2013-11-25 18:59:37 +04:00
|
|
|
<a class="button" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>><?php p($l->t('Log out')); ?></a>
|
|
|
|
</li>
|
|
|
|
</ul>
|