예제 #1
0
파일: ticket.php 프로젝트: ashton/f1desk
     <?if(is_numeric($IDDepartment)):?>
       <th><?=TICKET_HEADER_DEPARTMENT?></th>
     <?endif;?>
     <th><?=TICKET_HEADER_SUPPORTER?></th>
     <? if ($isSupporter && !$preview): ?>
       <th colspan='3'><?=TICKET_HEADER_ACTIONS?></th>
     <? endif; ?>
   </tr>
 </thead>
 <tbody>
   <tr>
     <td class='TicketNumber'>#<?= $IDTicket ?></td>
     <td><?= $DtOpened ?></td>
     <td><?= constant($StSituation) ?></td>
     <?if(is_numeric($IDDepartment)):?>
       <td><?=TemplateHandler::createHeaderDepartmentCombo($ArDepartments, $IDDepartment, $IDTicket,'Departments', 'inputCombo',$preview);?></td>
     <?endif;?>
     <td>
       <?if ($isSupporter) : ?>
         <?= TemplateHandler::createSupportersCombo($IDTicket, $IDDepartment, $ArSupporters, $ArHeaders, 'StSupporter','inputCombo', $preview); ?>
       <? else : ?>
         <?= $StSupporter ?>
       <? endif ?>
     </td>
     <? if ($isSupporter && !$preview): ?>
     <td>
       <a href='javascript:void(0);' onclick='Ticket.attachTicket(<?=$IDTicket?>,"<?=$IDDepartment?>");'>
         <img src='<?= TEMPLATEDIR ?>images/attach.png' alt='Attach Ticket' title='Attach Ticket'>
       </a>
     </td>
     <td>