aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'TyrianTemplate.php')
-rw-r--r--TyrianTemplate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/TyrianTemplate.php b/TyrianTemplate.php
index a6bfb02..b27acf8 100644
--- a/TyrianTemplate.php
+++ b/TyrianTemplate.php
@@ -239,14 +239,14 @@ class TyrianTemplate extends BaseTemplate {
'input',
array_merge(
$data[ 'array-button-go-attributes' ],
- [ "id" => "searchGoButton", "class" => "searchButton btn btn-default" ]
+ [ "id" => "searchGoButton", "class" => "searchButton btn btn-default", "value" => $this->getMsg( 'searcharticle' ) ]
)
);
$searchFulltextButton = Html::element(
'input',
array_merge(
$data[ 'array-button-fulltext-attributes' ],
- [ "id" => "mw-searchButton", "class" => "searchButton btn btn-default" ]
+ [ "id" => "mw-searchButton", "class" => "searchButton btn btn-default", "value" => $this->getMsg( 'searchbutton' ) ]
)
);
}