feat: Working purchase order table and form.
This commit is contained in:
6
Resources/Views/btn/close-form.leaf
Normal file
6
Resources/Views/btn/close-form.leaf
Normal file
@@ -0,0 +1,6 @@
|
||||
<a href="javascript:void(0)"
|
||||
class="closebtn"
|
||||
onClick="toggleContent('form')"
|
||||
>
|
||||
×
|
||||
</a>
|
||||
6
Resources/Views/btn/toggle-form.leaf
Normal file
6
Resources/Views/btn/toggle-form.leaf
Normal file
@@ -0,0 +1,6 @@
|
||||
<a href="javascript:void(0)"
|
||||
onclick="toggleContent('form')"
|
||||
class="btn-add"
|
||||
>
|
||||
+
|
||||
</a>
|
||||
Reference in New Issue
Block a user