Commit 52e3ac18eed5a12f429545f8a572f2c82a346ffa
1 parent
c0be2839
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/trunk@8699 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> | ... | ... |