Commit b518c3e7e3456cfe46f4c33cc455bb4e3b2b768a
1 parent
e01855cb
made it clearer that changes are instant, as per KTS-909
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5695 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
0 deletions
templates/ktcore/metadata/conditional/editcomplex.smarty
| ... | ... | @@ -53,6 +53,10 @@ the field's <strong>child</strong> fields &mdash; to become available. By assig |
| 53 | 53 | to behaviours, and creating relationships between behaviours, you can create extremely complex |
| 54 | 54 | relationships between available lookup values.{/i18n}</p> |
| 55 | 55 | |
| 56 | +<p class="descriptiveText important">{i18n}Changes made here are stored immediately, without you needing to | |
| 57 | +refresh the page.{/i18n}</p> | |
| 58 | + | |
| 59 | + | |
| 56 | 60 | <form method="POST" action="{$smarty.server.PHP_SELF}"> |
| 57 | 61 | <input type="hidden" name="fieldset_id" id="global-fieldset-id" value="{$fieldset_id}" /> |
| 58 | 62 | ... | ... |