Merge branch '3.0.x' into main

This commit is contained in:
jo 2023-02-26 20:16:38 +01:00
commit 9384df7be2
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
16 changed files with 200 additions and 61 deletions

View file

@ -12,7 +12,12 @@
<h2><?php echo _("Oops!") ?></h2>
<p><?php echo _("Something went wrong!") ?></p>
<div class="button-bar">
<a class="toggle-button" href="<?php echo $this->helpUrl; ?>"><?php echo _("Help") ?></a>
<a class="toggle-button" href="<?php echo TROUBLESHOOTING_URL; ?>" target="_blank">
<?php echo _("Troubleshooting help") ?>
</a>
<a class="toggle-button" href="<?php echo $this->helpUrl; ?>" target="_blank">
<?php echo _("More help") ?>
</a>
</div>
</div>
</body>