From 505ac3946303f361d52e4e2ebda20eea46276fef Mon Sep 17 00:00:00 2001
From: bshuttle
Date: Thu, 2 Feb 2006 13:57:40 +0000
Subject: [PATCH] daniel's text fixes.
---
plugins/ktcore/KTCorePlugin.php | 4 ++--
templates/ktcore/folder/roles_managegroups.smarty | 2 +-
templates/ktcore/manage_permissions.smarty | 2 +-
templates/ktcore/principals/roleadmin.smarty | 2 +-
templates/ktcore/principals/unitadmin.smarty | 6 +++---
templates/ktcore/principals/useradmin.smarty | 2 +-
templates/ktcore/search/administration/conditions.smarty | 5 ++++-
7 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php
index c53bf46..af075cb 100644
--- a/plugins/ktcore/KTCorePlugin.php
+++ b/plugins/ktcore/KTCorePlugin.php
@@ -69,7 +69,7 @@ class KTCorePlugin extends KTPlugin {
_("Manage Groups"), _("Add or remove groups from the system."),
'admin/groupManagement.php', null);
$this->registerAdminPage("units", 'KTUnitAdminDispatcher', "principals",
- _("Control Units"), _("Specify which organisation units are available."),
+ _("Control Units"), _("Specify which organisational units are available within the repository."),
'admin/unitManagement.php', null);
// disabled until it actually makes sense.
//$this->registerAdminPage("orgs",'KTOrgAdminDispatcher',"principals", "Control Organisations","Specify which organisations are available.", 'admin/orgManagement.php', null);
@@ -81,7 +81,7 @@ class KTCorePlugin extends KTPlugin {
_("Roles"), _("Create or delete roles"),
'admin/roleManagement.php', null);
$this->registerAdminPage("conditions", 'KTConditionDispatcher', "security",
- _("Conditions"),
+ _("Dynamic Conditions"),
_("Manage criteria which determine whether a user is permitted to perform a system action."),
'admin/conditions.php', null);
diff --git a/templates/ktcore/folder/roles_managegroups.smarty b/templates/ktcore/folder/roles_managegroups.smarty
index cc38026..6c86fef 100644
--- a/templates/ktcore/folder/roles_managegroups.smarty
+++ b/templates/ktcore/folder/roles_managegroups.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}Groups must be allocated to roles to ensure that the workflow transition this role is supposed to support can be acted upon by a user.{/i18n}
{i18n}Since there may be many users in the system, please
select a group from the list below, or type a few letters from the person's username
to begin. Alternatively, view all users (note that this may be
-very slow if you have many users.{/i18n}
+very slow if you have many users).{/i18n}
{foreach item=oWidget from=$search_fields}
{$oWidget->render()}
diff --git a/templates/ktcore/search/administration/conditions.smarty b/templates/ktcore/search/administration/conditions.smarty
index 0ce91a3..b567abd 100644
--- a/templates/ktcore/search/administration/conditions.smarty
+++ b/templates/ktcore/search/administration/conditions.smarty
@@ -1,4 +1,7 @@
-{i18n}Conditions{/i18n}
+{i18n}Dynamic Conditions{/i18n}
+
+{i18n}Dynamic Conditions give the administrator the cability to define what permissions are applied to document within a folder based on a set of rules. These rules may be applied to the document's metadata, contents, or transactional information. Dynamic Conditions are applied on a per folder basis and may be setup from the folder's permissions section.{/i18n}
+
{i18n}Create a new condition{/i18n}