Commit 39ff6b84de939dfb6c4f6ed282eeae1106299f7c
1 parent
0f9965ab
KTS-888: don't show information about lookup fields on "normal" fields.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5344 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
3 deletions
templates/ktcore/metadata/editField.smarty
| 1 | 1 | <h2>{i18n}Edit Field{/i18n}: {$oField->getName()|escape}</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText">{i18n}Lookup fields may have be composed of an arbitrary number of values. These values may be added to the Lookup field by entering them in below. If these values are being generated by, or synchronised to, an external datasource, toggling the <strong>Sticky</strong> attribute of a value will ensure that it will not be modified by changes in the external datasource list.{/i18n}</p> | |
| 4 | - | |
| 5 | - | |
| 6 | 3 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 7 | 4 | <fieldset> |
| 8 | 5 | <legend>{i18n}Field properties{/i18n}</legend> |
| ... | ... | @@ -34,6 +31,8 @@ |
| 34 | 31 | {assign var="aEnabledMetadata" value=$oField->getEnabledValues()} |
| 35 | 32 | {assign var="aDisabledMetadata" value=$oField->getDisabledValues()} |
| 36 | 33 | |
| 34 | +<p class="descriptiveText">{i18n}Lookup fields may be composed of an arbitrary number of values. These values may be added to the Lookup field by entering them in below. If these values are being generated by, or synchronised to, an external datasource, toggling the <strong>Sticky</strong> attribute of a value will ensure that it will not be modified by changes in the external datasource list.{/i18n}</p> | |
| 35 | + | |
| 37 | 36 | <h2>{i18n}Lookup Values{/i18n}</h2> |
| 38 | 37 | |
| 39 | 38 | <form action="{$smarty.server.PHP_SELF}" method="POST"> | ... | ... |