update database
This commit is contained in:
@@ -415,13 +415,14 @@
|
||||
<!-- Header -->
|
||||
<header class="header">
|
||||
<div class="header-content">
|
||||
<button class="back-button" onclick="goBack()">
|
||||
<button class="back-button" onclick="window.location.href='index.html'">
|
||||
|
||||
<i class="fas fa-arrow-left"></i>
|
||||
</button>
|
||||
<h1 class="header-title">Quản lý Nhà mẫu</h1>
|
||||
<button class="add-button" onclick="createNewNhaMau()">
|
||||
<i class="fas fa-plus"></i>
|
||||
</button>
|
||||
<button class="back-button" onclick="window.location.href='nha-mau-create.html'">
|
||||
<i class="fas fa-plus"></i>
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -578,9 +579,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Floating Create Button -->
|
||||
<button class="floating-create-btn" onclick="createNewNhaMau()">
|
||||
<!--<button class="floating-create-btn" onclick="createNewNhaMau()">
|
||||
<i class="fas fa-plus"></i>
|
||||
</button>
|
||||
</button>-->
|
||||
|
||||
<script>
|
||||
function goBack() {
|
||||
|
||||
Reference in New Issue
Block a user