projects
/
project/examples.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
044f335
)
#850314 by rfay, ilo: Vertical tabs example doesn't actually save the setting.
author
ilo
Fri, 14 Jan 2011 22:08:07 +0000 (22:08 +0000)
committer
ilo
Fri, 14 Jan 2011 22:08:07 +0000 (22:08 +0000)
vertical_tabs_example/vertical_tabs_example.module
patch
|
blob
|
blame
|
history
diff --git
a/vertical_tabs_example/vertical_tabs_example.module
b/vertical_tabs_example/vertical_tabs_example.module
index
f58cd9c
..
047f583
100644
(file)
--- a/
vertical_tabs_example/vertical_tabs_example.module
+++ b/
vertical_tabs_example/vertical_tabs_example.module
@@
-77,6
+77,7
@@
function vertical_tabs_example_form_alter(&$form, $form_state, $form_id) {
'#type' => 'textfield',
'#title' => t('Use this custom setting'),
'#default_value' => '',
+ '#description' => t('This field is a demonstration about how to use Vertical Tabs in your forms. This setting will not be saved.'),
);
}
}