New enhancements to the code related to the SuiteDesk configuration
This commit is contained in:
parent
feb393faa4
commit
6d893bfe98
4 changed files with 9 additions and 44 deletions
|
@ -10,7 +10,7 @@ function stormquicktt_settings() {
|
|||
$form['stormquicktt_default_title'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Default title'),
|
||||
'#default_value' => variable_get('stormquicktt_default_title', 'Auto-created by QuickTT'),
|
||||
'#default_value' => variable_get('stormquicktt_default_title', t('Auto-generated Timetracking')),
|
||||
);
|
||||
$status_option_prj = array('none' => t('-none-'));
|
||||
$project_status = storm_attributes_bydomain('Project status');
|
||||
|
|
Reference in a new issue