SimpleDesk API
Procedural File: SimpleDesk-TicketTopicMove.template.php
Source Location: /template/SimpleDesk-TicketTopicMove.template.phpThis file handles gathering user options when moving a ticket to/from the helpdesk, from/to a forum thread, specifically getting details like whether to send a PM to the user (including the PM contents), as well as if sending to a board, which board.
Tags:
- since
- 1.0
Contains the following functions:
template_shd_tickettotopic [line 25]
void template_shd_tickettotopic (
)
Display a list of requirements for moving a ticket to a topic.
When moving a ticket to the forum, certain information is required: the board to move to, whether to send the ticket starter a personal message (and if so, the contents of the message) and what to do in the event there are deleted replies to deal with. This function handles showing the form to the user.
Tags:
- see
- shd_tickettotopic()
- see
- shd_tickettotopic2()
- since
- 1.0
Return value
This function has no return value.[ Top ]
template_shd_topictoticket [line 125]
void template_shd_topictoticket (
)
Display a list of requirements for moving a topic to a ticket.
When moving a ticket from the forum, only a little information is required; basically, whether to send a personal message (and what message) to the topic/ticket starter or not.
Tags:
- see
- shd_topictoticket()
- see
- shd_topictoticket2()
- since
- 1.0
Return value
This function has no return value.[ Top ]



