Subversion Repositories oidplus

Rev

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

Rev 860 Rev 928
Line 159... Line 159...
159
 
159
 
160
                        $content .= '<h2>'._L('Description').'</h2>%%DESC%%';
160
                        $content .= '<h2>'._L('Description').'</h2>%%DESC%%';
161
 
161
 
162
                        if (!$this->isLeafNode()) {
162
                        if (!$this->isLeafNode()) {
163
                                if ($this->userHasWriteRights()) {
163
                                if ($this->userHasWriteRights()) {
164
                                        $content .= '<h2>'._L('Create or change subsequent objects').'</h2>';
164
                                        $content .= '<h2>'._L('Create or change subordinate objects').'</h2>';
165
                                } else {
165
                                } else {
166
                                        $content .= '<h2>'._L('Subsequent objects').'</h2>';
166
                                        $content .= '<h2>'._L('Subordinate objects').'</h2>';
167
                                }
167
                                }
168
                                $content .= '%%CRUD%%';
168
                                $content .= '%%CRUD%%';
169
                        }
169
                        }
170
                }
170
                }
171
        }
171
        }