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

(-)a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.checkboxes.min.js (-13 lines)
Lines 1-13 Link Here
1
/*
2
 *
3
 * Copyright (c) 2006-2008 Sam Collett (http://www.texotela.co.uk)
4
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
5
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
6
 * 
7
 * Version 2.1
8
 * Demo: http://www.texotela.co.uk/code/jquery/checkboxes/
9
 *
10
 * $LastChangedDate$
11
 * $Rev$
12
 */
13
;(function(d){d.fn.toggleCheckboxes=function(a,b){a=a||"*";b=b||false;var c=d([]);this.each(function(){var e=d("input[type=checkbox]",this).filter(a).each(function(){this.checked=!this.checked}).filter(":checked");c=e});if(!b){c=this}return c};d.fn.checkCheckboxes=function(a,b){a=a||"*";b=b||false;var c=d([]);this.each(function(){var e=d("input[type=checkbox]",this).filter(a).each(function(){this.checked=true}).filter(":checked");c=e});if(!b){c=this}return c};d.fn.unCheckCheckboxes=function(a,b){a=a||"*";b=b||false;var c=d([]);this.each(function(){var e=d("input[type=checkbox]",this).filter(a).each(function(){this.checked=false}).filter(":not(:checked)");c=e});if(!b){c=this}return c};d.radioCheckboxGroup=function(e,a){a=a||"*";var b="input[type=checkbox]";if(e){b+="[name="+e+"]"}var c=d(b).filter(a);c.click(function(){c.not(this).each(function(){this.checked=false}).end()})}})(jQuery);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +1 lines)
Lines 97-103 Link Here
97
                                <a class="btn btn-default" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export full batch</a>[% END %]
97
                                <a class="btn btn-default" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export full batch</a>[% END %]
98
                            </div>
98
                            </div>
99
                            [% IF ( table_loop ) %]
99
                            [% IF ( table_loop ) %]
100
                                <form name="items" class="checkboxed">
100
                                <form name="items">
101
                                    <h2>Items in batch number [% batch_id | html %]</h2>
101
                                    <h2>Items in batch number [% batch_id | html %]</h2>
102
                                    <table id="batcht">
102
                                    <table id="batcht">
103
                                        [% FOREACH table_loo IN table_loop %]
103
                                        [% FOREACH table_loo IN table_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
                                <a class="btn btn-default" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export card batch</a>[% END %]
65
                                <a class="btn btn-default" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export card batch</a>[% END %]
66
                            </div>
66
                            </div>
67
                            [% IF ( table_loop ) %]
67
                            [% IF ( table_loop ) %]
68
                            <form name="items" class="checkboxed">
68
                            <form name="items">
69
                                <h2>Patrons in batch number [% batch_id | html %]</h2>
69
                                <h2>Patrons in batch number [% batch_id | html %]</h2>
70
                                <table id="batcht">
70
                                <table id="batcht">
71
                                    [% FOREACH table_loo IN table_loop %]
71
                                    [% FOREACH table_loo IN table_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-3 / +3 lines)
Lines 194-205 Link Here
194
                    [% ELSE %]
194
                    [% ELSE %]
195
                      [% IF ( delete ) %]
195
                      [% IF ( delete ) %]
196
                        [% IF serialsid.grep("${serial.serialid}").size %]
196
                        [% IF serialsid.grep("${serial.serialid}").size %]
197
                          <input type="checkbox" class="checkboxed" name="serialid" value="[% serial.serialid | html %]" disabled checked />
197
                          <input type="checkbox" name="serialid" value="[% serial.serialid | html %]" disabled checked />
198
                        [% ELSE %]
198
                        [% ELSE %]
199
                          <input type="checkbox" class="checkboxed" name="serialid" value="[% serial.serialid | html %]" disabled />
199
                          <input type="checkbox" name="serialid" value="[% serial.serialid | html %]" disabled />
200
                        [% END %]
200
                        [% END %]
201
                      [% ELSE %]
201
                      [% ELSE %]
202
                    <input type="checkbox" class="checkboxed" name="serialid" value="[% serial.serialid | html %]" />
202
                    <input type="checkbox" name="serialid" value="[% serial.serialid | html %]" />
203
                      [% END %]
203
                      [% END %]
204
                    [% END %]
204
                    [% END %]
205
                  [% END %]
205
                  [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +1 lines)
Lines 28-34 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
28
<div class="row">
28
<div class="row">
29
<div class="col-sm-8 col-sm-push-2">
29
<div class="col-sm-8 col-sm-push-2">
30
<h1>Tags</h1>
30
<h1>Tags</h1>
31
<form method="post" action="/cgi-bin/koha/tags/review.pl" class="checkboxed">
31
<form method="post" action="/cgi-bin/koha/tags/review.pl">
32
  <h4>Displaying 
32
  <h4>Displaying 
33
	[% IF ( filter_approved_all ) %]all[% END %]
33
	[% IF ( filter_approved_all ) %]all[% END %]
34
	[% IF ( filter_approved_ok ) %]approved[% END %]
34
	[% IF ( filter_approved_ok ) %]approved[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 / +1 lines)
Lines 177-183 Link Here
177
177
178
    [% END %]
178
    [% END %]
179
    [% IF (op) %]
179
    [% IF (op) %]
180
    <form method="post" action="/cgi-bin/koha/tools/inventory.pl" class="checkboxed">
180
    <form method="post" action="/cgi-bin/koha/tools/inventory.pl">
181
    <input type="hidden" name="minlocation" value="[% minlocation | html %]" />
181
    <input type="hidden" name="minlocation" value="[% minlocation | html %]" />
182
    <input type="hidden" name="maxlocation" value="[% maxlocation | html %]" />
182
    <input type="hidden" name="maxlocation" value="[% maxlocation | html %]" />
183
    <input type="hidden" name="location" value="[% location | html %]" />
183
    <input type="hidden" name="location" value="[% location | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 129-135 Link Here
129
129
130
    <h3>Contents of <em>[% shelf.shelfname | html %]</em></h3>
130
    <h3>Contents of <em>[% shelf.shelfname | html %]</em></h3>
131
    <div class="pages">[% pagination_bar | $raw %]</div>
131
    <div class="pages">[% pagination_bar | $raw %]</div>
132
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post" class="checkboxed">
132
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
133
        <input type="hidden" name="op" value="remove_biblios" />
133
        <input type="hidden" name="op" value="remove_biblios" />
134
        <input type="hidden" name="referer" value="view" />
134
        <input type="hidden" name="referer" value="view" />
135
        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
135
        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
136
- 

Return to bug 26806