summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-05-05 08:55:15 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-05-05 08:55:15 +0000
commit644657c56b6e04fb41e9b424668c61e0d1d6c1d4 (patch)
treeec6774b864cdde38f39c9163e451e8363fde49e5 /includes
parentc740ac7fd58b5f4597bde987ae9263f3d05febd8 (diff)
downloadbrdo-644657c56b6e04fb41e9b424668c61e0d1d6c1d4.tar.gz
brdo-644657c56b6e04fb41e9b424668c61e0d1d6c1d4.tar.bz2
#141482 by Heine: collapse custom language addition form by default, because it is an advanced form, not required most of the time, so can make people confused
Diffstat (limited to 'includes')
-rw-r--r--includes/locale.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 94a855bab..4d3924f62 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -143,6 +143,7 @@ function locale_languages_custom_form() {
$form['custom language'] = array('#type' => 'fieldset',
'#title' => t('Custom language'),
'#collapsible' => TRUE,
+ '#collapsed' => TRUE,
);
_locale_languages_common_controls($form['custom language']);
$form['custom language']['submit'] = array(