fix(legacy): improve error messages and logs
This commit is contained in:
parent
1e6c5a84d3
commit
c34f02d916
3 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue