X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSimpleSearch;h=2b7e6e21fb767717933d7afb32d9bdd2a11ddd7f;hb=de9d037528895f7151a9aead6724ce2df95f9586;hp=6d9bce84cdfc1fea462cd344dff198c3ad9a4520;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/rt/share/html/Elements/SimpleSearch b/rt/share/html/Elements/SimpleSearch index 6d9bce84c..2b7e6e21f 100755 --- a/rt/share/html/Elements/SimpleSearch +++ b/rt/share/html/Elements/SimpleSearch @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,8 +46,12 @@ %# %# END BPS TAGGED BLOCK }}} +<%init> +my $value = defined $DECODED_ARGS->{q} ? $DECODED_ARGS->{q} : ''; + <%ARGS> $SendTo => '/Search/Simple.html' +$Placeholder => loc('Search')