Subversion Repositories oidplus

Rev

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

Rev 1130 Rev 1145
Line 182... Line 182...
182
                        $content = '<h3>'.explode(':',$this->nodeId())[1].'</h3>';
182
                        $content = '<h3>'.explode(':',$this->nodeId())[1].'</h3>';
183
 
183
 
184
                        $content .= '<h2>'._L('Description').'</h2>%%DESC%%'; // TODO: add more meta information about the object type
184
                        $content .= '<h2>'._L('Description').'</h2>%%DESC%%'; // TODO: add more meta information about the object type
185
 
185
 
186
                        if (OIDplus::baseConfig()->getValue('PLUGIN_PHP_TYPE_LINK_TO_WEBFAN', false)) {
186
                        if (OIDplus::baseConfig()->getValue('PLUGIN_PHP_TYPE_LINK_TO_WEBFAN', false)) {
187
                                $content .= '<p><strong><a webfan-php-class-link="'.$this->nodeId(false).'" href="https://webfan.de/install/?source='.urlencode($this->nodeId(false)).'" target="_blank">Soure Code</a></strong></p>';
187
                                $content .= '<p><strong><a webfan-php-class-link="'.$this->nodeId(false).'" href="https://webfan.de/install/?source='.urlencode($this->nodeId(false)).'" target="_blank">Source code</a></strong></p>';
188
                        }
188
                        }
189
 
189
 
190
                        if (!$this->isLeafNode()) {
190
                        if (!$this->isLeafNode()) {
191
                                if ($this->userHasWriteRights()) {
191
                                if ($this->userHasWriteRights()) {
192
                                        $content .= '<h2>'._L('Create or change subordinate objects').'</h2>';
192
                                        $content .= '<h2>'._L('Create or change subordinate objects').'</h2>';