diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc index 241fbfaf60..08536857a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc @@ -1,11 +1,11 @@ [% USE AuthorisedValues %] [%# Parameters: - name: tthe name of the select element + name: the name of the select element category: the authorised value category default: the default authorised value to select - class: the css class of the select element - size: the size to use for the input (generated if not authorised value category exist). + class: the CSS class of the select element + size: the size to use for the input (generated if the authorised value category does not exist). %] [% SET avs = AuthorisedValues.GetAuthValueDropbox( category, default ) %]