client_login_add_modal.php - capitalize 'software'

This commit is contained in:
wrongecho 2023-06-03 21:24:54 +01:00 committed by GitHub
parent 39b4bce09e
commit acbc935519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -170,13 +170,13 @@
</div>
<div class="form-group">
<label>software</label>
<label>Software</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-box"></i></span>
</div>
<select class="form-control select2" name="software">
<option value="">- software -</option>
<option value="">- Software -</option>
<?php
$sql = mysqli_query($mysqli, "SELECT * FROM software WHERE software_client_id = $client_id ORDER BY software_name ASC");