Merge pull request #15316 from mepps/order-campaign-dashboard
[civicrm-core.git] / templates / CRM / Admin / Page / 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-navigation-title"}
11 {ts}Navigation Menu{/ts}
12 {/htxt}
13 {htxt id="id-navigation"}
14 <p>
15 {ts}This screen shows the current CiviCRM navigation menu for your site - viewed as a 'tree'. The top-level menu items are listed vertically. Click the triangle to the left of any top-level item ('branch') to expand it and see the menu items underneath it. Remember that some menu items shown here will not be displayed in the live menu bar which appears at the top of each CiviCRM screen. Users will only see menu items which they have permissions for, and menu items associated with disabled components will also be hidden.{/ts}
16 </p>
17 <p>
18 {ts}You can customize the CiviCRM navigation menu bar to better meet the needs of your users. You can:{/ts}
19 </p>
20 <ul>
21 <li>{ts}Add menu items at any level to support specific work-flows. For example, if your organization uses profile(s) for data entry, you can add menu items linking to those profiles. New menu items can also link to external (non-CiviCRM) web pages and web applications. Click 'New Menu Item' to add an item at any level.{/ts}</li>
22 <li>{ts}Rename menu items. Move your cursor over the menu item and right-click with your mouse. Then select 'Rename'.{/ts}</li>
23 <li>{ts}Delete menu items that you don't use. Right-click and select 'Delete'.{/ts}</li>
24 <li>{ts}Change the permissions for a menu item. Right-click and select 'Edit'.{/ts}</li>
25 <li>{ts}Re-order menu items (including moving them from one branch of the menu 'tree' to another. Simply use your mouse to 'drag and drop' the menu item to the new location.{/ts}</li>
26 </ul>
27 <p><em>{ts}Changes you make to the menu are saved immediately.{/ts}</em></p>
28 {/htxt}