![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Functions | |
uploadTerms ($field, $taxonomy) | |
Variables | |
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) | |
$taxonomy = new Taxonomy($taxonomy_id) | |
$taxonomy | filter = new InclusionFilter("taxonomy_id") |
$form = new AutoForm($taxonomy, "POST", "/action/taxonomy/taxonomy_terms_import?taxonomy_id=$taxonomy_id") | |
$form | submitLabel = "Import Taxonomy Terms" |
$upload = new FileUploadFieldRenderer($form, "terms", "Taxonomy Terms File", uploadTerms) | |
if ( $method=="POST") | |
uploadTerms | ( | $field, | |
$taxonomy | |||
) |
Definition at line 69 of file taxonomy_terms_import.inc.
$form = new AutoForm($taxonomy, "POST", "/action/taxonomy/taxonomy_terms_import?taxonomy_id=$taxonomy_id") |
Definition at line 45 of file taxonomy_terms_import.inc.
$taxonomy = new Taxonomy($taxonomy_id) |
Definition at line 42 of file taxonomy_terms_import.inc.
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) |
Definition at line 38 of file taxonomy_terms_import.inc.
$upload = new FileUploadFieldRenderer($form, "terms", "Taxonomy Terms File", uploadTerms) |
Definition at line 51 of file taxonomy_terms_import.inc.
$taxonomy filter = new InclusionFilter("taxonomy_id") |
Definition at line 44 of file taxonomy_terms_import.inc.
if($method=="POST") | ( | $method = = "POST" | ) |
Definition at line 53 of file taxonomy_terms_import.inc.
$form submitLabel = "Import Taxonomy Terms" |
Definition at line 49 of file taxonomy_terms_import.inc.