pretty url error page
This commit is contained in:
parent
31dda69d3d
commit
609a24df80
@ -962,5 +962,6 @@
|
||||
"Show_chart": "Show chart",
|
||||
"Max_30_days": "Max 30 days",
|
||||
"Information": "Information",
|
||||
"Export_and_Print_will_show_all_data_without_pagination": "Export and Print will show all data without pagination"
|
||||
"Export_and_Print_will_show_all_data_without_pagination": "Export and Print will show all data without pagination",
|
||||
"Free_Internet_Plan_updated_successfully_": "Free Internet Plan updated successfully!"
|
||||
}
|
@ -43,7 +43,7 @@
|
||||
</section>
|
||||
<div class="box-body" style="font-size: larger;">
|
||||
<center>
|
||||
<img src="./ui/ui/images/error.png" class="img-responsive hidden-sm hidden-xs"></center>
|
||||
<img src="{$app_url}/ui/ui/images/error.png" class="img-responsive hidden-sm hidden-xs"></center>
|
||||
<br>
|
||||
{$error_message}
|
||||
<br>
|
||||
@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<img src="./ui/ui/images/error.png" class="img-responsive hidden-md hidden-lg">
|
||||
<img src="{$app_url}/ui/ui/images/error.png" class="img-responsive hidden-md hidden-lg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user