![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$link_library_id = checkNumeric($_GET["link_library_id"]) | |
$library = new LinkLibrary($link_library_id) | |
$links = $library->Links("ORDER BY title, url") | |
$table = new DataListView($links, "link_records") | |
$table | dragText = "<span style='font-size: 10px'>Click and drag to reorder links</span>" |
$script = $table->writeScript() | |
$library = new LinkLibrary($link_library_id) |
Definition at line 9 of file library_link_list.inc.
$link_library_id = checkNumeric($_GET["link_library_id"]) |
Definition at line 7 of file library_link_list.inc.
$links = $library->Links("ORDER BY title, url") |
Definition at line 10 of file library_link_list.inc.
$script = $table->writeScript() |
Definition at line 21 of file library_link_list.inc.
$table = new DataListView($links, "link_records") |
Definition at line 12 of file library_link_list.inc.
Definition at line 19 of file library_link_list.inc.