This commit is contained in:
devdatt 2026-01-08 07:33:03 +05:30
parent 0679d64287
commit 46cbdfd484
1 changed files with 60 additions and 56 deletions

View File

@ -77,6 +77,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST" && isset($_POST["action"]) && $_POST["
padding: 10px;
}
</style>
<div class="containerindex">
<div class="grid">
<h2>Service List</h2>
<button onclick="openPopup()">Add Service</button>
@ -147,6 +149,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST" && isset($_POST["action"]) && $_POST["
<button onclick="saveService()">Save</button>
<button onclick="closePopup()">Close</button>
</div>
</div>
</div>
<script>
function openPopup() {