Commit cc9d7bad4fb42246784ae157e678d019653825aa
1 parent
380e46b7
Merged in from DEV trunk...
KTS-1731 "Fix Typo on Dynamic Conditions page and reword explanatory text" Fixed. Modified text as per ticket. Committed By: Philip Arkcoll Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9114 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/search/administration/conditions.smarty
| 1 | <h2>{i18n}Dynamic Conditions{/i18n}</h2> | 1 | <h2>{i18n}Dynamic Conditions{/i18n}</h2> |
| 2 | 2 | ||
| 3 | -<p class="descriptiveText">{i18n}Dynamic Conditions give the administrator the capability 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}</p> | 3 | +<p class="descriptiveText">{i18n}Creating a Dynamic Condition involves setting up criteria that filters content in the DMS for the purposes of selectively assigning permissions associated with the Dynamic Condition, according to the specified criteria. Dynamic conditions are assigned on the folder's Permissions management page in Browse Documents. Dynamic Conditions are also used to create Guard permissions, which are required to perform transitions on Workflows. {/i18n}</p> |
| 4 | 4 | ||
| 5 | <form action="{$smarty.server.PHP_SELF}" method="POST"> | 5 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 6 | <fieldset> | 6 | <fieldset> |