mirror of https://github.com/itflow-org/itflow
client_login_add_modal.php - capitalize 'software'
This commit is contained in:
parent
39b4bce09e
commit
acbc935519
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue