singleuser.user.php 518 B

1234567891011
  1. <ul>
  2. <li class='update'>
  3. <?php p($l->t('This ownCloud instance is currently in single user mode.')) ?><br /><br />
  4. <?php p($l->t('This means only administrators can use the instance.')) ?><br /><br />
  5. <?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?>
  6. <br /><br />
  7. <?php p($l->t('Thank you for your patience.')); ?><br /><br />
  8. <a class="button" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>><?php p($l->t('Log out')); ?></a>
  9. </li>
  10. </ul>