Simplifying the configuration menu
This commit is contained in:
parent
9777b4c1ba
commit
feb393faa4
11 changed files with 32 additions and 28 deletions
|
@ -879,7 +879,7 @@ function stormproject_admin_settings() {
|
|||
'#type' => 'checkbox',
|
||||
'#title' => t('Default Value for billable field.'),
|
||||
'#default_value' => variable_get('stormproject_billable_default', FALSE),
|
||||
'#description' => t('When checked, SuiteDesk will set the project to billable by default'),
|
||||
'#description' => t('When checked, SuiteDesk will set the project to billable by default.'),
|
||||
'#size' => 5,
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue