add text-only email option
add a checkbok to notification settings. if checked, html body is not added to email.
This commit is contained in:
parent
c86d459b1d
commit
b2527039b7
5 changed files with 39 additions and 16 deletions
|
@ -87,7 +87,7 @@
|
|||
<div id="settings-default-perms-menu-end"></div>
|
||||
|
||||
<div id="settings-default-perms-select" style="display: none; margin-bottom: 20px" >
|
||||
|
||||
|
||||
<div style="display: none;">-->*}}
|
||||
<div id="settings-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;margin-bottom: 20px">
|
||||
{{*<!--{{$aclselect}}-->*}}
|
||||
|
@ -133,6 +133,8 @@
|
|||
{{include file="field_intcheckbox.tpl" field=$notify8}}
|
||||
</div>
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$email_textonly}}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="settings-submit-wrapper" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue