|
#ENDIF
#ELSIF(#Type EQ "Boolean")
#LOCAL("AliasOn", #Alias."_on")
#LOCAL("AliasOff", #Alias."_off")
#ENDLOCAL
#ENDLOCAL
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
|
#ELSIF(#Type EQ "Date")
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
|
#ELSIF(#Type EQ "DateTime")
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
|
#ELSIF(#Type EQ "Time")
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
|
#ELSIF(#Type EQ "Integer")
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
|
#ELSIF(#Type EQ "Float")
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
|
#ELSIF(#Type EQ "Money")#LOCAL("CurrencyID", #Shop.CurrencyID)
#ENDLOCAL
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
|
#ELSIF(#Type EQ "File" OR #Type EQ "LocalizedFile")
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
|
#ELSIF(#Type EQ "PreDefString" OR #Type EQ "PreDefLocalizedString" )
#LOCAL("SelectedValueID", #Value.ID)#IF(NOT #DEFINED(#SelectedValueID))#SET("SelectedValueID",0)#ENDIF
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
#ENDLOCAL
#ELSE
#IF(#Description)
{RegFormFieldDescr}: #Description
#ENDIF
#ENDIF
|