Skip to content
Snippets Groups Projects
Unverified Commit 7e5956a9 authored by Julius Härtl's avatar Julius Härtl
Browse files

Limit the size of the container on guest pages


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 4b28da1d
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,8 @@ body {
}
.wrapper {
max-width: 100%;
width: 100%;
max-width: 700px;
margin-top: 10vh;
}
......
......@@ -14,7 +14,7 @@
<?php if ($_['tooBig']) { ?>
<div class="warning updateAnyways">
<?php p($l->t('I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.' )); ?>
<p><?php p($l->t('I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.' )); ?></p>
<a href="?IKnowThatThisIsABigInstanceAndTheUpdateRequestCouldRunIntoATimeoutAndHowToRestoreABackup=IAmSuperSureToDoThis" class="button updateAnywaysButton"><?php p($l->t('Upgrade via web on my own risk' )); ?></a>
</div>
<?php } ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment