summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-08 12:36:38 +0400
committerAndrew Dolgov <[email protected]>2009-10-08 12:36:38 +0400
commitb17106664151dad0af0aef31653f7a7d2e8c3dc8 (patch)
tree97e4da18e11f750de6b2cd56103fb3bad08bb051 /modules/popup-dialog.php
parent588e4dc3d36be03ab404779ee98d97e07f9863c8 (diff)
misc dialog tweaks
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index b173e64f6..ab28d1746 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -153,13 +153,13 @@
print "<div class=\"dlgSecCont\">";
- print "<input name=\"query\" size=\"30\" type=\"search\"
+ print "<input name=\"query\" size=\"20\" type=\"search\"
onkeypress=\"return filterCR(event, search)\"
onchange=\"toggleSubmitNotEmpty(this, 'search_submit_btn')\"
onkeyup=\"toggleSubmitNotEmpty(this, 'search_submit_btn')\"
value=\"\">";
- print " " . __('match on:')." ";
+ print " " . __('match on')." ";
$search_fields = array(
"title" => __("Title"),