|
|
@@ -108,7 +108,7 @@ wn.views.CommunicationComposer = Class.extend({ |
|
|
|
{label:"To", fieldtype:"Data", reqd: 1, fieldname:"recipients", |
|
|
|
description:"Email addresses, separted by commas"}, |
|
|
|
{label:"Subject", fieldtype:"Data", reqd: 1}, |
|
|
|
{label:"Add Reply", fieldtype:"Button"}, |
|
|
|
{label:"Send", fieldtype:"Button"}, |
|
|
|
{label:"Message", fieldtype:"Text Editor", reqd: 1, fieldname:"content"}, |
|
|
|
{label:"Send Email", fieldtype:"Check"}, |
|
|
|
{label:"Send Me A Copy", fieldtype:"Check"}, |
|
|
@@ -170,7 +170,7 @@ wn.views.CommunicationComposer = Class.extend({ |
|
|
|
} |
|
|
|
|
|
|
|
$(fields.send_email.input).attr("checked", "checked") |
|
|
|
$(fields.add_reply.input).click(function() { |
|
|
|
$(fields.send.input).click(function() { |
|
|
|
var form_values = me.dialog.get_values(); |
|
|
|
if(!form_values) return; |
|
|
|
|
|
|
|