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}

diff --git a/templates/ktcore/manage_permissions.smarty b/templates/ktcore/manage_permissions.smarty index b5f596d..00d2ffd 100644 --- a/templates/ktcore/manage_permissions.smarty +++ b/templates/ktcore/manage_permissions.smarty @@ -1,6 +1,6 @@

{i18n}Existing permissions{/i18n}

-

FIXME add a useful explanation about permissions.

+

{i18n}Permissions are descriptors used to ascertain whether groups of users have access to certain functionality. The built-in permissions below facilitate the default functionality of the DMS and can't be changed. Plugin developers may choose to add additional permissions below that manage access to their plugins functionality.{/i18n}

diff --git a/templates/ktcore/principals/roleadmin.smarty b/templates/ktcore/principals/roleadmin.smarty index 6706959..3eac61a 100644 --- a/templates/ktcore/principals/roleadmin.smarty +++ b/templates/ktcore/principals/roleadmin.smarty @@ -1,6 +1,6 @@

{i18n}Role Administration{/i18n}

-

FIXME Overview of roles.

+

{i18n}Workflow actions may be assigned to certain roles within the DMS. User groups are allocated to roles on a per-directory basis and are inherited from the root folder of the DMS. Roles may for example include "Document Creator", "Document Reviewer", "Document Publisher".{/i18n}

{if ($for_edit === false)} diff --git a/templates/ktcore/principals/unitadmin.smarty b/templates/ktcore/principals/unitadmin.smarty index 81d34ca..b8e6dc5 100644 --- a/templates/ktcore/principals/unitadmin.smarty +++ b/templates/ktcore/principals/unitadmin.smarty @@ -4,9 +4,9 @@
Add New Unit -

{i18n}Units allow you to delegate a portion -of the document management system to a particular part of your -organisation. Unit administrators have additional right within that +

{i18n}Units allow you to delegate the administration of a portion +of the DMS repository to a particular part of your +organisation. Unit administrators have additional rights within that portion of the document management system, and they can also adjust the membership of groups that belong to the unit.{/i18n}

Add UnitAdd a new unit.

diff --git a/templates/ktcore/principals/useradmin.smarty b/templates/ktcore/principals/useradmin.smarty index 717c684..c0d8f95 100644 --- a/templates/ktcore/principals/useradmin.smarty +++ b/templates/ktcore/principals/useradmin.smarty @@ -21,7 +21,7 @@ href="{addQS}action=addUser{/addQS}">{i18n}Add a new 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}

-- libgit2 0.21.4