Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 927 → Rev 928

/trunk/plugins/viathinksoft/objectTypes/ipv4/OIDplusIpv4.class.php
161,9 → 161,9
 
if (!$this->isLeafNode()) {
if ($this->userHasWriteRights()) {
$content .= '<h2>'._L('Create or change subsequent objects').'</h2>';
$content .= '<h2>'._L('Create or change subordinate objects').'</h2>';
} else {
$content .= '<h2>'._L('Subsequent objects').'</h2>';
$content .= '<h2>'._L('Subordinate objects').'</h2>';
}
$content .= '%%CRUD%%';
}