function _formFooter() { if (!$this->getIdValue()) { return false; } $renderer = new AMPDisplay_HTML(); return $renderer->inSpan(AMP_TEXT_SYSTEM_LINK_NAV_LAYOUT_EDIT, array('class' => 'intitle')) . AMP_navCountDisplay_Section($this->getIdValue()); }
function render_nav_index($source) { return AMP_navCountDisplay_Section($source->id); }
function navIndex(&$source, $fieldname) { $renderer =& $this->_getRenderer(); return $renderer->inDiv(AMP_navCountDisplay_Section($source->id), array('style' => 'margin:3px;')); }