diff --git a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo index 1f729b6..a3c9849 100644 Binary files a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo and b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo differ diff --git a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po index 8292a19..c589866 100644 --- a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po +++ b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: wallabag\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-02-25 15:17+0300\n" "PO-Revision-Date: \n" @@ -10,7 +10,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.6.4\n" +"X-Generator: Poedit 1.6.9\n" "X-Poedit-Basepath: .\n" msgid "wallabag, a read it later open source system" @@ -568,6 +568,9 @@ msgstr "" "To completely remove wallabag, delete the wallabag folder on your web server " "(and eventual databases)." +msgid "Enter your search here" +msgstr "Enter your search here" + #~ msgid "poche it!" #~ msgstr "poche it!" diff --git a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo index d0f0461..f4a28e7 100644 Binary files a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo and b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo differ diff --git a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po index e4e2ce5..0912b87 100644 --- a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po +++ b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po @@ -12,7 +12,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-KeywordsList: _;gettext;gettext_noop\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 1.6.4\n" +"X-Generator: Poedit 1.6.9\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "wallabag, a read it later open source system" diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig index b8ac3bf..7b2c708 100644 --- a/themes/baggy/_search-form.twig +++ b/themes/baggy/_search-form.twig @@ -1,7 +1,7 @@
- : + :
\ No newline at end of file diff --git a/themes/default/_search-form.twig b/themes/default/_search-form.twig index 33bea20..0cf6097 100755 --- a/themes/default/_search-form.twig +++ b/themes/default/_search-form.twig @@ -2,7 +2,7 @@

- : + :

diff --git a/themes/default/css/messages.css b/themes/default/css/messages.css index 46b5479..3ad4e34 100644 --- a/themes/default/css/messages.css +++ b/themes/default/css/messages.css @@ -8,6 +8,11 @@ border-radius: 4px; } +/* Search form message needs a little more width, depending on translations */ +#search-form { + width: 420px; +} + .messages a.closeMessage { display: none; float: right; diff --git a/themes/default/js/popupForm.js b/themes/default/js/popupForm.js index 06be3f0..a32e6e7 100644 --- a/themes/default/js/popupForm.js +++ b/themes/default/js/popupForm.js @@ -10,6 +10,7 @@ $(document).ready(function() { $("#search").click(function(){ closeSearch(); + $('#searchfield').focus(); }); $("#search-form-close").click(function(){