input
This commit is contained in:
parent
0679d64287
commit
46cbdfd484
|
|
@ -77,6 +77,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST" && isset($_POST["action"]) && $_POST["
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<div class="containerindex">
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
<h2>Service List</h2>
|
<h2>Service List</h2>
|
||||||
<button onclick="openPopup()">Add Service</button>
|
<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="saveService()">Save</button>
|
||||||
<button onclick="closePopup()">Close</button>
|
<button onclick="closePopup()">Close</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function openPopup() {
|
function openPopup() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue