Define Smarty template for details Default: The Smarty template file must be placed in the templates subdirectory of the Web page.
The following template variables are available:
{$_EDIT_} -- The edit record icon
{$_DELETE_} -- The delete record icon
{$_RECNO_} -- The record number (this is not the primary key)
{$_PRIMARY_} -- urlencoded primary key
The field values and the field titles are available also. If a field "name" is defined, then:
{$NAME} -- field value
{$NAME_T} -- field title Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.0]
|