fix(legacy): improve error messages and logs

This commit is contained in:
jo 2023-02-01 20:11:00 +01:00 committed by Kyle Robbertze
parent 1e6c5a84d3
commit c34f02d916
3 changed files with 10 additions and 2 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>