Simplifying the configuration menu

This commit is contained in:
Manuel Cillero 2017-10-07 13:12:10 +02:00
parent 9777b4c1ba
commit feb393faa4
11 changed files with 32 additions and 28 deletions

View file

@ -730,7 +730,7 @@ function stormorganization_admin_settings() {
'#title' => t('Host organization'),
'#options' => $organizations,
'#default_value' => variable_get('storm_organization_nid', 0),
'#description' => t('The organization that owns this system'),
'#description' => t('The organization that owns this system.'),
'#weight' => -30,
);
}