<%-- File : hd_history.html Description : Displays the activity history of a help desk call. --%> <%include user_include_header.html%>
<%if error%>
<%error%>

<%elseif msg%>
<%msg%>

<%endif%>
<%lang_tag('WORD_MODIFY')%> <%Call%> <%lang_tag('WORD_CUSTOMER')%> <%lang_tag('WORD_INFO')%> <%Call%> <%lang_tag('WORD_HISTORY')%>
<%loop history_loop%> bgcolor="#E8EAE8"<%endif%>> <%endloop%>
<%lang_tag('WORD_DATE')%> <%lang_tag('WORD_TIME')%>  <%lang_tag('WORD_PRIORITY')%>

 

  <%Call%> <%lang_tag('WORD_HISTORY')%>

<%corr_date%>  <%corr_time%>  <%WonderDesk::HTML::priority_string($corr_priority)%> <%if corr_history%><%corr_history%><%endif%>

<%include user_include_footer.html%>