Beispiel #1
0
        <? endif; ?>

      </div>
    </div>
    <!--[/TICKET INFORMATIONS]-->

    <!--[TICKET HISTORY]-->
    <div id='ticketHistory' class='defaultBody'>
      <div id="historyCaption" class='defaultCaption'>
      	<img alt="Ticket"  id='arrowHistory<?=$uid?>' src="<?= TEMPLATEDIR ?>images/arrow_hide.gif"  onclick='baseActions.toogleArrow( this.id, "historyContent<?=$uid?>")' class="menuArrow"/>
      	<span><?=TICKET_HISTORY?></span>
      </div>

      <div id="historyContent<?=$uid?>" >
        <?= TemplateHandler::showHistory($ArMessages, $ArAttachments); ?>
      </div>
    </div>
    <!--[/TICKET HISTORY]-->

    <!--[TICKET ANSWER]-->
    <? if(!$preview) : ?>
    	<div id='ticketAnswer' class='defaultBody'>
    	  <div id='answerCaption' class='defaultCaption'>
    	  	<img alt="Ticket" id='arrowAnswer<?=$uid?>' src="<?= TEMPLATEDIR ?>images/arrow_hide.gif" onclick='baseActions.toogleArrow( this.id, "answerContent<?=$uid?>")' class="menuArrow"/>
    	  	<span><?=ANSWER?></span>
    	  </div>

    	  <div id="answerContent<?=$uid?>" >
    	    <form method="POST" id="formAnswer" target="ajaxSubmit" action="<?=TEMPLATEDIR?>ticket.php" enctype="multipart/form-data" onsubmit='this.didSubmit.value="true"; if(isEmpty(gID("TxMessage").value)){ flowWindow.alert(i18n.answerPreviewNoAnswer); return false; }'>
    	      <div id='messageType' class='Left'>