2014-06-06 21:38:34 +10:00
|
|
|
# ===================================
|
|
|
|
# Field Definitions
|
|
|
|
# ===================================
|
|
|
|
|
|
|
|
fields:
|
|
|
|
|
|
|
|
layout:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.layout
|
2014-06-06 21:38:34 +10:00
|
|
|
type: relation
|
2014-11-10 20:35:20 +11:00
|
|
|
emptyOption: -- No layout --
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
code:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.code
|
|
|
|
comment: system::lang.mail_templates.code_comment
|
2014-06-06 21:38:34 +10:00
|
|
|
span: left
|
|
|
|
context: create
|
|
|
|
|
2014-06-10 19:30:06 +10:00
|
|
|
subject@create:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.subject
|
|
|
|
comment: system::lang.mail_templates.subject_comment
|
2014-06-06 21:38:34 +10:00
|
|
|
span: right
|
|
|
|
|
2014-06-10 19:30:06 +10:00
|
|
|
subject@update:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.subject
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
description:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.description
|
2014-06-06 21:38:34 +10:00
|
|
|
type: textarea
|
|
|
|
size: tiny
|
|
|
|
|
|
|
|
secondaryTabs:
|
|
|
|
fields:
|
|
|
|
|
|
|
|
content_html:
|
|
|
|
type: richeditor
|
|
|
|
size: huge
|
2014-07-04 18:47:46 +10:00
|
|
|
tab: system::lang.mail_templates.content_html
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
content_text:
|
|
|
|
type: textarea
|
|
|
|
size: huge
|
2014-07-04 18:47:46 +10:00
|
|
|
tab: system::lang.mail_templates.content_text
|