|
@@ -8,9 +8,9 @@ |
|
|
block discarded – undo |
|
8
|
8
|
); |
|
9
|
9
|
|
|
10
|
10
|
|
|
11
|
|
- function updateCMSFields(FieldList $fields){ |
|
|
11
|
+ function updateCMSFields(FieldList $fields) { |
|
12
|
12
|
$fields->removeByName('Tagline'); |
|
13
|
|
- $fields->addFieldToTab("Root.Main", $h1=new HTMLEditorField('HTMLTagLine', _t('SiteConfig.SITETAGLINE', "Site Tagline/Slogan")),'Theme'); |
|
|
13
|
+ $fields->addFieldToTab("Root.Main", $h1 = new HTMLEditorField('HTMLTagLine', _t('SiteConfig.SITETAGLINE', "Site Tagline/Slogan")), 'Theme'); |
|
14
|
14
|
$h1->setRows(4); |
|
15
|
15
|
} |
|
16
|
16
|
|
Please login to merge, or discard this patch.