Subversion Repositories oidplus

Rev

Rev 1116 | Rev 1131 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1116 Rev 1130
Line 41... Line 41...
41
                return false;
41
                return false;
42
        }
42
        }
43
 
43
 
44
        /**
44
        /**
45
         * Implements interface 1.3.6.1.4.1.37476.2.5.2.3.6
45
         * Implements interface 1.3.6.1.4.1.37476.2.5.2.3.6
46
         * @param $objParent
46
         * @param OIDplusObject $objParent
47
         * @return string
47
         * @return string
48
         */
48
         */
49
        public function gridGeneratorLinks($objParent): string {
49
        public function gridGeneratorLinks(OIDplusObject $objParent): string {
50
                if ($objParent->isRoot()) {
50
                if ($objParent->isRoot()) {
51
                        return '<br><a href="javascript:OIDplusObjectTypePluginAid.generateRandomAID()">('._L('Generate a random AID - not unique!').')</a>'.
51
                        return '<br><a href="javascript:OIDplusObjectTypePluginAid.generateRandomAID()">('._L('Generate a random AID - not unique!').')</a>'.
52
                               '<br><a href="https://oidplus.viathinksoft.com/oidplus/?goto=aid%3AD276000186F" target="_blank">('._L('Request a free AID from ViaThinkSoft').')</a>';
52
                               '<br><a href="https://oidplus.viathinksoft.com/oidplus/?goto=aid%3AD276000186F" target="_blank">('._L('Request a free AID from ViaThinkSoft').')</a>';
53
                } else {
53
                } else {
54
                        return '';
54
                        return '';