Commit 875d76786c4b394bea6f591068219de7c0f9ae2e
1 parent
841a5313
Merged in from DEV trunk...
KTS-1731 "Fix Typo on Dynamic Conditions page and reword explanatory text" Fixed. Corrected capability typo. Committed By: Philip Arkcoll Reviewed By: Conrad Vermulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8700 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/search/administration/conditions.smarty
| 1 | 1 | <h2>{i18n}Dynamic Conditions{/i18n}</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText">{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}</p> | |
| 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> | |
| 4 | 4 | |
| 5 | 5 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 6 | 6 | <fieldset> | ... | ... |