Commit 5e4afa0af16945aa05c829eb3feca36097917627
1 parent
154a66a4
- make the "cannot delete" aspects of conditions more clear.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4859 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
0 deletions
templates/ktcore/search/administration/conditions.smarty
| ... | ... | @@ -2,6 +2,9 @@ |
| 2 | 2 | |
| 3 | 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> |
| 4 | 4 | |
| 5 | +<p class="descriptiveText important">{i18n}Note that you cannot delete conditions, since that may | |
| 6 | +unexpectedly change permission assignments.{/i18n}</p> | |
| 7 | + | |
| 5 | 8 | |
| 6 | 9 | <h3>{i18n}Create a new condition{/i18n}</h3> |
| 7 | 10 | <form action="{$smarty.server.PHP_SELF}" method="POST"> | ... | ... |