summaryrefslogtreecommitdiff
path: root/lib/searchaction.php
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-10 01:13:31 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-10 01:13:31 -0400
commitae7eb0ab2d7f39048268aeeca24138598664fc95 (patch)
tree78d504c7635ec360f94f8667264ae2ff9d6a0a8e /lib/searchaction.php
parent8b32942658b179010315450a62b473631a501399 (diff)
Missed one _t
darcs-hash:20080710051331-533db-a687146f02d399ae1f3368e1b94476bd7e74cc5f.gz
Diffstat (limited to 'lib/searchaction.php')
-rw-r--r--lib/searchaction.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php
index a9fb77fd3..d4f0fff36 100644
--- a/lib/searchaction.php
+++ b/lib/searchaction.php
@@ -49,11 +49,11 @@ class SearchAction extends Action {
function show_header($arr) {
return;
}
-
+
function show_form($error=NULL) {
$q = $this->trimmed('q');
$page = $this->trimmed('page', 1);
-
+
common_show_header($this->get_title(), array($this, 'show_header'), array($q, $error),
array($this, 'show_top'));
common_element_start('form', array('method' => 'post',
@@ -70,8 +70,8 @@ class SearchAction extends Action {
'id' => 'search',
'name' => 'search',
'class' => 'submit',
- 'value' => _t('Search')));
-
+ 'value' => _('Search')));
+
common_element_end('p');
common_element_end('form');
if ($q) {
@@ -79,7 +79,7 @@ class SearchAction extends Action {
}
common_show_footer();
}
-
+
function search_menu() {
# action => array('prompt', 'title')
static $menu =