X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSimpleSearch;h=7db2acaf35b561838e644099937b098e8bff8866;hb=a267a869ad2f2c9b6ba4e306aea6103e3a6bfe4e;hp=aee31ec3ea83af6258174e999d966375efc9f8c7;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/Elements/SimpleSearch b/rt/share/html/Elements/SimpleSearch index aee31ec3e..7db2acaf3 100755 --- a/rt/share/html/Elements/SimpleSearch +++ b/rt/share/html/Elements/SimpleSearch @@ -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,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')