commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / templates / CRM / Admin / Page / ConfigTaskList.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {capture assign="linkTitle"}{ts}Edit settings{/ts}{/capture}
27 {capture assign="adminMenu"}{crmURL p="civicrm/admin" q="reset=1"}{/capture}
28
29 <div id="help" class="description">
30 {ts 1=$adminMenu}Use this checklist to review and complete configuration tasks for your site. You will be redirected back to this checklist after saving each setting. Settings which you have not yet reviewed will be <span class="status-overdue">displayed in red</span>. After you have visited a page, the links will <span class="status-pending">display in green</span> (although you may still need to revisit the page to complete or update the settings). You can access this page again from the <a href="%1">Administer CiviCRM</a> menu at any time.{/ts}
31 </div>
32
33 <table class="selector">
34 <tr class="columnheader">
35 <td colspan="2">{ts}Site Configuration and Registration{/ts}</td>
36 </tr>
37 <tr class="even">
38 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/localization" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Localization{/ts}</a></td>
39 <td>{ts}Localization settings include user language, default currency and available countries for address input.{/ts}</td>
40 </tr>
41 <tr class="even">
42 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/domain" q="action=update&reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Organization Address and Contact Info{/ts}</a></td>
43 <td>{ts}Organization name, email address for system-generated emails, organization address{/ts}</td>
44 </tr>
45 <tr class="even">
46 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/component" q="action=update&reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Enable components{/ts}</a></td>
47 <td>{ts}Enable the required CiviCRM components.(CiviContribute, CiviEvent etc.){/ts}</td>
48 </tr>
49 <tr class="even">
50 <td class="tasklist nowrap"><a href="{$registerSite}" title="{ts}Register your site at CiviCRM.org. Opens in a new window.{/ts}" target="_blank">{ts}Register your site{/ts}</a></td>
51 <td>{ts}Register your site, join the community, and help CiviCRM remain a leading CRM for organizations worldwide.{/ts}</td>
52 </tr>
53
54 <tr class="columnheader">
55 <td colspan="2">{ts}Viewing and Editing Contacts{/ts}</td>
56 </tr>
57 <tr class="even">
58 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/preferences/display" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Display Preferences{/ts}</a></td>
59 <td>{ts}Configure screen and form elements for Viewing Contacts, Editing Contacts, Advanced Search, Contact Dashboard and WYSIWYG Editor.{/ts}</td>
60 </tr>
61 <tr class="even">
62 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/preferences/address" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Address Settings{/ts}</a></td>
63 <td>{ts}Format addresses in mailing labels, input forms and screen display.{/ts}</td>
64 </tr>
65 <tr class="even">
66 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/mapping" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Mapping and Geocoding{/ts}</a></td>
67 <td>{ts}Configure a mapping provider (e.g. Google or Yahoo) to display maps for contact addresses and event locations.{/ts}</td>
68 </tr>
69 <tr class="even">
70 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/search" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Search Settings{/ts}</a></td>
71 <td>{ts}Adjust search behaviors including wildcards, and data to include in quick search results. Adjusting search settings can improve performance for larger datasets.{/ts}</td>
72 </tr>
73 <tr class="even">
74 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/misc" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.){/ts}</a></td>
75 <td>{ts}Version reporting and alerts, reCAPTCHA configuration and attachments.{/ts}</td>
76 </tr>
77 <tr class="even">
78 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/options/subtype" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Contact Types{/ts}</a></td>
79 <td>{ts}You can modify the names of the built-in contact types (Individual, Household, Organizations), and you can create or modify "contact subtypes" for more specific uses (e.g. Student, Parent, Team, etc.).{/ts}</td>
80 </tr>
81
82 <tr class="columnheader">
83 <td colspan="2">{ts}Sending Emails (includes contribution receipts and event confirmations){/ts}</td>
84 </tr>
85 <tr class="even">
86 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/setting/smtp" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Outbound Email{/ts}</a></td>
87 <td>{ts}Settings for outbound email - either SMTP server, port and authentication or Sendmail path and argument.{/ts}</td>
88 </tr>
89 <tr class="even">
90 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/options/from_email_address" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}From Email Addresses{/ts}</a></td>
91 <td>{ts}Define general email address(es) that can be used as the FROM address when sending email to contacts from within CiviCRM (e.g. info@example.org){/ts}</td>
92 </tr>
93
94 <tr class="columnheader">
95 <td colspan="2">{ts}Online Contributions / Online Membership Signup / Online Event Registration{/ts}</td>
96 </tr>
97 <tr class="even">
98 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/paymentProcessor" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Payment Processors{/ts}</a></td>
99 <td>{ts}Select and configure one or more payment processing services for online contributions, events and / or membership fees.{/ts}</td>
100 </tr>
101 {if $config->userSystem->is_drupal EQ '1'}
102 <tr class="even">
103 {if $config->userFramework EQ 'Drupal'}
104 <td class="tasklist"><a href="{$config->userFrameworkBaseURL}?q=admin/people/permissions&civicrmDestination=civicrm/admin/configtask">{ts}Permissions for Anonymous Users{/ts}</a></td>
105 {else}
106 <td class="tasklist"><a href="{$config->userFrameworkBaseURL}?q=admin/user/permissions&civicrmDestination=civicrm/admin/configtask">{ts}Permissions for Anonymous Users{/ts}</a></td>
107 {/if}
108 <td>{ts}You will also need to change Drupal permissions so anonymous users can make contributions, register for events and / or use profiles to enter contact information.{/ts} {docURL page="Default Permissions and Roles" resource="wiki"}</td>
109 </tr>
110 {/if}
111 <tr class="even">
112 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/messageTemplates" q="selectedChild=workflow&reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}System Workflow Templates{/ts}</a></td>
113 <td>{ts}Review and modify the templates used for system-generated emails, including contribution receipts and event registration confirmations.{/ts}</td>
114 </tr>
115 </table>
116 <br />
117
118 <div class="description">
119 {capture assign=docLink}{docURL page="user/organising-your-data/overview" text="Organizing Your Data"}{/capture}
120 {ts 1=$adminMenu 2=$docLink}The next set of tasks involve planning and have multiple steps. You may want to check out the %2 section in the User and Administrator Guide before you begin. You will not be returned to this page after completing these tasks, but you can always get back here from the <a href="%1">Administer CiviCRM</a> menu.{/ts}
121 </div>
122
123 <table class="selector">
124 <tr class="columnheader">
125 <td colspan="2">{ts}Organize your contacts{/ts}</td>
126 </tr>
127 <tr class="even">
128 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/tag" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Tags (Categories){/ts}</a></td>
129 <td>{ts}Tags can be assigned to any contact record, and are a convenient way to find contacts. You can create as many tags as needed to organize and segment your records.{/ts}</td>
130 </tr>
131 <tr class="even">
132 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/group" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Manage Groups{/ts}</a></td>
133 <td>{ts}Use Groups to organize contacts (e.g. these contacts are part of our 'Steering Committee').{/ts}</td>
134 </tr>
135
136 <tr class="columnheader">
137 <td colspan="2">{ts}Customize Data, Forms and Screens{/ts}</td>
138 </tr>
139 <tr class="even">
140 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/custom/group" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Custom Fields{/ts}</a></td>
141 <td>{ts}Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.{/ts}</td>
142 </tr>
143 <tr class="even">
144 <td class="tasklist nowrap"><a href="{crmURL p="civicrm/admin/uf/group" q="reset=1&civicrmDestination=`$destination`"}" title="{$linkTitle}">{ts}Profiles{/ts}</a></td>
145 <td>{ts}Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.{/ts}</td>
146 </tr>
147 </table>
148 <br />
149
150 <div class="description">
151 {ts}Now you can move on to exploring, configuring and using the various optional components for fundraising and constituent engagement. The links below will take you to the online documentation for each component.{/ts}
152 </div>
153 <table class="selector">
154 <tr class="columnheader">
155 <td colspan="2">{ts}Components{/ts}</td>
156 </tr>
157 <tr class="even">
158 <td class="tasklist nowrap" style="width: 10%;">{docURL page="user/contributions/what-is-civicontribute" text="CiviContribute"}</td>
159 <td>{ts}Online fundraising and donor management, as well as offline contribution processing and tracking.{/ts}</td>
160 </tr>
161 <tr class="even">
162 <td class="tasklist nowrap" style="width: 10%;">{docURL page="user/pledges/what-is-civipledge" text="CiviPledge"}</td>
163 <td>{ts}Accept and track pledges (for recurring gifts).{/ts}</td>
164 </tr>
165 <tr class="even">
166 <td class="tasklist nowrap">{docURL page="user/events/what-is-civievent" text="CiviEvent"}</td>
167 <td>{ts}Online event registration and participant tracking.{/ts}</td>
168 </tr>
169 <tr class="even">
170 <td class="tasklist nowrap">{docURL page="user/membership/introduction-to-memberships" text="CiviMember"}</td>
171 <td>{ts}Online signup and membership management.{/ts}</td>
172 </tr>
173 <tr class="even">
174 <td class="tasklist nowrap">{docURL page="user/email/what-is-civimail" text="CiviMail"}</td>
175 <td>{ts}Personalized email blasts and newsletters.{/ts}</td>
176 </tr>
177 <tr class="even">
178 <td class="tasklist nowrap">{docURL page="user/campaign/what-is-civicampaign" text="CiviCampaign"}</td>
179 <td>{ts}Link together events, mailings, activities, and contributions. Create surveys and online petitions.{/ts}</td>
180 </tr>
181 <tr class="even">
182 <td class="tasklist nowrap">{docURL page="user/case-management/what-is-civicase" text="CiviCase"}</td>
183 <td>{ts}Integrated case management for human service providers{/ts}</td>
184 </tr>
185 <tr class="even">
186 <td class="tasklist nowrap">{docURL page="user/grants/what-is-civigrant" text="CiviGrant"}</td>
187 <td>{ts}Distribute funds to others, for example foundations, grant givers, etc.{/ts}</td>
188 </tr>
189 </table>