-
-
Notifications
You must be signed in to change notification settings - Fork 827
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
82 additions
and
56 deletions.
There are no files selected for viewing
19 changes: 15 additions & 4 deletions
19
ext/civicrm_admin_ui/ang/afsearchManageContributionPages.aff.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
<div class="af-markup"> | ||
<div class="help">{{:: ts('CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns, and you can customize text, amounts, types of information collected from contributors, etc.') }} </div> | ||
|
||
<div class="help">{{:: ts('CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns, and you can customize text, amounts, types of information collected from contributors, etc.') }} </div> | ||
</div> | ||
<div af-fieldset=""> | ||
<af-field name="title" defn="{label: ts('Title'), input_attrs: {}, help_post: ts('Complete OR partial Contribution Page Title') }" /> | ||
<af-field name="financial_type_id" defn="{input_type: 'CheckBox', input_attrs: {}}" /> | ||
<div class="af-container af-layout-inline"> | ||
<af-field name="title" defn="{label: 'Title', input_attrs: {}, help_post: 'Complete OR partial Contribution Page Title'}" /> | ||
<af-field name="financial_type_id" defn="{input_type: 'CheckBox', input_attrs: {}}" /> | ||
</div> | ||
<div class="btn-group pull-right"> | ||
<a class="btn btn-primary" ng-href="{{:: crmUrl('civicrm/admin/pcp', {reset: 1}) }}"> | ||
<i class="crm-i fa-plus"/> | ||
{{:: ts('Manage Personal Campaign Pages') }} | ||
</a> | ||
<a class="btn btn-primary" ng-href="{{:: crmUrl('civicrm/admin/contribute/add', {reset: 1, action: 'add'}) }}"> | ||
<i class="crm-i fa-plus"/> | ||
{{:: ts('Add Contribution Page') }} | ||
</a> | ||
</div> | ||
<crm-search-display-table search-name="Manage_Contribution_Pages" display-name="Manage_Contribution_Pages_Table_1"></crm-search-display-table> | ||
</div> |
15 changes: 8 additions & 7 deletions
15
ext/civicrm_admin_ui/ang/afsearchManageContributionPages.aff.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"type": "search", | ||
"title": "Manage Contribution Pages", | ||
"icon": "fa-list-alt", | ||
"server_route": "civicrm/managecp", | ||
"permission": "administer CiviCRM", | ||
"requires": [], | ||
"entity_type": null, | ||
"join_entity": null, | ||
"title": "Manage Contribution Pages", | ||
"description": "", | ||
"is_dashlet": false, | ||
"is_public": false, | ||
"is_token": false, | ||
"entity_type": null, | ||
"join_entity": null, | ||
"contact_summary": null, | ||
"summary_contact_type": null, | ||
"icon": "fa-list-alt", | ||
"server_route": "civicrm/managecp", | ||
"permission": "administer CiviCRM", | ||
"redirect": null, | ||
"create_submission": null, | ||
"create_submission": false, | ||
"navigation": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters