X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FElements%2FSimpleSearch;h=b6f46cec58a03cdac1e33c5622f7e63b17422436;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=d6287f19bcb189dc796e10c554275d8ec1fb8fae;hpb=73a6a80a9ca5edbd43d139b7cb25bfee4abfd35e;p=freeside.git diff --git a/rt/share/html/Elements/SimpleSearch b/rt/share/html/Elements/SimpleSearch index d6287f19b..b6f46cec5 100755 --- a/rt/share/html/Elements/SimpleSearch +++ b/rt/share/html/Elements/SimpleSearch @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,8 +46,11 @@ %# %# END BPS TAGGED BLOCK }}} +<%init> +my $value = defined $DECODED_ARGS->{q} ? $DECODED_ARGS->{q} : ''; + <%ARGS> $SendTo => '/Search/Simple.html' $Placeholder => loc('Search')