--- AgentMailboxTicket.dtl.org	2004-02-10 22:48:26.000000000 +0100
+++ AgentMailboxTicket.dtl	2004-02-11 00:45:51.000000000 +0100
@@ -38,7 +38,9 @@
 </tr>
 </table>
 
-<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
+<dtl if ($Config{"ShowCustomerInfoQueueLite"} eq "1") { $Data{"Cols"} = "3"; }>
+<dtl if ($Config{"ShowCustomerInfoQueueLite"} eq "1") { $Data{"Cols"} = "2"; }>
+<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="$Data{"Cols"}">
 <tr> 
   <td valign="top" width="60%" class="table1">
   <table border="0" width="100%" cellspacing="0" cellpadding="1">
@@ -86,11 +88,7 @@
       <td><b>$Text{"Queue"}:</b></td>
       <td><font color="red"><div title="$Quote{"$Data{"Queue"}"}">$Quote{"$Data{"Queue"}","14"}</div></font></td>
     </tr>
-    </table>
-  </td>
-  <td width="20%" align="left" valign="top" class="PriorityID-$Data{"PriorityID"}">
-    <table border="0">
-    <tr valign="top">
+   <tr valign="top">
       <td><b>$Text{"CustomerID"}:</b></td>
       <td><a href="$Config{"CustomerDBLink"}" $Config{"CustomerDBLinkTarget"}>$Quote{"$Data{"CustomerID"}","14"}</a></td>
     </tr>
@@ -109,6 +107,8 @@
 # --
     </table>
   </td>
+<dtl if ($Config{"ShowCustomerInfoQueueLite"} eq "1") { $Data{"CustomerInfo"} = "<td width="20%" align="left" valign="top" class="PriorityID-$Data{"PriorityID"}">$Data{"CustomerTableLite"}</td>"; }>
+    $Data{"CustomerInfo"}
 </tr>
 </table>
 <!-- end ticket -->
