label) == '') $this->label = $this->action->getLabel (); } public function makeIcon ($itemId, $forceDisable = FALSE) { if (!$this->accessible || $forceDisable) return ''; return ''. $this->label .''; } public function makeLink ($itemId, $forceDisable = FALSE) { if (!$this->accessible || $forceDisable) return 'href="#"'; return 'href="#" onclick="JavaScript: copyItem (\''. $itemId .'\', \''. $this->action->getName () .'\', \''. $this->section->getName () .'\', this);"'; } } ?>