mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
issue warning if no attributes are defined
This commit is contained in:
parent
c68f111c7a
commit
e6f20b8996
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue
Block a user