Skip to content
Permalink
Browse files
* Render the preamble phrase in simple searches
git-svn-id: https://svn.eprints.org/eprints/trunk/system@7821 9491667e-5006-0410-a446-efbe8990b998
  • Loading branch information
Tim Brody committed Jul 26, 2012
1 parent 1ae31bb commit 403313685fb48180cf9960d5e62a7593c3b34aea
Showing with 2 additions and 4 deletions.
  1. +1 −1 lib/defaultcfg/cfg.d/eprint_search_simple.pl
  2. +1 −3 perl_lib/EPrints/Plugin/Screen/Search.pm
@@ -13,7 +13,7 @@
]
},
],
preamble_phrase => "cgi/search:preamble",
# preamble_phrase => "cgi/search:preamble",
title_phrase => "cgi/search:simple_search",
citation => "result",
page_size => 20,
@@ -298,10 +298,8 @@ sub render_simple_form
$input = $xhtml->hidden_field( "order", $session->param( "order" ) );
$form->appendChild( $input );

# $form->appendChild( $self->render_preamble );
$form->appendChild( $self->render_preamble );

# my( $sfield ) = $self->{processor}->{search}->get_non_filter_searchfields;
# $form->appendChild( $sfield->render );
$form->appendChild( $self->{processor}->{search}->render_simple_fields );

$input = $xml->create_element( "input",

0 comments on commit 4033136

Please sign in to comment.