Initial add service functionaliy complete

This commit is contained in:
Marcus Hill 2022-01-27 22:03:43 +00:00
parent 49d785259b
commit d2da0545e1
2 changed files with 3 additions and 2 deletions

View File

@ -73,7 +73,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$service_importance_display = "-"; $service_importance_display = "-";
} }
?> ?>
<tr> <tr>

View File

@ -95,7 +95,6 @@
</div> </div>
</div> </div>
<div class="tab-pane fade" id="pills-general"> <div class="tab-pane fade" id="pills-general">
<div class="form-group"> <div class="form-group">
<label for="contacts">Contacts</label> <label for="contacts">Contacts</label>
@ -144,6 +143,9 @@
?> ?>
</select> </select>
</div> </div>
<!-- TODO: Services related to other services & certificates -->
</div> </div>