Skip to content

Commit c7b3ca0

Browse files
committed
Changed Email template position
1 parent e5ec8f7 commit c7b3ca0

File tree

1 file changed

+20
-27
lines changed

1 file changed

+20
-27
lines changed

mod_jdsimplecontactform.xml

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -133,27 +133,6 @@
133133
label="MOD_JDSCF_EMAIL_BCC_LBL"
134134
description="MOD_JDSCF_EMAIL_BCC_DESC"
135135
/>
136-
<field
137-
name="email_template"
138-
type="radio"
139-
label="MOD_JDSCF_EMAIL_TEMPLATE_LBL"
140-
description="MOD_JDSCF_EMAIL_TEMPLATE_DESC"
141-
default=""
142-
class="btn-group"
143-
>
144-
<option value="">JDEFAULT</option>
145-
<option value="custom">JGLOBAL_CUSTOM</option>
146-
</field>
147-
<field
148-
showon="email_template:custom"
149-
name="email_custom"
150-
type="editor"
151-
label="MOD_JDSCF_EMAIL_CUSTOM_TEMPLATE_LBL"
152-
description="MOD_JDSCF_EMAIL_CUSTOM_TEMPLATE_LBL"
153-
filter="safehtml"
154-
default=""
155-
/>
156-
157136
<!-- For single email fields -->
158137
<field
159138
name="single_sendcopy_email"
@@ -166,7 +145,6 @@
166145
<option value="1">Yes</option>
167146
<option value="0">No</option>
168147
</field>
169-
170148
<field
171149
showon="single_sendcopy_email:1"
172150
name="singleSendCopyEmail_field"
@@ -175,7 +153,6 @@
175153
label="MOD_JDSCF_SINGLE_SEND_COPY_EMAIL_FIELD"
176154
description=""
177155
/>
178-
179156
<field
180157
showon="single_sendcopy_email:1"
181158
name="singleSendCopyEmailField_title"
@@ -184,7 +161,6 @@
184161
label="MOD_JDSCF_SINGLE_SEND_COPY_LABEL"
185162
description=""
186163
/>
187-
188164
<!-- For multiple email fields -->
189165
<field
190166
name="sendcopy_email"
@@ -197,7 +173,6 @@
197173
<option value="1">Yes</option>
198174
<option value="0">No</option>
199175
</field>
200-
201176
<field
202177
showon="sendcopy_email:1"
203178
name="sendcopyemail_field"
@@ -206,7 +181,6 @@
206181
label="MOD_JDSCF_SEND_COPY_EMAIL_FIELD"
207182
description=""
208183
/>
209-
210184
<field
211185
showon="sendcopy_email:1"
212186
name="sendcopyemailfield_title"
@@ -215,8 +189,27 @@
215189
label="MOD_JDSCF_SEND_COPY_LABEL"
216190
description=""
217191
/>
218-
219192

193+
<field
194+
name="email_template"
195+
type="radio"
196+
label="MOD_JDSCF_EMAIL_TEMPLATE_LBL"
197+
description="MOD_JDSCF_EMAIL_TEMPLATE_DESC"
198+
default=""
199+
class="btn-group"
200+
>
201+
<option value="">JDEFAULT</option>
202+
<option value="custom">JGLOBAL_CUSTOM</option>
203+
</field>
204+
<field
205+
showon="email_template:custom"
206+
name="email_custom"
207+
type="editor"
208+
label="MOD_JDSCF_EMAIL_CUSTOM_TEMPLATE_LBL"
209+
description="MOD_JDSCF_EMAIL_CUSTOM_TEMPLATE_LBL"
210+
filter="safehtml"
211+
default=""
212+
/>
220213
</fieldset>
221214
<fieldset name="advanced">
222215
<field

0 commit comments

Comments
 (0)