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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
                    </h1>
43
                    </h1>
44
44
45
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
45
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
46
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
46
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="post">
47
                <div class="row">
47
                <div class="row">
48
                <div class="col-sm-6">
48
                <div class="col-sm-6">
49
                        <fieldset class="rows">
49
                        <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt (-1 / +1 lines)
Lines 46-52 Link Here
46
                                [% END%]
46
                                [% END%]
47
                                [% IF (profile_id) %] ([% profile_id | html %])[% END %]
47
                                [% IF (profile_id) %] ([% profile_id | html %])[% END %]
48
                            </h1>
48
                            </h1>
49
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
49
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="post">
50
                                    <fieldset class="rows"><legend>Profile settings</legend>
50
                                    <fieldset class="rows"><legend>Profile settings</legend>
51
                                        <ol>
51
                                        <ol>
52
                                            <li>
52
                                            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-1 / +1 lines)
Lines 46-52 Link Here
46
                        [% END %]
46
                        [% END %]
47
                        [% IF (template_id) %] ([% template_id | html %])[% END %]
47
                        [% IF (template_id) %] ([% template_id | html %])[% END %]
48
                    </h1>
48
                    </h1>
49
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
49
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="post">
50
                        <div class="row">
50
                        <div class="row">
51
                        <div class="col-sm-6">
51
                        <div class="col-sm-6">
52
                            <fieldset class="rows">
52
                            <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
                    You must have at least one cash register associated with the library before you can record payments.
41
                    You must have at least one cash register associated with the library before you can record payments.
42
                </p>
42
                </p>
43
                [% IF ( CAN_user_parameters_manage_cash_registers ) %]
43
                [% IF ( CAN_user_parameters_manage_cash_registers ) %]
44
                    <form action="/cgi-bin/koha/admin/cash_registers.pl" method="get">
44
                    <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
45
                        <input type="hidden" name="op" value="add_form" />
45
                        <input type="hidden" name="op" value="add_form" />
46
                        <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
46
                        <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
47
                    </form>
47
                    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
                        You must have at least one cash register associated with the library before you can record payments.
39
                        You must have at least one cash register associated with the library before you can record payments.
40
                    </p>
40
                    </p>
41
                    [% IF ( CAN_user_parameters_manage_cash_registers ) %]
41
                    [% IF ( CAN_user_parameters_manage_cash_registers ) %]
42
                        <form action="/cgi-bin/koha/admin/cash_registers.pl" method="get">
42
                        <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
43
                            <input type="hidden" name="op" value="add_form" />
43
                            <input type="hidden" name="op" value="add_form" />
44
                            <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
44
                            <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
45
                        </form>
45
                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
                                You must have at least one cash register associated with the library before you can record payments.
36
                                You must have at least one cash register associated with the library before you can record payments.
37
                            </p>
37
                            </p>
38
                            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
38
                            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
39
                                <form action="/cgi-bin/koha/admin/cash_registers.pl" method="get">
39
                                <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
40
                                    <input type="hidden" name="op" value="add_form" />
40
                                    <input type="hidden" name="op" value="add_form" />
41
                                    <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
41
                                    <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
42
                                </form>
42
                                </form>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc (-1 / +1 lines)
Lines 118-124 Link Here
118
                <h3 class="modal-title" id="exportModalLabel">Exporting to Dublin Core...</h3>
118
                <h3 class="modal-title" id="exportModalLabel">Exporting to Dublin Core...</h3>
119
                <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">&times;</button>
119
                <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">&times;</button>
120
            </div>
120
            </div>
121
            <form method="get" action="/cgi-bin/koha/opac-export.pl">
121
            <form method="post" action="/cgi-bin/koha/opac-export.pl">
122
                <div class="modal-body">
122
                <div class="modal-body">
123
                    <fieldset id="dc_fieldset">
123
                    <fieldset id="dc_fieldset">
124
                        <input id="input-simple" type="radio" name="format" value="rdfdc">
124
                        <input id="input-simple" type="radio" name="format" value="rdfdc">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
                    <div class="col order-first order-md-first order-lg-2">
35
                    <div class="col order-first order-md-first order-lg-2">
36
                [% END %]
36
                [% END %]
37
                    <div id="userauthhome" class="maincontent">
37
                    <div id="userauthhome" class="maincontent">
38
                        <form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="get">
38
                        <form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="post">
39
                            <input type="hidden" name="op" value="do_search" />
39
                            <input type="hidden" name="op" value="do_search" />
40
                            <input type="hidden" name="type" value="opac" />
40
                            <input type="hidden" name="type" value="opac" />
41
                            <fieldset class="rows">
41
                            <fieldset class="rows">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
                            [% IF logged_in_user %]
65
                            [% IF logged_in_user %]
66
                                <div class="dialog">
66
                                <div class="dialog">
67
67
68
                                    <form id="recallform" action="/cgi-bin/koha/opac-recall.pl" method="get">
68
                                    <form id="recallform" action="/cgi-bin/koha/opac-recall.pl" method="post">
69
                                        <fieldset class="rows" id="options">
69
                                        <fieldset class="rows" id="options">
70
                                            <legend>Place a recall on <b>[% biblio.title | html %]</b> ([% biblio.author | html %])?</legend>
70
                                            <legend>Place a recall on <b>[% biblio.title | html %]</b> ([% biblio.author | html %])?</legend>
71
                                            <ul>
71
                                            <ul>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-5 / +4 lines)
Lines 248-254 Link Here
248
248
249
                                        [% IF can_manage_shelf %]
249
                                        [% IF can_manage_shelf %]
250
                                            <span class="sep">|</span>
250
                                            <span class="sep">|</span>
251
                                            <form method="get" action="/cgi-bin/koha/opac-shelves.pl" class="d-inline">
251
                                            <form method="post" action="/cgi-bin/koha/opac-shelves.pl" class="d-inline">
252
                                                <input type="hidden" name="op" value="edit_form" />
252
                                                <input type="hidden" name="op" value="edit_form" />
253
                                                <input type="hidden" name="referer" value="view" />
253
                                                <input type="hidden" name="referer" value="view" />
254
                                                <input type='hidden' name='public' value='[% shelf.public | html %]' />
254
                                                <input type='hidden' name='public' value='[% shelf.public | html %]' />
Lines 546-552 Link Here
546
                                    <a class="btn btn-link newshelf" href="/cgi-bin/koha/opac-shelves.pl?op=add_form"><i class="fa fa-fw fa-plus" aria-hidden="true"></i> New list</a>
546
                                    <a class="btn btn-link newshelf" href="/cgi-bin/koha/opac-shelves.pl?op=add_form"><i class="fa fa-fw fa-plus" aria-hidden="true"></i> New list</a>
547
                                    [% IF can_manage_shelf %]
547
                                    [% IF can_manage_shelf %]
548
                                        <span class="sep">|</span>
548
                                        <span class="sep">|</span>
549
                                        <form method="get" action="/cgi-bin/koha/opac-shelves.pl" class="d-inline">
549
                                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl" class="d-inline">
550
                                            <input type="hidden" name="op" value="edit_form" />
550
                                            <input type="hidden" name="op" value="edit_form" />
551
                                            <input type="hidden" name="referer" value="view" />
551
                                            <input type="hidden" name="referer" value="view" />
552
                                            <input type="hidden" name="public" value="[% shelf.public | html %]" />
552
                                            <input type="hidden" name="public" value="[% shelf.public | html %]" />
Lines 763-769 Link Here
763
                                                    <td>[% s.lastmodified | $KohaDates %]</td>
763
                                                    <td>[% s.lastmodified | $KohaDates %]</td>
764
                                                    <td>
764
                                                    <td>
765
                                                        [% IF s.can_be_managed( loggedinusernumber ) %]
765
                                                        [% IF s.can_be_managed( loggedinusernumber ) %]
766
                                                            <form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="d-inline">
766
                                                            <form action="/cgi-bin/koha/opac-shelves.pl" method="post" class="d-inline">
767
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
767
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
768
                                                                <input type="hidden" name="public" value="[% s.public | html %]" />
768
                                                                <input type="hidden" name="public" value="[% s.public | html %]" />
769
                                                                <input type="hidden" name="op" value="edit_form" />
769
                                                                <input type="hidden" name="op" value="edit_form" />
Lines 778-784 Link Here
778
                                                            <a href="/cgi-bin/koha/opac-shareshelf.pl?op=invite&shelfnumber=[% s.shelfnumber | uri %]" class="sharelist btn btn-link"><i class="fa fa-share" aria-hidden="true"></i> Share</a>
778
                                                            <a href="/cgi-bin/koha/opac-shareshelf.pl?op=invite&shelfnumber=[% s.shelfnumber | uri %]" class="sharelist btn btn-link"><i class="fa fa-share" aria-hidden="true"></i> Share</a>
779
                                                        [% END %]
779
                                                        [% END %]
780
                                                        [% IF s.is_shared AND s.can_be_managed( loggedinusernumber ) %]
780
                                                        [% IF s.is_shared AND s.can_be_managed( loggedinusernumber ) %]
781
                                                            <form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="d-inline">
781
                                                            <form action="/cgi-bin/koha/opac-shelves.pl" method="post" class="d-inline">
782
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
782
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
783
                                                                <input type="hidden" name="public" value="0" />
783
                                                                <input type="hidden" name="public" value="0" />
784
                                                                <input type="hidden" name="op" value="transfer" />
784
                                                                <input type="hidden" name="op" value="transfer" />
785
- 

Return to bug 34478