View | Details | Raw Unified | Return to bug 6895
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 62-68 Link Here
62
62
63
<!-- <p><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />Remember me</label></p> -->
63
<!-- <p><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />Remember me</label></p> -->
64
64
65
<p class="submit"><input id="submit" type="submit" value="Login &raquo;" tabindex="4" /></p>
65
<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
66
</form>
66
</form>
67
<!--<ul> -->
67
<!--<ul> -->
68
<!--	<li><a href="/cgi-bin/koha/lostpassword.pl" title="Password Lost and Found">Lost your password?</a></li> -->
68
<!--	<li><a href="/cgi-bin/koha/lostpassword.pl" title="Password Lost and Found">Lost your password?</a></li> -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt (-1 / +1 lines)
Lines 37-43 Link Here
37
            <!-- <input type="submit" class="button" value="Envoyer" /> -->
37
            <!-- <input type="submit" class="button" value="Envoyer" /> -->
38
            <a class="button" href="" onclick="load_macles(630);">R&eacute;initialiser</a>
38
            <a class="button" href="" onclick="load_macles(630);">R&eacute;initialiser</a>
39
            <a class="button" href="javascript:uncheck_tab([% BIGLOO.number %])">d&eacute;selectionner onglet</a>
39
            <a class="button" href="javascript:uncheck_tab([% BIGLOO.number %])">d&eacute;selectionner onglet</a>
40
            <input type="reset" class="button" value="d&eacute;selectionner tout" />
40
            <input type="reset" class="button" value="déselectionner tout" />
41
            [% IF ( BIGLOO.Table ) %]
41
            [% IF ( BIGLOO.Table ) %]
42
            <table>
42
            <table>
43
                <tr>
43
                <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt (-1 / +1 lines)
Lines 43-49 with the username and password given to you by your systems administrator and lo Link Here
43
<p><label>Password:<br />
43
<p><label>Password:<br />
44
<input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" /></label>
44
<input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" /></label>
45
</p>
45
</p>
46
<p class="submit"><input id="submit" type="submit" value="Login &raquo;" tabindex="4" /></p>
46
<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
47
</form>
47
</form>
48
48
49
[% END %]
49
[% END %]
(-)a/misc/translator/xgettext.pl (-2 / +1 lines)
Lines 351-357 if (defined $output && $output ne '-') { Link Here
351
    print STDERR "$0: Outputting to STDOUT...\n" if $verbose_p;
351
    print STDERR "$0: Outputting to STDOUT...\n" if $verbose_p;
352
    open(OUTPUT, ">&STDOUT");
352
    open(OUTPUT, ">&STDOUT");
353
}
353
}
354
binmode( OUTPUT, ":utf8" );
354
#binmode( OUTPUT, ":utf8" );
355
355
356
if (defined $files_from) {
356
if (defined $files_from) {
357
    print STDERR "$0: Opening input file list \"$files_from\"\n" if $verbose_p;
357
    print STDERR "$0: Opening input file list \"$files_from\"\n" if $verbose_p;
358
- 

Return to bug 6895