diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-16 19:20:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-16 19:20:34 +0000 |
commit | 045074d4c51025a7c1561a9bf2e2a8b05441b23d (patch) | |
tree | bf64736c76784709788e4f6dc91acdbe9a01ddd2 /modules/system/system.module | |
parent | 60c5878351cc547dbfda260fefcf378491c958ec (diff) | |
download | brdo-045074d4c51025a7c1561a9bf2e2a8b05441b23d.tar.gz brdo-045074d4c51025a7c1561a9bf2e2a8b05441b23d.tar.bz2 |
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index cd35aa8ac..8b3270eab 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -490,6 +490,12 @@ function system_element_info() { '#default_tab' => '', '#process' => array('form_process_vertical_tabs'), ); + + $types['container'] = array( + '#theme_wrappers' => array('container'), + '#process' => array('form_process_container'), + ); + $types['token'] = array( '#input' => TRUE, '#theme' => array('hidden'), |