Bug 7749: Not all OKs on the start page are translatable
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 19 Mar 2012 17:10:10 +0000 (18:10 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 21 Mar 2012 13:36:53 +0000 (14:36 +0100)
I don't really understand, why the " OK " would not get picked up by
the translation script, but removing the spaces made it work.

To test:
Verify that all OK buttons on the start page are translatable. The one
resisting translation was "Search catalog:"

Signed-off-by: mveron <veron@veron.ch>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt

index 12861f6..a4377df 100644 (file)
@@ -51,7 +51,7 @@
                         <label for="navkeyword">
                             Search catalog:&nbsp;
                         </label><input type="text" id="navkeyword" name="q" size="10" accesskey="q" />
-                        <input type="submit" value=" OK " class="submit" />
+                        <input type="submit" value="OK" class="submit" />
                         </form>
                      </li>
                                </ul>