Merge pull request #19057 from ixiam/dev/core#2173
[civicrm-core.git] / templates / CRM / Admin / Form / Navigation.hlp
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
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 |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10{htxt id="id-menu_url-title"}
11 {ts}Destination{/ts}
12{/htxt}
13{htxt id="id-menu_url"}
edc51caa 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}
6a488035
TO
15{/htxt}
16
4926ede8
O
17{htxt id="id-menu_icon-title"}
18 {ts}Icon{/ts}
19{/htxt}
20{htxt id="id-menu_icon"}
4d3ea23c 21{ts}Select an icon to appear to the left side of the navigation menu item.{/ts}
4926ede8
O
22{/htxt}
23
6a488035
TO
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}