Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
extensions
cc.tadpole.petitionemail
Commits
9cef74ea
Commit
9cef74ea
authored
Nov 14, 2014
by
Jamie McClelland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make the links info read-only (using freeze) to avoid confusion.
parent
073ab415
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
petitionemail.php
petitionemail.php
+1
-1
No files found.
petitionemail.php
View file @
9cef74ea
...
...
@@ -222,7 +222,7 @@ function petitionemail_civicrm_buildForm( $formName, &$form ) {
$custom_message_field_options
);
$form
->
add
(
'textarea'
,
'default_message'
,
ts
(
'Default Message'
),
'rows=20'
);
$form
->
add
(
'text'
,
'subject'
,
ts
(
'Email Subject Line'
),
array
(
'size'
=>
70
));
$form
->
add
(
'textarea'
,
'links'
,
ts
(
'Links to sign the petition'
),
'rows=5'
);
$form
->
add
(
'textarea'
,
'links'
,
ts
(
'Links to sign the petition'
),
'rows=5'
)
->
freeze
()
;
}
...
...
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