From bc2f0be3279f1fb52d985d0b3facad170413d3a8 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Wed, 16 Aug 2006 14:30:51 +0000 Subject: [PATCH] fix for KTS-1230 --- templates/ktcore/folder/roles.smarty | 4 ++-- templates/ktcore/folder/roles_manageusers.smarty | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/ktcore/folder/roles.smarty b/templates/ktcore/folder/roles.smarty index aa99f3c..fb4afa5 100644 --- a/templates/ktcore/folder/roles.smarty +++ b/templates/ktcore/folder/roles.smarty @@ -36,7 +36,7 @@ role allocations may take a some time, depending on the number of folders below {/if} {if ($aRole.allocation_id === null)} - {i18n}Override Parent Allocation{/i18n} + {i18n}Override Parent Allocation{/i18n} {else} {i18n}Edit Users{/i18n} {i18n}Edit Groups{/i18n} @@ -47,7 +47,7 @@ role allocations may take a some time, depending on the number of folders below {/foreach} {else} -

{i18n}No roles defined in the Role Administration area.{/i18n}

+

{i18n}No roles defined in the Role Administration area.{/i18n}

{/if} diff --git a/templates/ktcore/folder/roles_manageusers.smarty b/templates/ktcore/folder/roles_manageusers.smarty index be713eb..b356687 100644 --- a/templates/ktcore/folder/roles_manageusers.smarty +++ b/templates/ktcore/folder/roles_manageusers.smarty @@ -5,7 +5,7 @@ {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} -{*

FIXME help text for role-editing.

*} +

{i18n}Add or remove users for this role. {/i18n}

@@ -18,8 +18,12 @@
{i18n}Allocate User to Role{/i18n} -

{i18n}Select the users which should be part of this role.{/i18n} {* FIXME this helptext - is v. awkward. *}

+

{i18n} +To add users to this role, select one or more user names in the Available Users field; then, double click or use the right pointing arrow to populate the Member users field. +To remove users from this role, select one or more user names in the Member users field; then, double click, or use the left pointing arrow to move these names to Available Users.{/i18n}

+ +

{i18n}Use the Filter fields to display names in order of specified criteria. +Use the Ctrl key to multi-select user names.{/i18n}

-- libgit2 0.21.4