Skip to content

Commit

Permalink
Placeholder no campo de busca #50.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano Maciel authored and Gustavo Fonseca committed Dec 14, 2018
1 parent 33a99a4 commit 44ab995
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions application/language/english/scielo_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
$lang['read_more_text'] = 'Read more';
$lang['twitter_text'] = 'Follow us on <strong>Twitter @RedeSciELO</strong>';
$lang['search_placeholder'] = 'Search articles: Enter one or more words';
$lang['search_journals_tab_placeholder'] = 'Enter one or more words';
$lang['search_link_text'] = 'Advanced Search';
$lang['ebook_pdf'] = 'PDF Book';
$lang['ebook_epub'] = 'ePUB Book';
Expand Down
1 change: 1 addition & 0 deletions application/language/portuguese-brazilian/scielo_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
$lang['read_more_text'] = 'Leia mais';
$lang['twitter_text'] = 'Siga-nos no <strong>Twitter @RedeSciELO</strong>';
$lang['search_placeholder'] = 'Buscar artigos: Entre uma ou mais palavras';
$lang['search_journals_tab_placeholder'] = 'Entre uma ou mais palavras';
$lang['search_link_text'] = 'Pesquisa avançada';
$lang['ebook_pdf'] = 'Livro em PDF';
$lang['ebook_epub'] = 'Livro em ePUB';
Expand Down
1 change: 1 addition & 0 deletions application/language/spanish/scielo_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
$lang['read_more_text'] = 'Lea más';
$lang['twitter_text'] = 'Síguenos en <strong>Twitter @RedeSciELO</strong>';
$lang['search_placeholder'] = 'Buscar artículos: Entre una o más palabras';
$lang['search_journals_tab_placeholder'] = 'Entre una o más palabras';
$lang['search_link_text'] = 'Búsqueda avanzada';
$lang['ebook_pdf'] = 'Libro en PDF';
$lang['ebook_epub'] = 'Libro en ePUB';
Expand Down
2 changes: 1 addition & 1 deletion application/views/partials/journals.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<form action="<?= $journals_links[$language]['list-by-alphabetical-order'] ?>">
<input type="hidden" name="matching" id="matching" value="contains">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control">
<input type="text" name="search" id="search" class="form-control" placeholder="<?=lang('search_journals_tab_placeholder')?>">
<div class="input-group-btn">
<button type="button" id="matchingButton" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<?=lang('contains')?> <span class="caret"></span>
Expand Down

0 comments on commit 44ab995

Please sign in to comment.