Skip to content
Snippets Groups Projects
Commit 9d5aa524 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1441 from Chefkeks/patch-7


i18n: Add a few forgotten strings #2

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 86086818 76a24a78
No related branches found
No related tags found
No related merge requests found
......@@ -454,7 +454,8 @@ if ($results) {
</td>
<?php } ?>
<td title="<?php echo $row['email']; ?>" nowrap>
<a class="Icon <?php echo strtolower($row['source']); ?>Ticket ticketPreview" title="Preview Ticket"
<a class="Icon <?php echo strtolower($row['source']); ?>Ticket ticketPreview"
title="<?php echo __('Preview Ticket'); ?>"
href="tickets.php?id=<?php echo $row['ticket_id']; ?>"><?php echo $tid; ?></a></td>
<td align="center" nowrap><?php echo Format::db_datetime($row['effective_date']); ?></td>
<td><a <?php if ($flag) { ?> class="Icon <?php echo $flag; ?>Ticket" title="<?php echo ucfirst($flag); ?> Ticket" <?php } ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment