Bug 6895 : First attempt at fixing the diacritics bug
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 5 Oct 2011 03:39:08 +0000 (16:39 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 4 Nov 2011 07:02:55 +0000 (08:02 +0100)
This is a fairly hacky solution, a counter patch would be more than
welcome

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Updated, translated and installed German po files after applying this patch.
No problems found.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt
koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt
misc/translator/xgettext.pl

index cb00ccf..9289f46 100644 (file)
@@ -62,7 +62,7 @@
 
 <!-- <p><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />Remember me</label></p> -->
 
-<p class="submit"><input id="submit" type="submit" value="Login &raquo;" tabindex="4" /></p>
+<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
 </form>
 <!--<ul> -->
 <!--   <li><a href="/cgi-bin/koha/lostpassword.pl" title="Password Lost and Found">Lost your password?</a></li> -->
index 9a3fe81..3055445 100644 (file)
@@ -37,7 +37,7 @@
             <!-- <input type="submit" class="button" value="Envoyer" /> -->
             <a class="button" href="" onclick="load_macles(630);">R&eacute;initialiser</a>
             <a class="button" href="javascript:uncheck_tab([% BIGLOO.number %])">d&eacute;selectionner onglet</a>
-            <input type="reset" class="button" value="d&eacute;selectionner tout" />
+            <input type="reset" class="button" value="déselectionner tout" />
             [% IF ( BIGLOO.Table ) %]
             <table>
                 <tr>
index 9736188..909398e 100644 (file)
@@ -43,7 +43,7 @@ with the username and password given to you by your systems administrator and lo
 <p><label>Password:<br />
 <input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" /></label>
 </p>
-<p class="submit"><input id="submit" type="submit" value="Login &raquo;" tabindex="4" /></p>
+<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
 </form>
 
 [% END %]
index 99e9612..21e3fc5 100755 (executable)
@@ -351,7 +351,7 @@ if (defined $output && $output ne '-') {
     print STDERR "$0: Outputting to STDOUT...\n" if $verbose_p;
     open(OUTPUT, ">&STDOUT");
 }
-binmode( OUTPUT, ":utf8" );
+#binmode( OUTPUT, ":utf8" );
 
 if (defined $files_from) {
     print STDERR "$0: Opening input file list \"$files_from\"\n" if $verbose_p;