mirror of https://github.com/itflow-org/itflow
Merge branch 'master' of github.com:itflow-org/itflow
This commit is contained in:
commit
4e075b9762
|
|
@ -170,13 +170,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>software</label>
|
<label>Software</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text"><i class="fa fa-fw fa-box"></i></span>
|
<span class="input-group-text"><i class="fa fa-fw fa-box"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<select class="form-control select2" name="software">
|
<select class="form-control select2" name="software">
|
||||||
<option value="">- software -</option>
|
<option value="">- Software -</option>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$sql = mysqli_query($mysqli, "SELECT * FROM software WHERE software_client_id = $client_id ORDER BY software_name ASC");
|
$sql = mysqli_query($mysqli, "SELECT * FROM software WHERE software_client_id = $client_id ORDER BY software_name ASC");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue