pretty url error page

This commit is contained in:
iBNu Maksum 2025-02-03 12:10:33 +07:00
parent 31dda69d3d
commit 609a24df80
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 4 additions and 3 deletions

View File

@ -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!"
} }

View File

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