From 364b2f87c7200387509cc6de73ceba114a5e2870 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 1 Jun 2002 20:55:05 +0000 Subject: [PATCH] Shortened the word boxes. --- lib/WebGUI/Search.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Search.pm b/lib/WebGUI/Search.pm index f0d352f07..40ac8b7b2 100644 --- a/lib/WebGUI/Search.pm +++ b/lib/WebGUI/Search.pm @@ -79,16 +79,16 @@ sub form { $f->raw(''); $f->raw(''); $f->raw(''); $f->raw(''); $f->raw(''); $f->raw(''); $f->raw('
'.WebGUI::International::get(530).''); - $f->text('all','',$session{form}{all}); + $f->text('all','',$session{form}{all},'','','',($session{setting}{textBoxSize}-5)); $f->raw('
'.WebGUI::International::get(531).''); - $f->text('exactPhrase','',$session{form}{exactPhrase}); + $f->text('exactPhrase','',$session{form}{exactPhrase},'','','',($session{setting}{textBoxSize}-5)); $f->raw('
'.WebGUI::International::get(532).''); - $f->text('atLeastOne','',$session{form}{atLeastOne}); + $f->text('atLeastOne','',$session{form}{atLeastOne},'','','',($session{setting}{textBoxSize}-5)); $f->raw('
'.WebGUI::International::get(533).''); - $f->text('without','',$session{form}{without}); + $f->text('without','',$session{form}{without},'','','',($session{setting}{textBoxSize}-5)); $f->raw('
'); $f->raw('');