pretty url error page
This commit is contained in:
parent
31dda69d3d
commit
609a24df80
@ -962,5 +962,6 @@
|
|||||||
"Show_chart": "Show chart",
|
"Show_chart": "Show chart",
|
||||||
"Max_30_days": "Max 30 days",
|
"Max_30_days": "Max 30 days",
|
||||||
"Information": "Information",
|
"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>
|
</section>
|
||||||
<div class="box-body" style="font-size: larger;">
|
<div class="box-body" style="font-size: larger;">
|
||||||
<center>
|
<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>
|
<br>
|
||||||
{$error_message}
|
{$error_message}
|
||||||
<br>
|
<br>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user