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
C
cc.tadpole.petitionemail
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
extensions
cc.tadpole.petitionemail
Commits
3acf4bb8
Commit
3acf4bb8
authored
Nov 14, 2014
by
Jamie McClelland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make subject and default message bigger.
parent
d8839b41
Changes
1
Show 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