Skip to content

Commit

Permalink
fixed: buttons have a discernible text
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jul 18, 2023
1 parent 65f377d commit f7f4c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/default/forms/opensearch/admin_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@

$footer = elgg_view_field([
'#type' => 'submit',
'value' => elgg_echo('search'),
'text' => elgg_echo('search'),
]);
elgg_set_form_footer($footer);
2 changes: 1 addition & 1 deletion views/default/forms/opensearch/inspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$footer = elgg_view_field([
'#type' => 'submit',
'icon' => 'search',
'value' => elgg_echo('opensearch:inspect:submit'),
'text' => elgg_echo('opensearch:inspect:submit'),
]);

elgg_set_form_footer($footer);

0 comments on commit f7f4c80

Please sign in to comment.