homepage action button added

This commit is contained in:
Darel
2018-03-19 14:17:09 +08:00
parent b09366e3ab
commit f62df69325
2 changed files with 5 additions and 1 deletions
BIN
View File
Binary file not shown.
+5 -1
View File
@@ -401,8 +401,12 @@
<!-- Content List Spawner Start Here-->
<div class="form-divider"></div>
<div id="content">
<div class="form-row txt-center">
Home is empty, do you want to add new shipping order?
</div>
<div class="form-row txt-center">
<a href="shipping-order.html" style="width:50%; margin-left:25%;" class="button block blue">Add New SO</a>
</div>
<div class="form-divider"></div>