Subversion Repositories oidplus

Rev

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

Rev 889 Rev 962
Line 29... Line 29...
29
                if (strtolower($id) == '1.3.6.1.4.1.37476.2.5.2.3.6') return true; // gridGeneratorLinks
29
                if (strtolower($id) == '1.3.6.1.4.1.37476.2.5.2.3.6') return true; // gridGeneratorLinks
30
                return false;
30
                return false;
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
                return '<br><a href="javascript:OIDplusObjectTypePluginGuid.generateRandomGUID(false)">('._L('Generate random GUID').')</a>';
34
                return '<br><a href="javascript:OIDplusObjectTypePluginGuid.generateRandomGUID(false)">('._L('Generate a random GUID').')</a>';
35
        }
35
        }
36
 
36
 
37
        public static function prefilterQuery($static_node_id, $throw_exception) {
37
        public static function prefilterQuery($static_node_id, $throw_exception) {
38
                // Redirect UUID to GUID
38
                // Redirect UUID to GUID
39
                // The OID-IP Internet Draft writes at section "Alternative Namespaces":
39
                // The OID-IP Internet Draft writes at section "Alternative Namespaces":