Commit 23e39115e4f502d79f4958f42d1e10e01f78cac7
1 parent
dfb394f2
descriptiveText improvements from Daniel Chalef <daniel@jamwarehouse.com>
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4629 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
16 changed files
with
24 additions
and
31 deletions
templates/ktcore/folder/roles.smarty
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | {/i18n}</p> |
| 8 | 8 | |
| 9 | 9 | <div class='ktInfo'><p><strong>{i18n}Warning:{/i18n}</strong>{i18n} Please note that changing |
| 10 | -role allocations can take very long time, depending on the number of folders below this one.{/i18n}</p></div> | |
| 10 | +role allocations may take a some time, depending on the number of folders below this one.{/i18n}</p></div> | |
| 11 | 11 | |
| 12 | 12 | <table class="listing"> |
| 13 | 13 | <thead> |
| ... | ... | @@ -48,4 +48,4 @@ role allocations can take very long time, depending on the number of folders bel |
| 48 | 48 | <tr><td colspan="4" class="ktInfo"><p>{i18n}No roles defined in the Role Administration area.{/i18n}</p></td></tr> |
| 49 | 49 | {/if} |
| 50 | 50 | </tbody> |
| 51 | -</table> | |
| 52 | 51 | \ No newline at end of file |
| 52 | +</table> | ... | ... |
templates/ktcore/folder/roles_managegroups.smarty
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | |
| 19 | 19 | <fieldset> |
| 20 | 20 | <legend>{i18n}Allocate Groups to Role{/i18n}</legend> |
| 21 | - <p class="descriptiveText">{i18n}Select the groups which should be part of this role.{/i18n} <strong>FIXME</strong> this helptext is v. awkward.</p> | |
| 21 | + <p class="descriptiveText">{i18n}Select the groups which should be part of this role.{/i18n}</p> | |
| 22 | 22 | |
| 23 | 23 | <table border="0" width="600"> |
| 24 | 24 | <thead> | ... | ... |
templates/ktcore/metadata/editFieldset.smarty
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | <legend>{i18n}Fieldset properties{/i18n}</legend> |
| 14 | 14 | |
| 15 | 15 | <p class="descriptiveText"> |
| 16 | - <strong>FIXME</strong> add help text for fieldset editing. | |
| 16 | + {i18n}Please complete the following fields to edit the fieldset's properties and then click <strong>Change</strong>. Required fields are marked with a red square.{/i18n} | |
| 17 | 17 | </p> |
| 18 | 18 | |
| 19 | 19 | <input type="hidden" name="fFieldsetId" value="{$oFieldset->getId()}" /> |
| ... | ... | @@ -110,7 +110,7 @@ field can depend on the user's selections for the others.{/i18n} |
| 110 | 110 | <h3>{i18n}Fieldset members{/i18n}</h3> |
| 111 | 111 | |
| 112 | 112 | <p class="descriptiveText"> |
| 113 | - <strong>FIXME</strong> add help text for fieldset members. | |
| 113 | + {i18n}A fieldset is a collection of fields that comprise a defined set of document metadata. You may add, edit or delete members of this fieldset collection below.{/i18n} | |
| 114 | 114 | </p> |
| 115 | 115 | |
| 116 | 116 | |
| ... | ... | @@ -144,7 +144,7 @@ href="{$smarty.server.PHP_SELF}?action=editField&fFieldId={$oField->getId()}&fFi |
| 144 | 144 | <fieldset> |
| 145 | 145 | <legend>{i18n}Add a new field{/i18n}</legend> |
| 146 | 146 | |
| 147 | -<p class="descriptiveText"><strong>FIXME</strong> add help text for field creation.</p> | |
| 147 | +<p class="descriptiveText">{i18n}To add a new field, enter the field's name, description and field type below and then click <strong>Add field</strong>. If the field type requires additional lookup values you will be prompted to enter them.{/i18n}</p> | |
| 148 | 148 | |
| 149 | 149 | <input type="hidden" name="fFieldsetId" value="{$oFieldset->getId()}"> |
| 150 | 150 | <input type="hidden" name="action" value="newfield"> | ... | ... |
templates/ktcore/metadata/listFieldsets.smarty
| 1 | 1 | <h2>{i18n}Document Fieldsets{/i18n}</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText"><strong>FIXME</strong> add documentation about what fieldsets are, and how to use them.</p> | |
| 3 | +<p class="descriptiveText">{i18n}Collections of fields are associated into fieldsets. These represent a set of related information which can be associated with a document and thus comprise part of the document's metadata.{/i18n}</p> | |
| 4 | 4 | |
| 5 | 5 | { if $fieldsets} |
| 6 | 6 | <h3>{i18n}Existing document fieldsets{/i18n}</h3> |
| ... | ... | @@ -53,8 +53,6 @@ |
| 53 | 53 | <form method="POST" action="{$smarty.server.PHP_SELF}"> |
| 54 | 54 | <fieldset><legend>{i18n}Create a new document fieldset{/i18n}</legend> |
| 55 | 55 | |
| 56 | -<p class="descriptiveText"><strong>FIXME</strong> add documentation about what fieldsets are, and how to use them.</p> | |
| 57 | - | |
| 58 | 56 | |
| 59 | 57 | <input type="hidden" name="action" value="new" /> |
| 60 | 58 | ... | ... |
templates/ktcore/principals/addgroup.smarty
| 1 | 1 | <h2>{i18n}Add a new group{/i18n}</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText">{i18n}Add a new group{/i18n}</p> | |
| 3 | +<p class="descriptiveText">{i18n}Users may be classed together as Groups and these groups may be used to set security privileges throughout the document management system.{/i18n}</p> | |
| 4 | 4 | |
| 5 | 5 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 6 | 6 | <input type="hidden" name="action" value="createGroup" /> |
| 7 | 7 | |
| 8 | 8 | <fieldset> |
| 9 | 9 | <legend>{i18n}Specify group details{/i18n}</legend> |
| 10 | - <p class="descriptiveText"><strong>FIXME</strong> brief overview of group editing.</p> | |
| 10 | + <p class="descriptiveText">{i18n}Please enter the Group's details below and then click <strong>create group</strong>. Fields marked with a red square are required.{/i18n}</p> | |
| 11 | 11 | {foreach item=oWidget from=$add_fields} |
| 12 | 12 | {$oWidget->render()} |
| 13 | 13 | {/foreach} | ... | ... |
templates/ktcore/principals/adduser.smarty
| 1 | 1 | <h2>{i18n}Add a user{/i18n}</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText"><strong>FIXME</strong> brief overview of user management.</p> | |
| 3 | +<p class="descriptiveText">{i18n}Please complete the form below to add a new user. Fields marked with a red square are required. By default, users are created using KnowledgeTree's builtin authentication provider. Should you wish to use an external authentication provider such as LDAP, please ensure that the provider's plugin is registered and enabled.{/i18n}</p> | |
| 4 | 4 | |
| 5 | 5 | {if $authentication_sources} |
| 6 | 6 | <form action="{$smarty.server.PHP_SELF}" method="POST"> | ... | ... |
templates/ktcore/principals/editgroup.smarty
| ... | ... | @@ -8,7 +8,7 @@ the system's information about group <strong>#name</strong>{/i18n}</p> |
| 8 | 8 | <input type="hidden" name="group_id" value="{$edit_group->getId()}" /> |
| 9 | 9 | <fieldset> |
| 10 | 10 | <legend>{i18n}Change Group Details{/i18n}</legend> |
| 11 | - <p class="descriptiveText"><strong>FIXME</strong> brief overview of group editing.</p> | |
| 11 | + <p class="descriptiveText">{i18n}Users may be classed together as Groups and these groups may be used to set security privileges throughout the document management system.{/i18n}</p> | |
| 12 | 12 | {foreach item=oWidget from=$edit_fields} |
| 13 | 13 | {$oWidget->render()} |
| 14 | 14 | {/foreach} | ... | ... |
templates/ktcore/principals/edituser.smarty
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <input type="hidden" name="user_id" value="{$edit_user->getId()}" /> |
| 6 | 6 | <fieldset> |
| 7 | 7 | <legend>{i18n}Change User Details{/i18n}</legend> |
| 8 | - <p class="descriptiveText"><strong>FIXME</strong> brief overview of user editing.</p> | |
| 8 | +<p class="descriptiveText">{i18n}Please complete the form below to edit the user. Fields marked with a red square are required. By default, users are created using KnowledgeTree's builtin authentication provider. Should you wish to use an external authentication provider such as LDAP, please ensure that the provider's plugin is registered and enabled.{/i18n}</p> | |
| 9 | 9 | {foreach item=oWidget from=$edit_fields} |
| 10 | 10 | |
| 11 | 11 | {$oWidget->render()} | ... | ... |
templates/ktcore/principals/groupadmin.smarty
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | <p class="descriptiveText">{i18n}Since there may be many groups in the |
| 10 | 10 | system, please type a few letters from the group's name to begin. |
| 11 | 11 | Alternatively, <a href="?show_all=1">view all groups</a> (note that this |
| 12 | -may be very slow if you have many groups.{/i18n}</p> | |
| 12 | +action may take some time if you have many groups).{/i18n}</p> | |
| 13 | 13 | |
| 14 | 14 | {foreach item=oWidget from=$search_fields} |
| 15 | 15 | {$oWidget->render()} | ... | ... |
templates/ktcore/principals/groups_managesubgroups.smarty
| ... | ... | @@ -5,9 +5,7 @@ |
| 5 | 5 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} |
| 6 | 6 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} |
| 7 | 7 | |
| 8 | -<p class="descriptiveText"><strong>FIXME</strong> help text for group-editing. | |
| 9 | -<strong>FIXME</strong> there are potential unexpected | |
| 10 | -side-effects to this when used by unitAdmins.</p> | |
| 8 | +<p class="descriptiveText">{i18n}Groups may contain other groups, allowing for a convenient way to build tree's of users and efficiently assign security privileges.{/i18n}</p> | |
| 11 | 9 | |
| 12 | 10 | <form action="{$smarty.server.PHP_SELF}" method="POST" id="usergroupform"> |
| 13 | 11 | <input type="hidden" name="action" value="updateGroupMembers" /> |
| ... | ... | @@ -20,7 +18,7 @@ side-effects to this when used by unitAdmins.</p> |
| 20 | 18 | |
| 21 | 19 | <fieldset> |
| 22 | 20 | <legend>{i18n arg_name=$edit_group->getName()}Change Sub-Groups in #name#{/i18n}</legend> |
| 23 | - <p class="descriptiveText">{i18n}Select the groups which should be part of this group.{/i18n} <strong>FIXME</strong> this helptext is v. awkward.</p> | |
| 21 | + <p class="descriptiveText">{i18n}Select the groups from the left-hand list that you would like to add to this group and then click the <strong>right pointing arrows</strong>. Once you have added all the groups that you require, press <strong>save changes</strong>. Only groups that are logically capable of being included in this group will be available to be added.{/i18n}</p> | |
| 24 | 22 | |
| 25 | 23 | <table border="0" width="600"> |
| 26 | 24 | <thead> | ... | ... |
templates/ktcore/principals/groups_manageusers.smarty
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} |
| 6 | 6 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} |
| 7 | 7 | |
| 8 | -<p class="descriptiveText"><strong>FIXME</strong> help text for group-editing. | |
| 8 | +<p class="descriptiveText">{i18n}Users may be associated with Groups which are then used to grant these users security privileges.{/i18n}</p> | |
| 9 | 9 | |
| 10 | 10 | <form action="{$smarty.server.PHP_SELF}" method="POST" id="usergroupform"> |
| 11 | 11 | <input type="hidden" name="action" value="updateUserMembers" /> |
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | |
| 19 | 19 | <fieldset> |
| 20 | 20 | <legend>{i18n arg_name=$edit_group->getName()}Manage Users in #name#{/i18n}</legend> |
| 21 | - <p class="descriptiveText">{i18n}Select the users which should be part of this group.{/i18n} <strong>FIXME</strong> this helptext is v. awkward.</p> | |
| 21 | + <p class="descriptiveText">{i18n}Select the users which should be part of this group from the left-hand list and then click the <strong>right pointing arrows</strong>. Once you have added all the users that you require, press <strong>save changes</strong>.{/i18n}</p> | |
| 22 | 22 | |
| 23 | 23 | <table border="0" width="600"> |
| 24 | 24 | <thead> | ... | ... |
templates/ktcore/principals/password.smarty
| 1 | 1 | <h2>Password</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText"><strong>FIXME</strong> better helptext. Change your password.</p> | |
| 3 | +<p class="descriptiveText">{i18n}You may change your password by entering it in the fields below. Your system administrator may have defined certain rules (such as minimum password length) that your password must abide by.{/i18n}</p> | |
| 4 | 4 | |
| 5 | 5 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 6 | 6 | <input type="hidden" name="action" value="updatePassword" /> | ... | ... |
templates/ktcore/principals/preferences.smarty
| 1 | 1 | <h2>Preferences</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText">{i18n}From here you can adjust certain basic | |
| 4 | -preferences about how you work with KnowledgeTree.{/i18n}</p> | |
| 3 | +<p class="descriptiveText">{i18n}You may change details about yourself by editing the entries below. Once you have completed the form, click on <strong>Update your details</strong>.{/i18n}</p> | |
| 5 | 4 | |
| 6 | 5 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 7 | 6 | <input type="hidden" name="action" value="updatePreferences" /> | ... | ... |
templates/ktcore/principals/unitadmin.smarty
| 1 | 1 | <h2>{i18n}Unit Administration{/i18n}</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText"><strong>FIXME</strong> Overview of units.</p> | |
| 3 | +<p class="descriptiveText">{i18n}KnowledgeTree allows administrators the ability to create <strong>Units</strong> that model the organisation's business units. Units may have their own administrators and users and groups may be assigned to these units.{/i18n}</p> | |
| 4 | 4 | |
| 5 | 5 | {if ($for_edit === false)} |
| 6 | 6 | ... | ... |
templates/ktcore/principals/updatepassword.smarty
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <input type="hidden" name="user_id" value="{$edit_user->getId()}" /> |
| 6 | 6 | <fieldset> |
| 7 | 7 | <legend>{i18n}Change User's Password{/i18n}</legend> |
| 8 | - <p class="descriptiveText">{i18n}Change the user's password.{/i18n}</p> | |
| 8 | + <p class="descriptiveText">{i18n}Change the user's password. Password rules may have been defined that this new password must abide by.{/i18n}</p> | |
| 9 | 9 | {foreach item=oWidget from=$edit_fields} |
| 10 | 10 | {$oWidget->render()} |
| 11 | 11 | {/foreach} | ... | ... |
templates/ktcore/principals/usergroups.smarty
| ... | ... | @@ -5,9 +5,7 @@ |
| 5 | 5 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} |
| 6 | 6 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} |
| 7 | 7 | |
| 8 | -<p class="descriptiveText"><strong>FIXME</strong> help text for group-editing. | |
| 9 | -<strong>FIXME</strong> there are potential unexpected | |
| 10 | -side-effects to this when used by unitAdmins.</p> | |
| 8 | +<p class="descriptiveText">{i18n}Users may be classed together as Groups and these groups may be used to set security privileges throughout the document management system.{/i18n}</p> | |
| 11 | 9 | |
| 12 | 10 | <form action="{$smarty.server.PHP_SELF}" method="POST" id="usergroupform"> |
| 13 | 11 | <input type="hidden" name="action" value="updateGroups" /> |
| ... | ... | @@ -20,8 +18,8 @@ side-effects to this when used by unitAdmins.</p> |
| 20 | 18 | |
| 21 | 19 | <fieldset> |
| 22 | 20 | <legend>{i18n arg_name=$edit_user->getName()}Change #name#'s Groups{/i18n}</legend> |
| 23 | - <p class="descriptiveText">{i18n}Select the groups which should | |
| 24 | -contain this user.{/i18n} <strong>FIXME</strong> this helptext is v. awkward.</p> | |
| 21 | + | |
| 22 | +<p class="descriptiveText">{i18n}Select the groups which this user should belong to from the left-hand list and then click the <strong>right pointing arrows</strong>. Once you have added all the groups that you require, press <strong>save changes</strong>.{/i18n}</p> | |
| 25 | 23 | |
| 26 | 24 | <table border="0" width="600"> |
| 27 | 25 | <thead> | ... | ... |