![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Taxonomies" | |
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) | |
$taxonomy = new Taxonomy() | |
$terms = $taxonomy->Terms("ORDER BY sort_order, term") | |
$table = new DataListView($terms, "terms") | |
$table | dragText = "<span style='font-size: 10px'>Click and drag to change the display order for terms in this taxonomy</span>" |
$table | emptyMessage = "No terms have been added to this taxonomy" |
$script = $table->writeScript() | |
$tabs = TaxonomyManager::getTabs($taxonomy_id) | |
$tabs | page = "/admin/taxonomy_terms" |
$menu_item = "Taxonomies" |
Definition at line 37 of file reorder_taxonomy_terms.inc.
$script = $table->writeScript() |
Definition at line 63 of file reorder_taxonomy_terms.inc.
$table = new DataListView($terms, "terms") |
Definition at line 55 of file reorder_taxonomy_terms.inc.
$tabs = TaxonomyManager::getTabs($taxonomy_id) |
Definition at line 65 of file reorder_taxonomy_terms.inc.
$taxonomy = new Taxonomy() |
Definition at line 41 of file reorder_taxonomy_terms.inc.
if (! $taxonomy_id) $taxonomy_id = checkNumeric($_GET["taxonomy_id"]) |
Definition at line 39 of file reorder_taxonomy_terms.inc.
$terms = $taxonomy->Terms("ORDER BY sort_order, term") |
Definition at line 53 of file reorder_taxonomy_terms.inc.
$table dragText = "<span style='font-size: 10px'>Click and drag to change the display order for terms in this taxonomy</span>" |
Definition at line 60 of file reorder_taxonomy_terms.inc.
$table emptyMessage = "No terms have been added to this taxonomy" |
Definition at line 61 of file reorder_taxonomy_terms.inc.
$tabs page = "/admin/taxonomy_terms" |
Definition at line 66 of file reorder_taxonomy_terms.inc.