Merge pull request #15800 from eileenmcnaughton/anet_valid
[civicrm-core.git] / templates / CRM / Core / Form / RecurringEntity.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {capture assign='entityType'}{$params.entityType|lower}{/capture}
11
12 {htxt id="id-repeats-title"}
13 {ts}Repeats{/ts}
14 {/htxt}
15 {htxt id="id-repeats"}
16 {ts 1=$entityType}Access the drop-down menus here to select how frequently your %1 occurs.{/ts}
17 {ts 1=$entityType}Example: You would select options "1 month", if your %1 occurs every month.{/ts}
18 {/htxt}
19
20 {htxt id="id-repeats-on-title"}
21 {ts}Repeats on{/ts}
22 {/htxt}
23 {htxt id="id-repeats-on"}
24 {ts 1=$entityType}You can choose to select your %1 to repeat on weekdays, weekends or any combination of day of the week.{/ts}<br/>
25 {ts 1=$entityType}Example: You can select Monday, Wednesday and Friday for your %1 to occur on alternate weekdays.{/ts}
26 {/htxt}
27
28 {htxt id="id-repeats-by-month-title"}
29 {ts}Repeats by day of the month{/ts}
30 {/htxt}
31 {htxt id="id-repeats-by-month"}
32 {ts}Options given here are days of a month from 1 - 31{/ts}<br/>
33 {ts 1=$entityType}Example: If your %1 repeats 8th of every month then you would select 8.{/ts}
34 {/htxt}
35
36 {htxt id="id-repeats-by-week-title"}
37 {ts}Repeats by day of the week{/ts}
38 {/htxt}
39 {htxt id="id-repeats-by-week"}
40 {ts 1=$entityType}You can choose to select %1 occurring every third Friday, last Monday, fourth Wednesday of the month and various other combinations given in the dropdown.{/ts}
41 {/htxt}
42
43 {htxt id="id-ends-after-title"}
44 {ts}Ends{/ts}
45 {/htxt}
46 {htxt id="id-ends-after"}
47 {ts 1=$entityType}Use this field to limit/end the repetition of the %1.{/ts}<br/>
48 {ts 1=$entityType}Example: If you want to repeat an %1 6 times, then set 6 as a value for this field.{/ts}
49 {/htxt}
50
51 {htxt id="id-ends-on-title"}
52 {ts}Ends{/ts}
53 {/htxt}
54 {htxt id="id-ends-on"}
55 {ts}Choose a specific date to limit/end the repetition.{/ts}
56 {/htxt}
57
58 {htxt id="id-exclude-date-title"}
59 {ts}Exclude Date(s){/ts}
60 {/htxt}
61 {htxt id="id-exclude-date"}
62 {ts}This field enables you to alter certain sessions, skip holidays, or create gaps in the sequence for other reasons.{/ts}
63 {/htxt}