Skip to content

Commit

Permalink
change Search hint-text
Browse files Browse the repository at this point in the history
  • Loading branch information
rferris committed Nov 13, 2023
1 parent f591c99 commit c90915c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/qubit/modules/actor/templates/browseSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<div class="row">
<div class="span5">
<?php echo get_component('search', 'inlineSearch', array(
'label' => __('Search %1%', array('%1%' => strtolower(sfConfig::get('app_ui_label_actor')))))) ?>
'label' => __('Search'))) ?>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion apps/qubit/modules/rightsholder/templates/listSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="search">
<form action="<?php echo url_for(array('module' => 'rightsholder', 'action' => 'list')) ?>">
<input name="subquery" value="<?php echo $sf_request->subquery ?>"/>
<input class="form-submit" type="submit" value="<?php echo __('Search rights holder') ?>"/>
<input class="form-submit" type="submit" value="<?php echo __('Search') ?>"/>
</form>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/qubit/modules/taxonomy/templates/indexSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="row">
<div class="span5">
<?php echo get_component('search', 'inlineSearch', array(
'label' => __('Search %1%', array('%1%' => render_title($resource))),
'label' => __('Search'),
'route' => url_for(array('module' => 'taxonomy', 'action' => 'index', 'slug' => $resource->slug)),
'fields' => array(
'allLabels' => __('All labels'),
Expand Down

0 comments on commit c90915c

Please sign in to comment.