request->functionName == "edit") { $o = ""; $this->callAction("onAdminTableItemsEditBottom", $this, $item, $o); echo $o; } else { $this->callAction("onAdminTableItemsAddBottom", $this, $output); echo $output; } ?>