Skip to content
Snippets Groups Projects
Commit 9022cc88 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Add a title to the fieldset

parent 8f5c6c43
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,10 @@ ...@@ -22,9 +22,10 @@
<language tag="de-DE">de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini</language> <language tag="de-DE">de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini</language>
</languages> </languages>
<scriptfile>acymailing_subscribe_buyer.script.php</scriptfile> <scriptfile>acymailing_subscribe_buyer.script.php</scriptfile>
<!-- VM 3.x support (fields rather than params): -->
<vmconfig> <vmconfig>
<fields name="params"> <fields name="params">
<fieldset> <fieldset name="customfield" label="VMCUSTOM_ACYBUYER">
<field name="subscribe_buyers_default" type="radio" scope="com_virtuemart" default="1" label="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE" description="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE_DESC" > <field name="subscribe_buyers_default" type="radio" scope="com_virtuemart" default="1" label="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE" description="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE_DESC" >
<option value="0">COM_VIRTUEMART_NO</option> <option value="0">COM_VIRTUEMART_NO</option>
<option value="1">COM_VIRTUEMART_YES</option> <option value="1">COM_VIRTUEMART_YES</option>
...@@ -37,7 +38,8 @@ ...@@ -37,7 +38,8 @@
</fieldset> </fieldset>
</fields> </fields>
</vmconfig> </vmconfig>
<!-- VM 2.x support (params rather than fields): -->
<params addpath="/administrator/components/com_virtuemart/elements"> <params addpath="/administrator/components/com_virtuemart/elements">
<param type="vmjpluginwarning" /> <param type="vmjpluginwarning" />
<param name="subscribe_buyers_default" type="radio" default="1" label="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE" description="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE_DESC" > <param name="subscribe_buyers_default" type="radio" default="1" label="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE" description="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE_DESC" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment