Fields(); $fields->insertAfter( 'LastEdited', ReadonlyField::create( 'BackLinkCount', _t(__CLASS__.'.BACKLINKCOUNT', 'Used on:'), $record->BackLinkTrackingCount() . ' ' . _t(__CLASS__.'.PAGES', 'page(s)') ) ->addExtraClass('cms-description-toggle') ->setDescription($record->BackLinkHTMLList()) ); } }