ORB/templates/default/error/error_box.tem

6 lines
248 B
Plaintext
Executable File

<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>