Bug 34478: Add method="get" to forms without method

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2024-01-23 16:59:44 +01:00
parent 9742566b54
commit 366d8cafcb
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0
114 changed files with 137 additions and 137 deletions

View file

@ -6,7 +6,7 @@
<div class="tab-content">
<div id="addbooks_search" role="tabpanel" class="tab-pane active">
<form name="search" action="addbooks.pl">
<form method="get" name="search" action="addbooks.pl">
<div class="form-title">
<label class="control-label" for="cat_search"><span class="control-text">Cataloging search</span> <i class="fa fa-fw fa-search" aria-hidden="true"></i></label>
</div>

View file

@ -9,7 +9,7 @@
</div>
<div class="modal-body">
<div id="batch-form">
<form id="new-batch-form">
<form method="get" id="new-batch-form">
<fieldset class="rows">
<legend id="legend">Batch details</legend>
<ol>

View file

@ -98,7 +98,7 @@
<h3 id="mana_submit_comment"> Please enter a new comment (max 35 characters)</h3>
</div>
<div class="modal-body">
<form>
<form method="get">
<input hidden id="selected_id" value="">
<input type="text" id="manamsg"> Comment:
</form>

View file

@ -1,6 +1,6 @@
<!-- Cancel booking modal -->
<div class="modal" id="cancelBookingModal" tabindex="-1" role="dialog" aria-labelledby="cancelBookingLabel">
<form id="cancelBookingForm">
<form method="get" id="cancelBookingForm">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">

View file

@ -1,6 +1,6 @@
<!-- Place booking modal -->
<div class="modal" id="placeBookingModal" tabindex="-1" role="dialog" aria-labelledby="placeBookingLabel">
<form id="placeBookingForm">
<form method="get" id="placeBookingForm">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">

View file

@ -8,7 +8,7 @@
[%# Display a simple form %]
[% BLOCK patron_search_filters_simple %]
<form id="patron_search_form">
<form method="get" id="patron_search_form">
<div class="hint">Enter patron card number or partial name:</div>
<input type="text" size="40" id="search_patron_filter" class="focus" autocomplete="off" />
<input type="submit" class="btn btn-primary" value="Search" />
@ -26,7 +26,7 @@
[%# - search_type: select 'contains' or 'starts with' %]
[%- searchtype = searchtype || Koha.Preference('DefaultPatronSearchMethod') -%]
[% BLOCK patron_search_filters %]
<form id="patron_search_form">
<form method="get" id="patron_search_form">
<fieldset class="brief">
<h3>Search for patron</h3>
<ol>

View file

@ -2,7 +2,7 @@
<div id="header_search" role="tablist">
<div class="tab-content">
<div id="syspref_search" role="tabpanel" class="tab-pane active">
<form action="/cgi-bin/koha/admin/preferences.pl">
<form method="get" action="/cgi-bin/koha/admin/preferences.pl">
<input type="hidden" name="tab" value="[% last_tab | html %]" />
<input type="hidden" name="op" value="search" />

View file

@ -163,7 +163,7 @@
[% IF Koha.Preference('Mana')==1 %]
<div id="mana_search_result" class="modal" tabindex="-1" role="dialog" aria-labelledby="mana_search_result_label">
<div class="modal-dialog modal-lg">
<form id="mana_search_form">
<form method="get" id="mana_search_form">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>

View file

@ -1,4 +1,4 @@
<form><table><caption>Merge</caption>
<form method="get"><table><caption>Merge</caption>
[% FOREACH field IN fields %]
<tr>
<td>[% field.from | html %]</td>

View file

@ -863,7 +863,7 @@
[% IF ( confirm_close ) %]
<div id="closebasket_needsconfirmation" class="dialog alert">
<form action="/cgi-bin/koha/acqui/basket.pl">
<form method="get" action="/cgi-bin/koha/acqui/basket.pl">
<h1>Are you sure you want to close basket [% basketname | html %]?</h1>
[% IF ( CAN_user_acquisition_group_manage ) %]
<p>

View file

@ -43,7 +43,7 @@
<div class="row">
<div class="col-sm-4">
<div style="border: 1px solid #DDD; padding:1em;">
<form action="/cgi-bin/koha/acqui/neworderempty.pl">
<form method="get" action="/cgi-bin/koha/acqui/neworderempty.pl">
<h4>Use existing record</h4>
<p>Do not create a duplicate record. Add an order from the existing record in your catalog.</p>
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
@ -56,7 +56,7 @@
<div class="col-sm-4">
<div style="border: 1px solid #DDD; padding:1em;">
<form action="/cgi-bin/koha/acqui/basket.pl">
<form method="get" action="/cgi-bin/koha/acqui/basket.pl">
<h4>Cancel and return to order</h4>
<p>Return to the basket without making a new order.</p>
<input type="hidden" name="basketno" value="[% basketno | html %]" />
@ -67,7 +67,7 @@
<div class="col-sm-4">
<div style="border: 1px solid #DDD; padding:1em;">
<form action="/cgi-bin/koha/acqui/neworderempty.pl">
<form method="get" action="/cgi-bin/koha/acqui/neworderempty.pl">
<h4>Create new record</h4>
<p>Create a new record by importing the external (duplicate) record.</p>
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />

View file

@ -279,7 +279,7 @@
<div class="col-md-12 col-lg-6">
<div id="accounting-panel" class="page-section">
<h4>Accounting details</h4>
<form action="/cgi-bin/koha/acqui/orderreceive.pl" class="validated">
<form method="get" action="/cgi-bin/koha/acqui/orderreceive.pl" class="validated">
<ol>
<li>
<label for="datereceived">Date received: </label>

View file

@ -103,7 +103,7 @@
</div> <!-- /.row -->
<div id="add-group-modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="add-group-modal-label" aria-hidden="true">
<form id="add-group-form" action="/cgi-bin/koha/admin/library_groups.pl" class="form-horizontal">
<form method="get" id="add-group-form" action="/cgi-bin/koha/admin/library_groups.pl" class="form-horizontal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
@ -178,7 +178,7 @@
</div>
<div id="edit-group-modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="edit-group-modal-label" aria-hidden="true">
<form id="edit-group-form" action="/cgi-bin/koha/admin/library_groups.pl" class="form-horizontal">
<form method="get" id="edit-group-form" action="/cgi-bin/koha/admin/library_groups.pl" class="form-horizontal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
@ -254,7 +254,7 @@
</div>
<div id="delete-group-modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="delete-group-modal-label" aria-hidden="true">
<form action="/cgi-bin/koha/admin/library_groups.pl">
<form method="get" action="/cgi-bin/koha/admin/library_groups.pl">
<div class="modal-dialog">
<div class="modal-content">
<input id="delete-group-modal-action" type="hidden" name="action" value="delete" />
@ -275,7 +275,7 @@
</div>
<div id="remove-library-modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="remove-library-modal-label" aria-hidden="true">
<form action="/cgi-bin/koha/admin/library_groups.pl">
<form method="get" action="/cgi-bin/koha/admin/library_groups.pl">
<div class="modal-dialog">
<div class="modal-content">
<input id="remove-library-modal-action" type="hidden" name="action" value="delete" />

View file

@ -242,7 +242,7 @@
|
<a href="#" id="clear_all"><i class="fa fa-times"></i> Clear all</a>
</p>
<form action="#" id="prefModalForm">
<form method="get" action="#" id="prefModalForm">
</form>
</div>
<div class="modal-footer">

View file

@ -1158,7 +1158,7 @@
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="modal-item-group-create-label"><i class="fa fa-plus"></i> Create a new item group</h3>
</div>
<form id="modal-item-group-create-form" class="validated">
<form method="get" id="modal-item-group-create-form" class="validated">
<div class="modal-body">
<fieldset>
<p>
@ -1191,7 +1191,7 @@
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="modal-item-group-edit-label"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit item group</h3>
</div>
<form id="modal-item-group-edit-form" class="validated">
<form method="get" id="modal-item-group-edit-form" class="validated">
<div class="modal-body">
<fieldset>
<p>
@ -1240,7 +1240,7 @@
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="modal-item-group-set-label"><i class='fa fa-book'></i> Set item group for items</h3>
</div>
<form id="modal-item-group-set-form" class="validated">
<form method="get" id="modal-item-group-set-form" class="validated">
<div class="modal-body">
<fieldset>
<p>
@ -1283,7 +1283,7 @@
[% IF bundlesEnabled %]
<div class="modal" id="addToBundleModal" tabindex="-1" role="dialog" aria-labelledby="addToBundleLabel">
<form id="addToBundleForm" action="">
<form method="get" id="addToBundleForm" action="">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
@ -1312,7 +1312,7 @@
</div>
<div class="modal" id="removeFromBundleModal" tabindex="-1" role="dialog" aria-labelledby="removeFromBundleLabel">
<form id="removeFromBundleForm" action="">
<form method="get" id="removeFromBundleForm" action="">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">

View file

@ -104,7 +104,7 @@
[% END %]
<div id="search_within_results">
<form id="refine_search">
<form method="get" id="refine_search">
<label for="limit">Search within results</label>
[% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
[% INCLUDE 'search_indexes.inc' ms_kw = 1 refiner = 1 %]

View file

@ -124,7 +124,7 @@
<div class="col-sm-2 col-sm-pull-10">
<aside>
<h3>Search</h3>
<form id="quicksearch">
<form method="get" id="quicksearch">
<fieldset class="brief">
<ol>
<li><label for="search-by-keywords">Keywords:</label></li>
@ -158,7 +158,7 @@
<h3 id="advanced-search-title">Advanced search</h3>
</div>
<div class="modal-body">
<form id="advanced-search">
<form method="get" id="advanced-search">
<div class="row">
<div class="col-md-3">
<div id="search-facets">

View file

@ -10,7 +10,7 @@
</head>
<body id="EXAMPLE" class="cat value_builder">
<form name="f_pop" onsubmit="report()" action="">
<form method="get" name="f_pop" onsubmit="report()" action="">
<h1>EXAMPLE plugin</h1>
<p>Hi, you are looking at the result of launching the EXAMPLE plugin.</p>

View file

@ -22,7 +22,7 @@
<h4 id="h4_result">&quot;[% result | html %]&quot;</h4>
<form name="f_pop" id="f_pop" onsubmit="report()" action="">
<form method="get" name="f_pop" id="f_pop" onsubmit="report()" action="">
<input type="hidden" name="plugin_name" value="marc21_field_006.pl" />
<input type="hidden" id="[% index | html %]" name="index" value="[% index | html %]" />
<input type="hidden" id="result" name="result" value="[% result | html %]" />

View file

@ -15,7 +15,7 @@
<h1>007 Physical description fixed field--General information</h1>
<div class="page-section">
<form id="f_pop" onsubmit="report()" action="">
<form method="get" id="f_pop" onsubmit="report()" action="">
<input type="hidden" name="plugin_name" value="marc21_field_007.pl" />
<p><label for="MatTypeList">Material type: </label>
<select name="MatTypeList" id="MatTypeList" onchange="RedrawChoices(this.options[selectedIndex].value);">

View file

@ -24,7 +24,7 @@
<h4 id="h4_result">&quot;[% result | html %]&quot;</h4>
<form name="f_pop" id="f_pop" style="display:block" onsubmit="report()" action="">
<form method="get" name="f_pop" id="f_pop" style="display:block" onsubmit="report()" action="">
<div id="toolbar">
<div class="btn-group">
<button type="submit" class="btn btn-primary"><i class="fa fa-save"></i> Save</button>

View file

@ -14,7 +14,7 @@
<h1> 008 Fixed-length data elements</h1>
<form name="f_pop" onsubmit="report()" action="">
<form method="get" name="f_pop" onsubmit="report()" action="">
<input type="hidden" name="plugin_name" value="marc21_field_008_authorities.pl" />
<input name="f1" value="[% f1 | html %]" type="hidden" />

View file

@ -14,7 +14,7 @@
<h1> 008 Fixed-length data elements</h1>
<div class="page-section">
<form name="f_pop" onsubmit="report()" action="">
<form method="get" name="f_pop" onsubmit="report()" action="">
<input type="hidden" name="plugin_name" value="marc21_field_008_classifications.pl" />
<input name="f1" value="[% f1 | html %]" type="hidden" />
<table>

View file

@ -12,7 +12,7 @@
</head>
<body id="cat_marc21_leader" class="cat value_builder">
<form name="f_pop" onsubmit="report()" action="">
<form method="get" name="f_pop" onsubmit="report()" action="">
<input type="hidden" name="plugin_name" value="marc21_leader.pl" />
<h1>000 - Leader</h1>

View file

@ -12,7 +12,7 @@
<body id="cat_marc21_leader_authorities" class="cat value_builder">
<h1>000 - Leader</h1>
<form name="f_pop" onsubmit="report()" action="">
<form method="get" name="f_pop" onsubmit="report()" action="">
<input type="hidden" name="plugin_name" value="marc21_leader_authorities.pl" />
<div class="page-section">

View file

@ -10,7 +10,7 @@
<body id="cat_unimarc_field_100" class="cat value_builder">
<h1>UNIMARC field 100 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -10,7 +10,7 @@
<body id="cat_unimarc_field_100" class="cat value_builder">
<h1>UNIMARC field 100 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -10,7 +10,7 @@
<body id="cat_unimarc_field_105" class="cat value_builder">
<h1>UNIMARC field 105 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_106" class="cat value_builder">
<h1>UNIMARC field 106 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_110" class="cat value_builder">
<h1>UNIMARC field 110 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -11,7 +11,7 @@
</head>
<body id="cat_unimarc_field_115a" class="cat value_builder">
<h1>UNIMARC field 115a builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_115b" class="cat value_builder">
<h1>UNIMARC field 115b builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<body id="cat_unimarc_field_116" class="cat value_builder">
<h1>UNIMARC field 116 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_117" class="cat value_builder">
<h1>UNIMARC field 117 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_120" class="cat value_builder">
<h1>UNIMARC field 120 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_121a" class="cat value_builder">
<h1>UNIMARC field 121a builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_121b" class="cat value_builder">
<h1>UNIMARC field 121b builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_122" class="cat value_builder">
<h1>UNIMARC field 122 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -11,7 +11,7 @@
</head>
<body id="cat_unimarc_field_123a" class="cat value_builder">
<h1>UNIMARC field 123a builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -11,7 +11,7 @@
</head>
<body id="cat_unimarc_field_123d/e/f/g" class="cat value_builder">
<h1>UNIMARC field 123d/e/f/g builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -11,7 +11,7 @@
</head>
<body id="cat_unimarc_field_123ij" class="cat value_builder">
<h1>UNIMARC field 123i/j builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_124a" class="cat value_builder">
<h1>UNIMARC field 124a builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_124b" class="cat value_builder">
<h1>UNIMARC field 124b builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_124c" class="cat value_builder">
<h1>UNIMARC field 124c builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_124d" class="cat value_builder">
<h1>UNIMARC field 124d builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_124e" class="cat value_builder">
<h1>UNIMARC field 124e builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_124f" class="cat value_builder">
<h1>UNIMARC field 124f builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_124g" class="cat value_builder">
<h1>UNIMARC field 124g builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_125a" class="cat value_builder">
<h1>UNIMARC field 125a builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="unimarc_field_125b" class="cat value_builder">
<h1>UNIMARC field 125b builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_126a" class="cat value_builder">
<h1>UNIMARC field 126a builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_126b" class="cat value_builder">
<h1>UNIMARC field 126b builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_127" class="cat value_builder">
<h1>UNIMARC field 127 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr><th colspan="9">(Complete with 0 on the left)</th></tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_128a" class="cat value_builder">
<h1>UNIMARC field 128a builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_128b" class="cat value_builder">
<h1>UNIMARC field 128b builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_128c" class="cat value_builder">
<h1>UNIMARC field 128c builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_130" class="cat value_builder">
<h1>UNIMARC field 130 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -10,7 +10,7 @@
<body id="cat_unimarc_field_135a" class="cat value_builder">
<h1>UNIMARC field 135a builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_140" class="cat value_builder">
<h1>UNIMARC field 140 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_141" class="cat value_builder">
<h1>UNIMARC field 141 builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<div class="container-fluid">
<h1>Framework plugin for UNIMARC 146$a</h1>
<form class="form-horizontal" id="form">
<form method="get" class="form-horizontal" id="form">
<div class="page-section">
<input type="hidden" id="id" name="id" value="[% id | html %]">

View file

@ -13,7 +13,7 @@
<div class="container-fluid">
<h1>Framework plugin for UNIMARC 146$b</h1>
<form class="form-horizontal" id="form">
<form method="get" class="form-horizontal" id="form">
<div class="page-section">
<input type="hidden" id="id" name="id" value="[% id | html %]">

View file

@ -13,7 +13,7 @@
<div class="container-fluid">
<h1>Framework plugin for UNIMARC 146$c</h1>
<form class="form-horizontal" id="form">
<form method="get" class="form-horizontal" id="form">
<div class="page-section">
<input type="hidden" id="id" name="id" value="[% id | html %]">

View file

@ -13,7 +13,7 @@
<div class="container-fluid">
<h1>Framework plugin for UNIMARC 146$d</h1>
<form class="form-horizontal" id="form">
<form method="get" class="form-horizontal" id="form">
<div class="page-section">
<input type="hidden" id="id" name="id" value="[% id | html %]">

View file

@ -13,7 +13,7 @@
<div class="container-fluid">
<h1>Framework plugin for UNIMARC 146$e</h1>
<form class="form-horizontal" id="form">
<form method="get" class="form-horizontal" id="form">
<div class="page-section">
<input type="hidden" id="id" name="id" value="[% id | html %]">

View file

@ -13,7 +13,7 @@
<div class="container-fluid">
<h1>Framework plugin for UNIMARC 146$f</h1>
<form class="form-horizontal" id="form">
<form method="get" class="form-horizontal" id="form">
<div class="page-section">
<input type="hidden" id="id" name="id" value="[% id | html %]">

View file

@ -13,7 +13,7 @@
<div class="container-fluid">
<h1>Framework plugin for UNIMARC 146$h</h1>
<form class="form-horizontal" id="form">
<form method="get" class="form-horizontal" id="form">
<div class="page-section">
<input type="hidden" id="id" name="id" value="[% id | html %]">

View file

@ -13,7 +13,7 @@
<div class="container-fluid">
<h1>Framework plugin for UNIMARC 146$i</h1>
<form class="form-horizontal" id="form">
<form method="get" class="form-horizontal" id="form">
<div class="page-section">
<input type="hidden" id="id" name="id" value="[% id | html %]">

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 181-2 builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 181a builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 181b builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 181c builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 182-2 builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 182a builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 182c builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 183-2 builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_field_183a" class="cat value_builder">
<h3>UNIMARC field 183a builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -15,7 +15,7 @@
<h1>UNIMARC field 210c builder</h1>
<div class="autocomplete">
<form name="f_pop" onsubmit="javascript:report()" action="">
<form method="get" name="f_pop" onsubmit="javascript:report()" action="">
<div id="fieldautocomplete" class="autocomplete">
<fieldset>
<input autocomplete="off" id="findvalue" name="findvalue" size="40" class="focus" type="text" />

View file

@ -10,7 +10,7 @@
<body id="cat_unimarc_field_225a" class="cat value_builder">
<h1>UNIMARC field 225a builder</h1>
<form name="f_pop" onsubmit="report()" action="">
<form method="get" name="f_pop" onsubmit="report()" action="">
<div id="mainbloc" class="page-section">
<h2 class="authority">Collection</h2>
<p><label>Select a collection</label>

View file

@ -15,7 +15,7 @@
<div class="container-fluid">
<h1>UNIMARC field 225a builder</h1>
<div class="autocomplete">
<form>
<form method="get">
<div id="fieldautocomplete" class="autocomplete">
<fieldset>
<input autocomplete="off" id="findvalue" name="findvalue" size="40" class="focus" type="text" />

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 283-2 builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 283a builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -14,7 +14,7 @@
<h3>UNIMARC field 325h builder</h3>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -13,7 +13,7 @@
<h3>UNIMARC field 325j builder</h3>
<form name="f_pop" action="" id="form">
<form method="get" name="f_pop" action="" id="form">
<div class="page-section">
<table>
<tr>

View file

@ -12,7 +12,7 @@
<body id="cat_unimarc_leader" class="cat value_builder">
<h1>UNIMARC leader builder</h1>
<form name="f_pop" action="">
<form method="get" name="f_pop" action="">
<div class="page-section">
<table>
<tr>

View file

@ -10,7 +10,7 @@
</head>
<body id="cat_unimarc_leader_authorities" class="cat value_builder">
<h3>000 - Leader</h3>
<form name="f_pop" onsubmit="report()" action="">
<form method="get" name="f_pop" onsubmit="report()" action="">
<div class="page-section">
<input name="plugin_name" value="unimarc_leader_authorities.pl" type="hidden">
<table>

View file

@ -243,7 +243,7 @@
</div> <!-- /.row -->
[% BLOCK filter_form %]
<form name="f" action="/cgi-bin/koha/circ/view_holdsqueue.pl">
<form method="get" name="f" action="/cgi-bin/koha/circ/view_holdsqueue.pl">
[% IF ( total ) %]
<fieldset class="brief">
[% ELSE -%]

View file

@ -5,7 +5,7 @@
</h1>
<div class="container">
<form id="patron-enrollment-form">
<form method="get" id="patron-enrollment-form">
<input type="hidden" name="id" value="[% club.id | html %]" />
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
<input type="hidden" name="enrollent_id" value="[% enrollent_id | html %]" />

View file

@ -142,7 +142,7 @@
</ul>
[% END %]
<form name="checkmodules" action="install.pl">
<form method="get" name="checkmodules" action="install.pl">
<input type="hidden" name="step" value="1" />
<p> <input value="Recheck dependencies" class="btn btn-primary" type="submit" /></p>
</form>
@ -164,7 +164,7 @@
<p>All required Perl modules appear to be installed.</p>
<p> All dependencies installed.</p>
<form name="checkmodules" role="form" action="install.pl">
<form method="get" name="checkmodules" role="form" action="install.pl">
<input type="hidden" name="step" value="2" />
<p> <input value="Continue to the next step" class="btn btn-primary" type="submit" /> </p>
</form>

View file

@ -130,7 +130,7 @@
<a class="btn btn-default" id="exportbatch" href="#"><i class="fa-solid fa-share-from-square"></i> Export full batch</a>[% END %]
</div>
[% IF ( table_loop ) %]
<form name="items">
<form method="get" name="items">
<h2>Items in batch number [% batch_id | html %]</h2>
<div class="page-section">

View file

@ -60,7 +60,7 @@
<div id="manage-label-layouts" class="page-section">
[% IF ( table_loop ) %]
<form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]">
<form method="get" name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]">
<div class="page-section">
<table id="labels-table">

View file

@ -16,7 +16,7 @@
[% INCLUDE 'messages.inc' %]
<h1>Label printing/exporting</h1>
[% IF ( batches ) %]
<form>
<form method="get">
<h3>Click on the following links to download the exported batch(es).</h3>
[% IF warn_empty_range %]
<div class="dialog alert">

View file

@ -44,7 +44,7 @@
<div class="results">
[% PROCESS pagination %]
<form name="resultform" action="" style="display:block">
<form method="get" name="resultform" action="" style="display:block">
<div id="selection_ops">
<a id="CheckAll" class="btn btn-link" href="#"><i class="fa fa-check"></i> Select all</a>

View file

@ -71,13 +71,13 @@
[% END %]
<h1>Are you sure you want to delete the patron [% patron.firstname | html %] [% patron.surname | html %]?</h1>
<p>This cannot be undone.</p>
<form action="/cgi-bin/koha/members/deletemem.pl">
<form method="get" action="/cgi-bin/koha/members/deletemem.pl">
[% INCLUDE 'csrf-token.inc' %]
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]"/>
<input type="hidden" name="op" value="delete_confirmed" />
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
</form>
<form action="/cgi-bin/koha/members/moremember.pl">
<form method="get" action="/cgi-bin/koha/members/moremember.pl">
<input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"/>
<button type="submit" class="deny"><i class="fa fa-fw fa-times"></i> No, do not delete</button>
</form>

View file

@ -145,7 +145,7 @@
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="new-patron-listLabel">Add patrons to a new patron list</h4>
</div>
<form id="new-patron-list_form">
<form method="get" id="new-patron-list_form">
<div class="modal-body">
<div class="form-group">
<label for="new_patron_list" class="required">Patron list name: </label>

View file

@ -1655,7 +1655,7 @@ legend:hover {
</form> <!-- /#entryform -->
[% IF quickadd && opadd && !check_member %]
<form id="quick_add_form" class="toggler">
<form method="get" id="quick_add_form" class="toggler">
<fieldset class="rows quick_add"><legend>Quick add</legend>
<ol id="quick_add_list">
</ol>

View file

@ -116,7 +116,7 @@
<p>Select patron to keep. Data from the other patrons will be transferred to this patron record and the remaining patron records will be deleted.</p>
<form type="post" action="merge-patrons.pl" id="patron-merge-form">
<form method="get" type="post" action="merge-patrons.pl" id="patron-merge-form">
<table id="patron-merge-table" class="datatable">
<thead>
<tr>

View file

@ -44,7 +44,7 @@
[% IF ( pending_operations ) %]
<form>
<form method="get">
<p>
<a id="CheckAll" href="#"><i class="fa fa-check"></i> Check all</a>
<a id="CheckNone" href="#"><i class="fa fa-times"></i> Uncheck all</a>

View file

@ -94,7 +94,7 @@
<a class="btn btn-default" id="exportbatch" href="#"><i class="fa-solid fa-share-from-square"></i> Export card batch</a>[% END %]
</div>
[% IF ( table_loop ) %]
<form name="items">
<form method="get" name="items">
<h2>Patrons in batch number [% batch_id | html %]</h2>
<div class="page-section">
<table id="batcht">

View file

@ -66,7 +66,7 @@
[% INCLUDE 'patroncards-errors.inc' %]
<div id="manage-patroncards-layouts">
[% IF ( table_loop ) %]
<form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element | html %]">
<form method="get" name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element | html %]">
<div class="page-section">
<table>
[% FOREACH table_loo IN table_loop %]

Some files were not shown because too many files have changed in this diff Show more