X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FElements%2FEmailInput;h=2d5c690d112995a6ff464e0a9565b23120c3859c;hb=7322f2afedcc2f427e997d1535a503613a83f088;hp=1f561e98352fbee5099aee10ce529a038807fd44;hpb=45d35d5739d05e602bc317739485693e0e9ff0b5;p=freeside.git diff --git a/rt/share/html/Elements/EmailInput b/rt/share/html/Elements/EmailInput index 1f561e983..2d5c690d1 100644 --- a/rt/share/html/Elements/EmailInput +++ b/rt/share/html/Elements/EmailInput @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 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