From 40bdf9337f2b516708b09c1f80e5f22424160aaa Mon Sep 17 00:00:00 2001 From: Dave Reid <dave@davereid.net> Date: Fri, 13 Nov 2009 18:14:35 +0000 Subject: [PATCH] #617936 by Dave Reid: Fixed un-collapsed taxonomy term fieldset to fit in with existing core behavior. --- xmlsitemap_taxonomy/xmlsitemap_taxonomy.module | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module b/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module index 0e27ac4a..dc177414 100644 --- a/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module +++ b/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module @@ -57,6 +57,7 @@ function xmlsitemap_taxonomy_form_taxonomy_form_term_alter(&$form, &$from_state) '#type' => 'fieldset', '#title' => t('XML sitemap'), '#collapsible' => TRUE, + '#collapsed' => TRUE, ); } $form['xmlsitemap']['xmlsitemap_taxonomy_priority'] = array( -- GitLab