Fix striped Table
This commit is contained in:
@@ -11,11 +11,13 @@
|
|||||||
<div class="modal-body bg-white">
|
<div class="modal-body bg-white">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<tr>
|
<thead>
|
||||||
<th>Ticket Number</th>
|
<tr>
|
||||||
<th>Scope</th>
|
<th>Ticket Number</th>
|
||||||
<th class="text-right">Add to Invoice</th>
|
<th>Scope</th>
|
||||||
</tr>
|
<th class="text-right">Add to Invoice</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<?php while ($row = mysqli_fetch_array($sql_tickets_billable)) {
|
<?php while ($row = mysqli_fetch_array($sql_tickets_billable)) {
|
||||||
$ticket_id = intval($row['ticket_id']);
|
$ticket_id = intval($row['ticket_id']);
|
||||||
$ticket_subject = nullable_htmlentities($row['ticket_subject']);
|
$ticket_subject = nullable_htmlentities($row['ticket_subject']);
|
||||||
|
|||||||
Reference in New Issue
Block a user