From ea543fdee0ce6c3b43386536d51b56f0c5f92036 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 4 May 2014 23:11:34 +0000 Subject: [PATCH] Bug 766: (follow-up) improve usage comments in new TT include Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/includes/av-build-dropbox.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) %] -- 2.39.2