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

(-)a/C4/Auth.pm (-2 lines)
Lines 1245-1253 sub checkauth { Link Here
1245
        );
1245
        );
1246
    }
1246
    }
1247
1247
1248
    my $self_url = $query->url( -absolute => 1 );
1249
    $template->param(
1248
    $template->param(
1250
        url         => $self_url,
1251
        LibraryName => C4::Context->preference("LibraryName"),
1249
        LibraryName => C4::Context->preference("LibraryName"),
1252
    );
1250
    );
1253
    $template->param(%info);
1251
    $template->param(%info);
(-)a/C4/InstallAuth.pm (-2 lines)
Lines 381-388 sub checkauth { Link Here
381
    $template->param( login => 1 );
381
    $template->param( login => 1 );
382
    $template->param( loginprompt => 1 ) unless $info{'nopermission'};
382
    $template->param( loginprompt => 1 ) unless $info{'nopermission'};
383
383
384
    my $self_url = $query->url( -absolute => 1 );
385
    $template->param( url => $self_url, );
386
    $template->param( \%info );
384
    $template->param( \%info );
387
    $cookie = $query->cookie(
385
    $cookie = $query->cookie(
388
        -name    => 'CGISESSID',
386
        -name    => 'CGISESSID',
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 40-46 Link Here
40
[% END %]
40
[% END %]
41
41
42
<!-- login prompt time-->
42
<!-- login prompt time-->
43
<form action="[% url %]" method="post" name="loginform" id="loginform">
43
<form action="/cgi-bin/koha/mainpage.pl" method="post" name="loginform" id="loginform">
44
    <input type="hidden" name="koha_login_context" value="intranet" />
44
    <input type="hidden" name="koha_login_context" value="intranet" />
45
[% FOREACH INPUT IN INPUTS %]
45
[% FOREACH INPUT IN INPUTS %]
46
    <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
46
    <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
	
16
	
17
[% ELSE %]
17
[% ELSE %]
18
18
19
<form action="[% url %]" method="post">
19
<form action="/cgi-bin/koha/basket/sendbasket.pl" method="post">
20
20
21
<fieldset class="rows"> 
21
<fieldset class="rows"> 
22
<legend>Sending your cart</legend>
22
<legend>Sending your cart</legend>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
[% IF ( loginprompt ) %]
30
[% IF ( loginprompt ) %]
31
<!-- login prompt time-->
31
<!-- login prompt time-->
32
<form action="[% url %]" method="post" name="mainform" id="mainform">
32
<form action="/cgi-bin/koha/installer/install.pl" method="post" name="mainform" id="mainform">
33
[% FOREACH INPUT IN INPUTS %]
33
[% FOREACH INPUT IN INPUTS %]
34
    <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
34
    <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
35
[% END %]
35
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
    
15
    
16
[% ELSE %]
16
[% ELSE %]
17
17
18
<form action="[% url %]" method="post">
18
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
19
19
20
<fieldset class="rows"> 
20
<fieldset class="rows"> 
21
<legend>Sending your list</legend>
21
<legend>Sending your list</legend>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 138-144 Link Here
138
138
139
                            [% END # / IF casAuthentication %]
139
                            [% END # / IF casAuthentication %]
140
140
141
                            <form action="[% url %]" name="auth" id="auth" method="post">
141
                            <form action="/cgi-bin/koha/opac-user.pl" name="auth" id="auth" method="post">
142
                                <input type="hidden" name="koha_login_context" value="opac" />
142
                                <input type="hidden" name="koha_login_context" value="opac" />
143
                                <fieldset class="brief">
143
                                <fieldset class="brief">
144
                                    [% FOREACH INPUT IN INPUTS %]
144
                                    [% FOREACH INPUT IN INPUTS %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
27
28
                        [% ELSE %]
28
                        [% ELSE %]
29
                            <h1>Sending your cart</h1>
29
                            <h1>Sending your cart</h1>
30
                            <form action="[% url %]" method="post" id="sendbasketform">
30
                            <form action="/cgi-bin/koha/opac-sendbasket.pl" method="post" id="sendbasketform">
31
                                <fieldset>
31
                                <fieldset>
32
                                    <label for="email_add">Email address:</label>
32
                                    <label for="email_add">Email address:</label>
33
                                    <input type="text" id="email_add" name="email_add" size="43" class="focus" />
33
                                    <input type="text" id="email_add" name="email_add" size="43" class="focus" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt (-2 / +1 lines)
Lines 30-36 Link Here
30
                                <p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfid %]">Back to lists</a></p>
30
                                <p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfid %]">Back to lists</a></p>
31
                            [% ELSE %]
31
                            [% ELSE %]
32
                                <h1>Sending your list</h1>
32
                                <h1>Sending your list</h1>
33
                                <form action="[% url %]" method="post" id="sendshelfform">
33
                                <form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform">
34
                                    <fieldset>
34
                                    <fieldset>
35
                                        <label for="email">Email address:</label>
35
                                        <label for="email">Email address:</label>
36
                                        <input type="text" id="email" name="email" size="43" class="focus" />
36
                                        <input type="text" id="email" name="email" size="43" class="focus" />
37
- 

Return to bug 15005