Skip to content

Commit

Permalink
Merge pull request #11598 from seamuslee001/CRM-20769-js
Browse files Browse the repository at this point in the history
CRM-20769 Add in cancel_button_text and submit_button_text fields to the civicr…
  • Loading branch information
eileenmcnaughton authored Jan 28, 2018
2 parents 6e85f74 + 4aad210 commit 3462fc9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions js/model/crm.uf.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,16 @@
help: ts('If you are using this profile as a contact signup or edit form, and want to redirect the user to a static URL if they click the Cancel button - enter the complete URL here. If this field is left blank, the built-in Profile form will be redisplayed.'),
type: 'Text'
},
'cancel_button_text': {
title: ts('Cancel Button Text'),
help: ts('Text to display on the cancel button when used in create or edit mode'),
type: 'Text'
},
'submit_button_text': {
title: ts('Submit Button Text'),
help: ts('Text to display on the submit button when used in create or edit mode'),
type: 'Text'
},
'created_date': {
//title: ts(''),
type: 'Text'// FIXME
Expand Down

0 comments on commit 3462fc9

Please sign in to comment.