From 045074d4c51025a7c1561a9bf2e2a8b05441b23d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 16 Oct 2009 19:20:34 +0000 Subject: - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system. --- modules/system/system.module | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/system/system.module') 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'), -- cgit v1.2.3