Add civicrm_post hook to regenerate member buttons.
[org.fsf.memberdashboard.git] / templates / CRM / Admin / Form / Setting / MemberDashboard.tpl
1 {*
2 FSF Member Dashboard
3 Copyright © 2014 Free Software Foundation, Inc.
4
5 This file is a part of FSF Member Dashboard.
6
7 FSF Member Dashboard is free software: you can redistribute it
8 and/or modify it under the terms of the GNU Affero General Public
9 License as published by the Free Software Foundation, either version
10 3 of the License, or (at your option) any later version.
11
12 FSF Member Dashboard is distributed in the hope that it will be
13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
14 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with FSF Member Dashboard. If not, see
19 <http://www.gnu.org/licenses/>.
20 *}
21
22 <div class="crm-block crm-form-block crm-regionlookup-form-block">
23 <fieldset>
24 <legend>{ts}Info Profile{/ts}</legend>
25
26 <div class="help">
27 {ts}The profile that members should see when editing their
28 contact information.{/ts}
29 </div>
30
31 <table class="form-layout-compressed">
32 <tr>
33 <td class="label">
34 {$form.memberdashboard_info_profile_id.label}
35 </td>
36 <td>
37 {$form.memberdashboard_info_profile_id.html}
38 </td>
39 </tr>
40 <tr>
41 <td class="label">
42 {$form.memberdashboard_button_api_url.label}
43 </td>
44 <td>
45 {$form.memberdashboard_button_api_url.html}
46 </td>
47 </tr>
48 <tr>
49 <td class="label">
50 {$form.memberdashboard_button_api_user.label}
51 </td>
52 <td>
53 {$form.memberdashboard_button_api_user.html}
54 </td>
55 </tr>
56 <tr>
57 <td class="label">
58 {$form.memberdashboard_button_api_password.label}
59 </td>
60 <td>
61 {$form.memberdashboard_button_api_password.html}
62 </td>
63 </tr>
64 </table>
65 </fieldset>
66
67 <div class="crm-submit-buttons">
68 {include file="CRM/common/formButtons.tpl" location="bottom"}
69 </div>
70 </div>