js
This commit is contained in:
@@ -305,6 +305,6 @@
|
||||
</div>
|
||||
<div class="bg-white p-[15px] border-[#FAFAFB] rounded-[0_0_10px_10px] shadow-[0_1px_1px_0px_#0000001A]">
|
||||
<input class="w-[82px] h-[32px] bg-[#0041E8] rounded-[4px] text-white cursor-pointer" id="submit-collection-btn"
|
||||
name="commit" type="submit" value="Cập nhật" />
|
||||
name="commit" type="button" value="Cập nhật" onclick="AdminFunction.checkForm(true)" />
|
||||
</div>
|
||||
</form>
|
||||
@@ -28,7 +28,7 @@
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div id="overlay"></div>
|
||||
|
||||
<div class="admin-global-container">
|
||||
|
||||
@@ -297,13 +297,26 @@
|
||||
<!-- Content -->
|
||||
{{ page_content }}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="status-notificatiom">
|
||||
<a href="javascript:void(0)" class="icon-close" onclick="AdminFunction.closeForm()"><i
|
||||
class="fa fa-times"></i></a>
|
||||
<div class="content flex flex-col items-center justify-center">
|
||||
<i class="fa fa-check"></i>
|
||||
<b>Cập nhật thành công</b>
|
||||
<p>Đơn hàng #000-368 đã được cập nhật thành công</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/datepicker.min.js"></script>
|
||||
<script src="{{ 'global.js' | asset_url }}"></script>
|
||||
<script src="{{ 'global.js' | asset_url }}?v=1"></script>
|
||||
<!-- <script src="../dist/index.js"></script> -->
|
||||
{% include javascript/index %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user