mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
Merge branch 'master' of github.com:itflow-org/itflow
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user