예제 #1
0
    <p>
      <label for='StCategory'><?php 
echo CATEGORY;
?>
</label>
      <?php 
echo TemplateHandler::createCategory_PriorityCombobox($ArCategories, 'StCategory', 'StCategory', 'inputCombo');
?>
    </p>
    <p>
      <label for='StPriority'><?php 
echo PRIORITY;
?>
</label>
      <?php 
echo TemplateHandler::createCategory_PriorityCombobox($ArPriorities, 'StPriority', 'StPriority', 'inputCombo');
?>
    </p>
    <div id='sendTo'>
      <h3><?php 
echo SEND_TO;
?>
</h3>
      <?php 
echo TemplateHandler::createFormattedCombo($ArDepartments, 'IDRecipient', 'IDRecipient', 'inputCombo');
?>
      <?php 
if (F1DeskUtils::IsSupporter()) {
    ?>
      <p><?php 
    echo CLICK;