Bug 766: (follow-up) improve usage comments in new TT include
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
781bedff8d
commit
ea543fdee0
1 changed files with 3 additions and 3 deletions
|
@ -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 ) %]
|
||||||
|
|
Loading…
Reference in a new issue