From 39ff6b84de939dfb6c4f6ed282eeae1106299f7c Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 25 Apr 2006 13:44:18 +0000 Subject: [PATCH] KTS-888: don't show information about lookup fields on "normal" fields. --- templates/ktcore/metadata/editField.smarty | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/ktcore/metadata/editField.smarty b/templates/ktcore/metadata/editField.smarty index 2a4aa71..7231315 100644 --- a/templates/ktcore/metadata/editField.smarty +++ b/templates/ktcore/metadata/editField.smarty @@ -1,8 +1,5 @@

{i18n}Edit Field{/i18n}: {$oField->getName()|escape}

-

{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 Sticky attribute of a value will ensure that it will not be modified by changes in the external datasource list.{/i18n}

- -
{i18n}Field properties{/i18n} @@ -34,6 +31,8 @@ {assign var="aEnabledMetadata" value=$oField->getEnabledValues()} {assign var="aDisabledMetadata" value=$oField->getDisabledValues()} +

{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 Sticky attribute of a value will ensure that it will not be modified by changes in the external datasource list.{/i18n}

+

{i18n}Lookup Values{/i18n}

-- libgit2 0.21.4