Add simple error page box
This commit is contained in:
parent
ed95043ffd
commit
1c7df6b102
8
templates/default/error/page_error.tem
Executable file
8
templates/default/error/page_error.tem
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
<div class="small-8 small-centered columns">
|
||||||
|
<table class="notebox notebox-error">
|
||||||
|
<tr>
|
||||||
|
<td class="nbox-image show-for-medium"><img src="{V_[templatepath]}images/error.png" width="48" height="48" alt="error" /></td>
|
||||||
|
<td class="nbox-text">%(message)s</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
Loading…
x
Reference in New Issue
Block a user