X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FElements%2FEmailInput;h=8c47d2303cb7c9960912d162e4dfcfbe474bde7a;hb=01721976fa3324f41a3093cda68bc38a7eec5ff5;hp=2ae0ddb9ed971befedc5b89a390ef56e32de2fe3;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf;p=freeside.git diff --git a/rt/share/html/Elements/EmailInput b/rt/share/html/Elements/EmailInput index 2ae0ddb9e..8c47d2303 100644 --- a/rt/share/html/Elements/EmailInput +++ b/rt/share/html/Elements/EmailInput @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -45,9 +45,11 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} - value="<% $Default || '' %>" /> + value="<% $Default || '' %>" <% $Autocomplete ? q{data-autocomplete="Users"} : '' |n%> <% $AutocompleteMultiple ? q{data-autocomplete-multiple} : '' |n%> /> <%ARGS> $Name $Size => 40 $Default => '' +$Autocomplete => 1 +$AutocompleteMultiple => 0