From 1a48b7d1d098f6319b9f77458a389a1b92d3465d Mon Sep 17 00:00:00 2001 From: Nathan Febuary <nathan@bedheadcreative.com> Date: Fri, 7 Aug 2015 10:29:43 -0500 Subject: [PATCH] Table changes to tickets.tmpl.php --- include/staff/templates/tickets.tmpl.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/staff/templates/tickets.tmpl.php b/include/staff/templates/tickets.tmpl.php index 30c04f011..038ed8057 100644 --- a/include/staff/templates/tickets.tmpl.php +++ b/include/staff/templates/tickets.tmpl.php @@ -81,20 +81,20 @@ if ($results) { ?> <tr> <?php if (0) {?> - <th width="8px"> </th> + <th width="4%"> </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><<?php echo Format::htmlchars($T['user__default_email__address']); - ?>></em</a> + ?>></em></a> </td> <?php } ?> -- GitLab