Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
extensions
cc.tadpole.petitionemail
Commits
3acf4bb8
Commit
3acf4bb8
authored
Nov 14, 2014
by
Jamie McClelland
Browse files
make subject and default message bigger.
parent
d8839b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
petitionemail.php
petitionemail.php
+2
-2
No files found.
petitionemail.php
View file @
3acf4bb8
...
...
@@ -208,8 +208,8 @@ function petitionemail_civicrm_buildForm( $formName, &$form ) {
$form
->
add
(
'textarea'
,
'recipients'
,
ts
(
"Send petitions to"
));
$form
->
add
(
'select'
,
'message_field'
,
ts
(
'Custom Message Field'
),
$custom_message_field_options
);
$form
->
add
(
'textarea'
,
'default_message'
,
ts
(
'Default Message'
));
$form
->
add
(
'text'
,
'subject'
,
ts
(
'Email Subject Line'
));
$form
->
add
(
'textarea'
,
'default_message'
,
ts
(
'Default Message'
)
,
'rows=20'
);
$form
->
add
(
'text'
,
'subject'
,
ts
(
'Email Subject Line'
)
,
array
(
'size'
=>
70
)
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment