".$this->Lang("error_noparent")."
"; } echo $this->EndTab(); } $this->smarty->assign(array("nextpage"=>false,"previouspage"=>false,"pageinfo"=>false,"pages"=>false)); $this->smarty->assign(array("filter"=>false,"reorder"=>false,"instantsearch"=>false,"tableid"=>false)); if( $has_advanced_perm || $this->CheckPermission("Modify Templates") || $this->GetPreference("tabdisplay_templates",false) ) { echo $this->StartTab("templates"); echo "".$this->CreateInputSubmit($id, "submit", lang("submit"))."
"; echo $this->CreateFormEnd(); echo "".$admintheme->DisplayImage("icons/system/import.gif", "","","","systemicon")." "; echo $this->CreateLink($id, "export", $returnid, $this->Lang("export_title"))." | ".$this->CreateLink($id, "import", $returnid, $this->Lang("import_title"))."
"; echo $this->EndTab(); } echo $this->EndTabContent(); ?>