Merge pull request #18008 from civicrm/5.28
[civicrm-core.git] / templates / CRM / Admin / Form / Navigation.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 {htxt id="id-menu_url-title"}
11 {ts}Destination{/ts}
12 {/htxt}
13 {htxt id="id-menu_url"}
14 {ts}Enter the destination URL. Generally you should use relative URLs for CiviCRM pages (e.g. links to profiles). Use complete URLs for external pages. Leave this field empty if you are creating a menu section that does not have a clickable destination.{/ts}
15 {/htxt}
16
17 {htxt id="id-menu_icon-title"}
18 {ts}Icon{/ts}
19 {/htxt}
20 {htxt id="id-menu_icon"}
21 {ts}Select an icon to appear to the left side of the navigation menu item.{/ts}
22 {/htxt}
23
24 {htxt id="id-parent-title"}
25 {ts}Parent Section{/ts}
26 {/htxt}
27 {htxt id="id-parent"}
28 {ts}Select the menu item corresponding to the section this item should be placed in. If this is a top-level menu, leave this field empty.{/ts}
29 {/htxt}
30
31 {htxt id="id-has_separator-title"}
32 {ts}Separators{/ts}
33 {/htxt}
34 {htxt id="id-has_separator"}
35 {ts}Check this box to add a separator line between this menu item and the one below it.{/ts}
36 {/htxt}
37
38 {htxt id="id-menu_permission-title"}
39 {ts}Permissions{/ts}
40 {/htxt}
41 {htxt id="id-menu_permission"}
42 {ts}You can assign one or more permissions to this menu item. Multiple permissions are additive by default. EXAMPLE: If you assign <em>access CiviContribute</em> and <em>administer CiviCRM</em> to a menu item, a user will need to have BOTH permissions to access it. You can change this behavior to "either / or" by changing the Operator below.{/ts}
43 {/htxt}
44
45 {htxt id="id-permission_operator-title"}
46 {ts}Permission Operator{/ts}
47 {/htxt}
48 {htxt id="id-permission_operator"}
49 {ts}Set the Operator to "OR" if you've assigned multiple permissions and want access to be granted for any one of them. EXAMPLE: If you assign <em>access CiviContribute</em> and <em>administer CiviCRM</em> to a menu item, and set the Operator to "OR", users who have either of those permissions will have access.{/ts}
50 {/htxt}