mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix some formatting and additonal white space before contact name in Ticket Details
This commit is contained in:
24
ticket.php
24
ticket.php
@@ -464,26 +464,22 @@ if (isset($_GET['ticket_id'])) {
|
||||
<div>
|
||||
<h4 class="text-secondary">Contact</h4>
|
||||
<span class="">
|
||||
<i class="fa fa-fw fa-user text-secondary ml-1 mr-2 mb-2"></i>
|
||||
<a href="client_contact_details.php?client_id=<?php echo $client_id; ?>&contact_id=<?php echo $contact_id; ?>" class="text-dark">
|
||||
<strong><?php echo strtoupper($contact_name); ?></strong>
|
||||
</a>
|
||||
<i class="fa fa-fw fa-user text-secondary ml-1 mr-2 mb-2"></i>
|
||||
<a href="client_contact_details.php?client_id=<?php echo $client_id; ?>&contact_id=<?php echo $contact_id; ?>" class="text-dark">
|
||||
<strong><?php echo strtoupper($contact_name); ?></strong>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
|
||||
<span class="ml-1">
|
||||
<a href="#" tabindex="0" role="button" data-toggle="popover" title="Related Tickets" data-html="true" data-content="
|
||||
Open tickets: <strong><a href='tickets.php?contact_id=<?php echo $contact_id; ?>&status=Open'><?php echo $ticket_related_open; ?></a></strong><br>
|
||||
Closed tickets: <strong><a href='tickets.php?contact_id=<?php echo $contact_id; ?>&status=Closed'><?php echo $ticket_related_closed; ?></a></strong>
|
||||
">
|
||||
<!-- <span class="badge bg-secondary">--><?php //echo $ticket_related_total; ?><!--</span>-->
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<a href="#" tabindex="0" role="button" data-toggle="popover" title="Related Tickets" data-html="true"
|
||||
data-content = "Open tickets: <strong><a href='tickets.php?contact_id=<?php echo $contact_id; ?>&status=Open'><?php echo $ticket_related_open; ?></a></strong><br>
|
||||
Closed tickets: <strong><a href='tickets.php?contact_id=<?php echo $contact_id; ?>&status=Closed'><?php echo $ticket_related_closed; ?></a></strong>">
|
||||
<!-- <span class="badge bg-secondary">--><?php //echo $ticket_related_total; ?><!--</span>-->
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
if (!empty($location_name)) { ?>
|
||||
|
||||
Reference in New Issue
Block a user