 |
{action.Name}
|
{if action.UserLevel}
You need to be at least {action.UserLevel} level user to perform this operation.
{else}
Any user can perform this operation.
{endif}
|
{if action.ShowInMenu}
{if action.ShowInToolbar}
{if action.MenuCategory}
You can trigger this operation by pressing on the "{action.Name}" from the main form toolbar or from the menu path: {action.MenuCategory} -> {action.Name}.
{else}
You can trigger this operation by pressing on the "{action.Name}" from the main form toolbar or from the menu, by choosing {action.Name}.
{endif}
{else}
{if action.MenuCategory}
You can trigger this operation from the main menu path: {action.MenuCategory} -> {action.Name}.
{else}
You can trigger this operation from the main menu, by choosing {action.Name}.
{endif}
{endif}
{else}
{if action.ShowInToolbar}
You can trigger this operation by pressing on the "{action.Name}" from the main form toolbar.
{endif}
{endif}
{if action.Comments}
Description:
{action.Comments}
{endif}
{if action.HasProgressbar}
{if action.HasSecondaryProgressbar}
When you select this, two progressbars indicating the overall and the current progress status of the operation will be displayed.
{else}
When you select this, a progressbar indicating the progress status of the operation will be displayed.
{endif}
{endif}
{if action.HasHistory}
In the progress window associated with this operation, an info box displaying errors, warnings or status information will appear.
{endif}
|