Bug 766: (follow-up) improve usage comments in new TT include

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-05-04 23:11:34 +00:00
parent 781bedff8d
commit ea543fdee0

View file

@ -1,11 +1,11 @@
[% USE AuthorisedValues %] [% USE AuthorisedValues %]
[%# [%#
Parameters: Parameters:
name: tthe name of the select element name: the name of the select element
category: the authorised value category category: the authorised value category
default: the default authorised value to select default: the default authorised value to select
class: the css class of the select element class: the CSS class of the select element
size: the size to use for the input (generated if not authorised value category exist). size: the size to use for the input (generated if the authorised value category does not exist).
%] %]
[% SET avs = AuthorisedValues.GetAuthValueDropbox( category, default ) %] [% SET avs = AuthorisedValues.GetAuthValueDropbox( category, default ) %]