issue warning if no attributes are defined

This commit is contained in:
Uwe Steinmann 2020-08-05 18:52:44 +02:00
parent c68f111c7a
commit e6f20b8996

View File

@ -570,6 +570,8 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site'));
echo ">".htmlspecialchars($rec->getName())."</option>";
}
echo "</select>";
} else {
printMLText('no_attribute_definitions');
}
break;
case "folders":