CMS  Version 3.9
reorder_taxonomy_terms.inc File Reference

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"
 

Variable Documentation

◆ $menu_item

$menu_item = "Taxonomies"

Definition at line 37 of file reorder_taxonomy_terms.inc.

◆ $script

$script = $table->writeScript()

Definition at line 63 of file reorder_taxonomy_terms.inc.

◆ $table

$table = new DataListView($terms, "terms")

Definition at line 55 of file reorder_taxonomy_terms.inc.

◆ $tabs

$tabs = TaxonomyManager::getTabs($taxonomy_id)

Definition at line 65 of file reorder_taxonomy_terms.inc.

◆ $taxonomy

$taxonomy = new Taxonomy()

Definition at line 41 of file reorder_taxonomy_terms.inc.

◆ $taxonomy_id

if (! $taxonomy_id) $taxonomy_id = checkNumeric($_GET["taxonomy_id"])

Definition at line 39 of file reorder_taxonomy_terms.inc.

◆ $terms

$terms = $taxonomy->Terms("ORDER BY sort_order, term")

Definition at line 53 of file reorder_taxonomy_terms.inc.

◆ dragText

$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.

◆ emptyMessage

$table emptyMessage = "No terms have been added to this taxonomy"

Definition at line 61 of file reorder_taxonomy_terms.inc.

◆ page

$tabs page = "/admin/taxonomy_terms"

Definition at line 66 of file reorder_taxonomy_terms.inc.