This file handles just displaying a ticket, its replies and working with SimpleDesk-Post.template.php to arrange the quick reply area.
It is responsible for all the processing and display of the data gathered in {@link} to the user, and in fact there is little to discuss other than simply displaying the ticket in given HTML. It is also responsible for displaying attachments either to the ticket (in attachments-in-ticket mode) or to the first post (in attachments-in-replies mode), and calling upon the posting routines to set up display of 'advanced' mode in quick reply.
We pull the content into a single column this way to ensure floatleft items are handled properly.
This function displays all the attachments in the current ticket while in ticket view, rather than when in replies view (which is handled by {@link} instead; this function was previously was part of {@link}.
Display user-specific notification information.
This template displays the "Additional information" block below the ticket body. It contains any custom fields that the admin has set to display there.
This function handles displaying of the templates that make up the Quick Reply / Go Advanced area, drawing on {@link} for core posting templates. Prior to 1.1 this was part of {@link}
This function outputs the HTML necessary to display attachments with thumbnails inline with each reply.
Parameter: $msg
Expected type: int
The message id to look in $context['ticket_attach']['reply'] for attachments.
This function deals simply with viewing of replies in a ticket, including deleted replies, which is initialised in {@link} and data gathered through the {@link} call back, which simply deals with a single reply at a time.
Displays the block of tickets that have a relationship to this one.
Displays all the non-post type events that apply to the current ticket, as a subset of the master action log. Data is gathered from {@link}
The helpdesk is disabled to non admins while in maintenance mode, but this template is added to the template layers if the user is an admin and it's in maintenance mode.
This template is added to the template layers, because SMF requires a layer have both a layer before and after the main content.
All of the Javascript we have.
Javascript for Privacy
Javascript for Urgency
Javascript for Quick Reply
Javascript for Ajax Assign
Javascript for Ajax Assign
Javascript for Action Log
Javascript for Advanced QuickRely
Page created in 0.017 seconds with 11 queries.