|
|
@@ -22,18 +22,13 @@ class EditPropertiesDistribution extends FreeFieldsSection
|
|
|
|
|
|
public function initContent()
|
|
|
{
|
|
|
+ $this->addField(new Select('lang'));
|
|
|
|
|
|
- $this->addField(new Switcher('receiveMail'));
|
|
|
-
|
|
|
- $this->addField(new Switcher('hideGal'));
|
|
|
-
|
|
|
-// $this->addField((new Switcher('dynamicGroup'))
|
|
|
-// ->addHtmlAttribute('@change', "initReloadModal()"));
|
|
|
+ $this->addField(new Select('moderator'));
|
|
|
|
|
|
$this->addField(new Select('subscriptionRequest'));
|
|
|
|
|
|
- $this->addField(new Select('unsubscriptionRequest'));
|
|
|
+ $this->addField(new Switcher('subscriptionNotify'));
|
|
|
|
|
|
- $this->addField(new Switcher('sharesNotify'));
|
|
|
}
|
|
|
}
|