SimpleDesk API
Procedural File: SimpleDesk-Admin.template.php
Source Location: /template/SimpleDesk-Admin.template.phpDisplays SimpleDesk's administration panel, options pages, action log and the get-support page.
Tags:
- since
- 1.0
Contains the following functions:
template_shd_action_log [line 526]
void template_shd_action_log (
)
Display the action log.
Little real work is done in this template; mostly is just iterating through the already-processed contents of the action log as done by shd_admin_action_log().
Tags:
- see
- shd_admin_action_log()
- since
- 1.0
Return value
This function has no return value.[ Top ]
template_shd_admin [line 25]
void template_shd_admin (
)
Display the main information center for the administration panel.
This function handles output of data populated by shd_admin_info():
- upgraded SD version advisory
- latest news from SimpleDesk.net
- basic version check
- count of open/closed/recycled tickets in the helpdesk in total
- list of current helpdesk staff
- credits
Tags:
- see
- shd_admin_info()
- since
- 1.0
Return value
This function has no return value.[ Top ]
template_shd_show_settings [line 250]
void template_shd_show_settings (
)
Display options as set up by the options functions.
This is a modified version of the standard SMF template for displaying settings, mostly so we have access to a custom BBC template.
In short, SMF's functions call the relevant function in SimpleDesk-Admin.php to gather which options should be displayed, store in $context, then pass it here.
The same template services all of the defined areas inside Admin: SimpleDesk: Options.
Tags:
- see
- shd_admin_options()
- since
- 1.0
Return value
This function has no return value.[ Top ]
template_shd_support [line 628]
void template_shd_support (
)
Displays the get-support form for posting directly to the SimpleDesk support board.
This is little more than a simple HTML form, most of the real work is hidden behind the scenes in SimpleDesk's own site.
Tags:
- see
- shd_admin_support()
- since
- 1.0
Return value
This function has no return value.[ Top ]



