X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FWidgets%2FForm%2FSelect;h=4489d49f580cb8d938fad26c3a93e482c0a54df8;hp=626ee2bd17f01f558c819c8b5dac46277d6770da;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/rt/share/html/Widgets/Form/Select b/rt/share/html/Widgets/Form/Select index 626ee2bd1..4489d49f5 100644 --- a/rt/share/html/Widgets/Form/Select +++ b/rt/share/html/Widgets/Form/Select @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,17 +46,19 @@ %# %# END BPS TAGGED BLOCK }}} <%DOC> -see docs/using_forms_widgets.pod +see docs/extending/using_forms_widgets.pod
% if ( $Description ) { <% $Description %> % } <& SELF:InputOnly, %ARGS &> +<% $Hints %>
<%ARGS> $Name $Description => undef, +$Hints => '' <%METHOD InputOnly>