- Upgraded "[_Select2_](https://select2.org/)" js lib `v4.0.6-rc.1` → `v4.0.13` - Fixed some issues where changed map settings (e.g. "share") do not get updated/stored, closed #889, closed #925 - Moved ajax endpoints for map create/update/delete into `/Api/Rest/` dir - Minor UI improvements for "manual dialog" (fixed pixelated text)
21 lines
807 B
HTML
21 lines
807 B
HTML
<div class="pf-splash pf-splash-warning" data-status="warning">
|
|
<div class="pf-color-line warning"></div>
|
|
<div class="pf-splash-title">
|
|
<h1>
|
|
<span class="txt-color txt-color-warning">
|
|
<i class="fas fa-fw fa-exclamation-triangle"></i> Error - {{ @errorData->code }}
|
|
</span>
|
|
</h1>
|
|
<p class="lead">
|
|
Status: "<b>{{ @errorData->status }}</b>".
|
|
Use your browsers Back button to navigate to the page you have previously come
|
|
<a href="{{ @errorData->redirectUrl }}">from</a>.<br>
|
|
|
|
<check if="{{ @errorData->text }}">
|
|
Message: {{ @errorData->text }}
|
|
</check>
|
|
</p>
|
|
</div>
|
|
|
|
<include if="{{ @DEBUG == 3 }}" href="{{ 'templates/ui/debug.html' }}" />
|
|
</div> |