![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$title = "Manage Scrolls" | |
$menu_item = "Scrolls" | |
$site_id = checkNumeric($_GET["site_id"]) | |
$sites = query(Site, "ORDER BY site_name") | |
$tabs = new DataItemTabBar("tabs", $sites) | |
$scrollsBySite | |
$scrollTable = new DataListView($scrollsBySite, "scrolls") | |
$scrollTable | sortable = true |
$scrollTable | filter = true |
$scrollTable | cssStyle = "width: 100%" |
$scrollTable | emptyMessage = "No Scrolls have been created for this site" |
$script = $scrollTable->writeScript() | |
$menu_item = "Scrolls" |
Definition at line 40 of file scrolls.inc.
$script = $scrollTable->writeScript() |
Definition at line 64 of file scrolls.inc.
$scrollsBySite |
Definition at line 49 of file scrolls.inc.
$scrollTable = new DataListView($scrollsBySite, "scrolls") |
Definition at line 54 of file scrolls.inc.
$site_id = checkNumeric($_GET["site_id"]) |
Definition at line 42 of file scrolls.inc.
$sites = query(Site, "ORDER BY site_name") |
Definition at line 44 of file scrolls.inc.
$tabs = new DataItemTabBar("tabs", $sites) |
Definition at line 48 of file scrolls.inc.
$title = "Manage Scrolls" |
Definition at line 39 of file scrolls.inc.
$scrollTable cssStyle = "width: 100%" |
Definition at line 61 of file scrolls.inc.
$scrollTable emptyMessage = "No Scrolls have been created for this site" |
Definition at line 62 of file scrolls.inc.
$scrollTable filter = true |
Definition at line 60 of file scrolls.inc.
$scrollTable sortable = true |
Definition at line 59 of file scrolls.inc.