Commit 54ee4c0369ff569775f7dc4bd6c432ddba578d17
1 parent
4faaea49
KTS-2036
"Spelling error: 'Assignement' on the 'Allocate permissions' on 'Document Permissions (by state)' when setting the permissions in workflow." Fixed. Committed By: Kevin Reviewed By: Jalaloedien git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6755 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
2 deletions
templates/ktcore/folder/permissions.smarty
| ... | ... | @@ -32,7 +32,7 @@ |
| 32 | 32 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 33 | 33 | <div class="field"> |
| 34 | 34 | |
| 35 | - <p class="descriptiveText">{i18n}Select roles and groups for whom you wish to change permission assignement from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}</p> | |
| 35 | + <p class="descriptiveText">{i18n}Select roles and groups for whom you wish to change permission assignment from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}</p> | |
| 36 | 36 | |
| 37 | 37 | <table> |
| 38 | 38 | ... | ... |
templates/ktcore/workflow/admin/allocate_permissions.smarty
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 9 | 9 | <div class="field"> |
| 10 | 10 | |
| 11 | - <p class="descriptiveText">{i18n}Select roles and groups for whom you wish to change permission assignement from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}</p> | |
| 11 | + <p class="descriptiveText">{i18n}Select roles and groups for whom you wish to change permission assignment from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}</p> | |
| 12 | 12 | |
| 13 | 13 | <table> |
| 14 | 14 | ... | ... |