![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) | |
$term_id = checkNumeric($_GET["term_id"]) | |
if(! $taxonomy_id) | $taxonomy = new Taxonomy($taxonomy_id) |
$term = new TaxonomyTerm() | |
if($term_id) | else |
$form = new AutoForm($term, "POST", "/action/taxonomy/term_dialog?taxonomy_id=$taxonomy_id&term_id=$term_id") | |
$form | allowDelete = true |
if ( $method=="POST") | |
$form = new AutoForm($term, "POST", "/action/taxonomy/term_dialog?taxonomy_id=$taxonomy_id&term_id=$term_id") |
Definition at line 56 of file term_dialog.inc.
Definition at line 44 of file term_dialog.inc.
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) |
Definition at line 36 of file term_dialog.inc.
$term = new TaxonomyTerm() |
Definition at line 46 of file term_dialog.inc.
$term_id = checkNumeric($_GET["term_id"]) |
Definition at line 37 of file term_dialog.inc.
$form allowDelete = true |
Definition at line 59 of file term_dialog.inc.
if ( $term_id) else |
Definition at line 51 of file term_dialog.inc.
if($method=="POST") | ( | $method = = "POST" | ) |
Definition at line 64 of file term_dialog.inc.