![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Functions | |
formatSortOrderInputField ($contactTopic) | |
formatSiteList ($contactTopic) | |
reorderContactTopics () | |
Variables | |
$menu_item = "Contact Topics" | |
$title = "Contact Topics" | |
$topics = query(ContactTopic, "ORDER BY sort_order") | |
$table = new DataListView($topics, "contactTopics") | |
$sites = query(Site) | |
$table | emptyMessage = "There are no contact topics defined." |
$table | sortable = false |
$table | cssStyle = "width: 100%" |
$table | dragText = "<span style='font-size: 10px'>Click and drag to reorder contact topics</span>" |
if($method=="POST") | $script = $table->writeScript() |
formatSiteList | ( | $contactTopic | ) |
Definition at line 96 of file contact_topics.inc.
formatSortOrderInputField | ( | $contactTopic | ) |
Definition at line 89 of file contact_topics.inc.
reorderContactTopics | ( | ) |
Definition at line 102 of file contact_topics.inc.
$menu_item = "Contact Topics" |
Definition at line 47 of file contact_topics.inc.
if ( $method=="POST") $script = $table->writeScript() |
Definition at line 76 of file contact_topics.inc.
$sites = query(Site) |
Definition at line 58 of file contact_topics.inc.
$table = new DataListView($topics, "contactTopics") |
Definition at line 53 of file contact_topics.inc.
$title = "Contact Topics" |
Definition at line 49 of file contact_topics.inc.
$topics = query(ContactTopic, "ORDER BY sort_order") |
Definition at line 51 of file contact_topics.inc.
$table cssStyle = "width: 100%" |
Definition at line 64 of file contact_topics.inc.
Definition at line 66 of file contact_topics.inc.
$table emptyMessage = "There are no contact topics defined." |
Definition at line 62 of file contact_topics.inc.
$table sortable = false |
Definition at line 63 of file contact_topics.inc.