Subversion Repositories oidplus

Rev

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

Rev 962 Rev 963
Line 31... Line 31...
31
        }
31
        }
32
 
32
 
33
        public function gridGeneratorLinks($objParent) { // Interface 1.3.6.1.4.1.37476.2.5.2.3.6
33
        public function gridGeneratorLinks($objParent) { // Interface 1.3.6.1.4.1.37476.2.5.2.3.6
34
 
34
 
35
                if ($objParent->isRoot()) {
35
                if ($objParent->isRoot()) {
36
                        return '<br><a href="javascript:OIDplusObjectTypePluginAid.generateRandomAID(true)">('._L('Generate a random AID - not unique!').')</a>'.
36
                        return '<br><a href="javascript:OIDplusObjectTypePluginAid.generateRandomAID()">('._L('Generate a random AID - not unique!').')</a>'.
37
                               '<br><a href="https://oidplus.viathinksoft.com/oidplus/?goto=aid%3AD276000186F" target="_blank">('._L('Request a free AID from ViaThinkSoft').')</a>';
37
                               '<br><a href="https://oidplus.viathinksoft.com/oidplus/?goto=aid%3AD276000186F" target="_blank">('._L('Request a free AID from ViaThinkSoft').')</a>';
38
                } else {
38
                } else {
39
                        return '';
39
                        return '';
40
                }
40
                }
41
        }
41
        }