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

View File

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