Merge pull request #6535 from nextcloud/enh/noid/move-button-to-new-line

app: move the button to a new line
This commit is contained in:
Simon L. 2025-06-20 10:20:17 +02:00 committed by GitHub
commit f13ed5b637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ declare(strict_types=1);
*/ */
/** @var array $_ */ ?> /** @var array $_ */ ?>
<div id="allinone" class="section"> <div id="allinone" class="section">
<h2><?php p($l->t('Nextcloud All-in-One'));?></h2> <h2><?php p($l->t('Nextcloud All-in-One'));?></h2><br/>
<a href="<?php p($_['AIOLoginUrl']);?>" class="button" target="_blank">Open Nextcloud AIO Interface </a><br><br> <a href="<?php p($_['AIOLoginUrl']);?>" class="button" target="_blank">Open Nextcloud AIO Interface </a><br><br>
<p><a href="https://github.com/nextcloud/all-in-one#how-to-easily-log-in-to-the-aio-interface">Click here for more infos on this feature (e.g. also on how to change the link in the button)</a></p> <p><a href="https://github.com/nextcloud/all-in-one#how-to-easily-log-in-to-the-aio-interface">Click here for more infos on this feature (e.g. also on how to change the link in the button)</a></p>
</div> </div>