mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Change Error Page
This commit is contained in:
parent
84138bd02e
commit
a06d7db0b1
4 changed files with 11 additions and 12 deletions
Binary file not shown.
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 172 KiB |
|
@ -35,24 +35,19 @@
|
|||
|
||||
<section class="content">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<img src="./ui/ui/images/error.png" class="img-responsive hidden-sm hidden-xs">
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-10 col-md-offset-1">
|
||||
<div class="box box-danger box-solid">
|
||||
|
||||
<section class="content-header">
|
||||
<h1 class="text-center">
|
||||
{$error_title}
|
||||
</h1>
|
||||
</section>
|
||||
<div class="box-title" style="font-size:xx-large; color:red">
|
||||
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
|
||||
</div>
|
||||
<div class="box-body" style="font-size: larger;">
|
||||
<br><br>
|
||||
<center>
|
||||
<img src="./ui/ui/images/error.png" class="img-responsive hidden-sm hidden-xs"></center>
|
||||
<br>
|
||||
{$error_message}
|
||||
<br><br><br>
|
||||
<br>
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
<div class="btn-group btn-group-justified" role="group" aria-label="...">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue