Skip to content
Snippets Groups Projects
Commit 1a48b7d1 authored by Nathan Febuary's avatar Nathan Febuary Committed by Jared Hancock
Browse files

Table changes to tickets.tmpl.php

parent 9cd84c26
No related branches found
No related tags found
No related merge requests found
......@@ -81,20 +81,20 @@ if ($results) { ?>
<tr>
<?php
if (0) {?>
<th width="8px">&nbsp;</th>
<th width="4%">&nbsp;</th>
<?php
} ?>
<th width="70"><?php echo __('Ticket'); ?></th>
<th width="120"><?php echo __('Last Updated'); ?></th>
<th width="70"><?php echo __('Status'); ?></th>
<th width="380"><?php echo __('Subject'); ?></th>
<th width="10%"><?php echo __('Ticket'); ?></th>
<th width="18%"><?php echo __('Last Updated'); ?></th>
<th width="8%"><?php echo __('Status'); ?></th>
<th width="30%"><?php echo __('Subject'); ?></th>
<?php
if ($user) { ?>
<th width="125"><?php echo __('Department'); ?></th>
<th width="125"><?php echo __('Assignee'); ?></th>
<th width="15%"><?php echo __('Department'); ?></th>
<th width="15%"><?php echo __('Assignee'); ?></th>
<?php
} else { ?>
<th width="250"><?php echo __('User'); ?></th>
<th width="30%"><?php echo __('User'); ?></th>
<?php
} ?>
</tr>
......@@ -159,7 +159,7 @@ if ($results) { ?>
echo '<span class="faded-more" data-toggle="tooltip" title="'
.$T['collab_count'].'"><i class="icon-group"></i></span>';
?>
</span></td>
</td>
<?php
if ($user) {
$dept = Dept::getLocalById($T['dept_id'], 'name', $T['dept__name']); ?>
......@@ -172,7 +172,7 @@ if ($results) { ?>
<td><a class="truncate" style="max-width:250px" href="users.php?id="<?php
echo $T['user_id']; ?>><?php echo Format::htmlchars($T['user__name']);
?> <em>&lt;<?php echo Format::htmlchars($T['user__default_email__address']);
?>&gt;</em</a>
?>&gt;</em></a>
</td>
<?php
} ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment