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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tmpl (-2 / +2 lines)
Lines 19-26 Link Here
19
19
20
20
21
<!-- TMPL_IF NAME="total" -->
21
<!-- TMPL_IF NAME="total" -->
22
<b><!-- TMPL_VAR NAME="total" --> results found </b>
22
<b><!-- TMPL_VAR NAME="total" --> results found </b> 
23
<div class="pages"><!-- TMPL_VAR name='pagination_bar'--></div>
23
<div class="pages"><!-- TMPL_VAR name="pagination_bar"--></div>
24
<!-- TMPL_ELSE -->
24
<!-- TMPL_ELSE -->
25
<h3> No results found</h3>
25
<h3> No results found</h3>
26
<p>
26
<p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl (-1 / +1 lines)
Lines 294-300 Link Here
294
    	<!-- /TMPL_UNLESS -->
294
    	<!-- /TMPL_UNLESS -->
295
    </tbody>
295
    </tbody>
296
    </table>
296
    </table>
297
    <div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
297
    <div class="pages"><!-- TMPL_VAR NAME="pagination_bar" --></div>
298
<!-- /TMPL_IF -->
298
<!-- /TMPL_IF -->
299
299
300
</div>
300
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl (-1 / +1 lines)
Lines 241-247 Link Here
241
    </tbody>
241
    </tbody>
242
</table>
242
</table>
243
243
244
<!-- TMPL_IF NAME="pagination_bar" --><div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div><!-- /TMPL_IF -->
244
<!-- TMPL_IF NAME="pagination_bar" --><div class="pages"><!-- TMPL_VAR NAME="pagination_bar" --></div><!-- /TMPL_IF -->
245
<!-- /TMPL_IF --> <!-- else -->
245
<!-- /TMPL_IF --> <!-- else -->
246
246
247
<!-- ********************************************************************************************** -->
247
<!-- ********************************************************************************************** -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tmpl (-2 / +1 lines)
Lines 274-282 $(document).ready(function() { Link Here
274
  <!-- /TMPL_LOOP -->
274
  <!-- /TMPL_LOOP -->
275
</table>
275
</table>
276
276
277
<div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
277
<div class="pages"><!-- TMPL_VAR NAME="pagination_bar" --></div>
278
278
279
<div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
280
<h2>Classification Filing Rules</h2>
279
<h2>Classification Filing Rules</h2>
281
<!-- TMPL_IF name="added_rule" -->
280
<!-- TMPL_IF name="added_rule" -->
282
<div class="dialog message">Added filing rule <!-- TMPL_VAR name="added_rule" --></div>
281
<div class="dialog message">Added filing rule <!-- TMPL_VAR name="added_rule" --></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl (-1 / +1 lines)
Lines 339-345 Item Types Administration Link Here
339
  <!-- /TMPL_LOOP -->
339
  <!-- /TMPL_LOOP -->
340
</table>
340
</table>
341
341
342
<div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
342
<div class="pages"><!-- TMPL_VAR NAME="pagination_bar" --></div>
343
343
344
<!-- /TMPL_IF -->
344
<!-- /TMPL_IF -->
345
345
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl (-1 / +1 lines)
Lines 579-585 function CheckRuleForm(f) { Link Here
579
  <!-- /TMPL_LOOP -->
579
  <!-- /TMPL_LOOP -->
580
</table><!-- TMPL_ELSE --><p>There are no saved matching rules.</p><!-- /TMPL_IF -->
580
</table><!-- TMPL_ELSE --><p>There are no saved matching rules.</p><!-- /TMPL_IF -->
581
581
582
<div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
582
<div class="pages"><!-- TMPL_VAR NAME="pagination_bar" --></div>
583
583
584
<!-- /TMPL_IF -->
584
<!-- /TMPL_IF -->
585
 <!-- TMPL_IF name="matching_rule_form" -->
585
 <!-- TMPL_IF name="matching_rule_form" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl (-1 / +1 lines)
Lines 221-227 function CheckAttributeTypeForm(f) { Link Here
221
  <!-- /TMPL_LOOP -->
221
  <!-- /TMPL_LOOP -->
222
</table><!-- TMPL_ELSE --><p>There are no saved patron attribute types.</p><!-- /TMPL_IF -->
222
</table><!-- TMPL_ELSE --><p>There are no saved patron attribute types.</p><!-- /TMPL_IF -->
223
223
224
<div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
224
<div class="pages"><!-- TMPL_VAR NAME="pagination_bar" --></div>
225
225
226
<!-- /TMPL_IF -->
226
<!-- /TMPL_IF -->
227
 
227
 
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl (-1 / +1 lines)
Lines 42-48 function searchauthority() { Link Here
42
<h1>Authority search results</h1>
42
<h1>Authority search results</h1>
43
43
44
<!-- TMPL_IF name="total" -->
44
<!-- TMPL_IF name="total" -->
45
<div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div>
45
<div class="pages"><!-- TMPL_VAR NAME="pagination_bar" --></div>
46
46
47
<p id="authorities_searchresultlist_current_page_info">
47
<p id="authorities_searchresultlist_current_page_info">
48
  Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" -->
48
  Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tmpl (-1 / +1 lines)
Lines 30-36 Link Here
30
<!-- TMPL_IF NAME="total"-->
30
<!-- TMPL_IF NAME="total"-->
31
<!-- TMPL_VAR NAME="total"--> result(s) found in catalog,
31
<!-- TMPL_VAR NAME="total"--> result(s) found in catalog,
32
<a href="#searchresult-breeding"><!-- TMPL_VAR NAME="breeding_count" --> result(s) found in reservoir</a>
32
<a href="#searchresult-breeding"><!-- TMPL_VAR NAME="breeding_count" --> result(s) found in reservoir</a>
33
<!-- TMPL_VAR name='pagination_bar'-->
33
<div class="pages"><!-- TMPL_VAR name="pagination_bar"--></div>
34
<div class="searchresults">
34
<div class="searchresults">
35
    <table>
35
    <table>
36
        <tr>
36
        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tmpl (-2 / +2 lines)
Lines 39-45 Link Here
39
        </form>
39
        </form>
40
            <!-- TMPL_IF NAME="total" -->
40
            <!-- TMPL_IF NAME="total" -->
41
            <h3>Authority search results</h3>
41
            <h3>Authority search results</h3>
42
            <div class="paginationBar">
42
            <div class="pages">
43
                          <!--TMPL_VAR Name="pagination_bar"-->      
43
                          <!--TMPL_VAR Name="pagination_bar"-->      
44
                        </div><!-- /TMPL_IF -->
44
                        </div><!-- /TMPL_IF -->
45
            <p>
45
            <p>
Lines 72-78 Link Here
72
        </div>
72
        </div>
73
<!-- /TMPL_IF -->
73
<!-- /TMPL_IF -->
74
74
75
            <!-- TMPL_IF NAME="total" --><div class="paginationBar">
75
            <!-- TMPL_IF NAME="total" --><div class="pages">
76
                          <!--TMPL_VAR Name="pagination_bar"-->      
76
                          <!--TMPL_VAR Name="pagination_bar"-->      
77
                        </div>
77
                        </div>
78
            <!-- /TMPL_IF -->
78
            <!-- /TMPL_IF -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tmpl (-1 / +1 lines)
Lines 89-95 function add_item(borrowernum,batch_id,type_id){ Link Here
89
89
90
<!-- TMPL_IF NAME="resultsloop" -->
90
<!-- TMPL_IF NAME="resultsloop" -->
91
<div id="searchheader"> <h3>Results <!-- TMPL_VAR Name ="from" --> to <!-- TMPL_VAR Name ="to" --> of <!-- TMPL_VAR Name ="numresults" --> found for <!-- TMPL_IF NAME="member" -->name: '<span class="ex"><!-- TMPL_VAR NAME="member" --><!-- TMPL_ELSIF NAME="category_type" -->category code: '<span class="ex"><!-- TMPL_VAR NAME="category_type" --><!-- /TMPL_IF --></span>'</h3></div>
91
<div id="searchheader"> <h3>Results <!-- TMPL_VAR Name ="from" --> to <!-- TMPL_VAR Name ="to" --> of <!-- TMPL_VAR Name ="numresults" --> found for <!-- TMPL_IF NAME="member" -->name: '<span class="ex"><!-- TMPL_VAR NAME="member" --><!-- TMPL_ELSIF NAME="category_type" -->category code: '<span class="ex"><!-- TMPL_VAR NAME="category_type" --><!-- /TMPL_IF --></span>'</h3></div>
92
<!-- TMPL_IF NAME="paginationbar" --><div id="pagination_top"><!-- TMPL_VAR Name ="paginationbar" --></div><!-- /TMPL_IF -->
92
<!-- TMPL_IF NAME="paginationbar" --><div id="pagination_top" class="pages"><!-- TMPL_VAR Name ="paginationbar" --></div><!-- /TMPL_IF -->
93
<form name="resultform" action="/cgi-bin/koha/patroncards/members-search.pl" method="get" class="checkboxed"><div style="float: right; margin-top: .5em;"><input type="submit" class="icon addchecked" value="Add checked" onclick="add_item('checked',<!-- TMPL_VAR NAME="batch_id" -->); return false" /> <input type="button" class="close" value="Done" /></div>
93
<form name="resultform" action="/cgi-bin/koha/patroncards/members-search.pl" method="get" class="checkboxed"><div style="float: right; margin-top: .5em;"><input type="submit" class="icon addchecked" value="Add checked" onclick="add_item('checked',<!-- TMPL_VAR NAME="batch_id" -->); return false" /> <input type="button" class="close" value="Done" /></div>
94
<div style="line-height: 2em; margin-left: .7em;"><a id="CheckAll" href="/cgi-bin/koha/patroncards/members-search.pl">Select All</a><a id="CheckNone" href="/cgi-bin/koha/patroncards/members-search.pl">Clear All</a></div>
94
<div style="line-height: 2em; margin-left: .7em;"><a id="CheckAll" href="/cgi-bin/koha/patroncards/members-search.pl">Select All</a><a id="CheckNone" href="/cgi-bin/koha/patroncards/members-search.pl">Clear All</a></div>
95
<div class="searchresults">
95
<div class="searchresults">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl (-1 / +1 lines)
Lines 450-456 NAME="name" -->"><!-- TMPL_VAR NAME="name"--></label></td><td> Link Here
450
<!-- TMPL_IF NAME="notes" --><p><!-- TMPL_VAR NAME="notes" --></p><!-- /TMPL_IF -->
450
<!-- TMPL_IF NAME="notes" --><p><!-- TMPL_VAR NAME="notes" --></p><!-- /TMPL_IF -->
451
<!-- TMPL_IF NAME="unlimited_total" --><p>Total number of rows matching the (unlimited) query is <!-- TMPL_VAR NAME="unlimited_total" -->.</p><!-- /TMPL_IF -->
451
<!-- TMPL_IF NAME="unlimited_total" --><p>Total number of rows matching the (unlimited) query is <!-- TMPL_VAR NAME="unlimited_total" -->.</p><!-- /TMPL_IF -->
452
<!-- TMPL_VAR name="sql" -->
452
<!-- TMPL_VAR name="sql" -->
453
<!-- TMPL_VAR NAME='pagination_bar' DEFAULT="" -->
453
<div class="pages"><!-- TMPL_VAR NAME="pagination_bar" DEFAULT="" --></div>
454
<!-- TMPL_UNLESS name="errors" -->
454
<!-- TMPL_UNLESS name="errors" -->
455
<table>
455
<table>
456
<tr><!-- TMPL_LOOP NAME="header_row" --><th><!-- TMPL_VAR NAME="cell" --></th><!-- /TMPL_LOOP --></tr>
456
<tr><!-- TMPL_LOOP NAME="header_row" --><th><!-- TMPL_VAR NAME="cell" --></th><!-- /TMPL_LOOP --></tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tmpl (-1 / +1 lines)
Lines 69-75 function add_member(subscriptionid,borrowernumber){ Link Here
69
		<!-- /TMPL_LOOP -->
69
		<!-- /TMPL_LOOP -->
70
	</tbody>
70
	</tbody>
71
</table>
71
</table>
72
<div class="pages"><!--TMPL_IF Name="multipage"--><!--TMPL_VAR Name="paginationbar" --><!--/TMPL_IF--></div>
72
<!--TMPL_IF Name="multipage"--><div class="pages"><!--TMPL_VAR Name="paginationbar" --></div><!--/TMPL_IF-->
73
</div>
73
</div>
74
<!-- TMPL_ELSE -->
74
<!-- TMPL_ELSE -->
75
<!-- TMPL_IF NAME="searching" -->
75
<!-- TMPL_IF NAME="searching" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl (-1 / +1 lines)
Lines 188-194 td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
188
  </div>
188
  </div>
189
  <!-- /TMPL_IF -->
189
  <!-- /TMPL_IF -->
190
  <!-- TMPL_IF NAME="pagination_bar" -->
190
  <!-- TMPL_IF NAME="pagination_bar" -->
191
  <div class="pagination" id="pagination_top">
191
  <div class="pages" id="pagination_top">
192
  	<!-- TMPL_VAR NAME="pagination_bar" -->
192
  	<!-- TMPL_VAR NAME="pagination_bar" -->
193
  </div>
193
  </div>
194
  <!-- /TMPL_IF -->
194
  <!-- /TMPL_IF -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl (-2 / +1 lines)
Lines 166-172 function placeHold () { Link Here
166
     <span class="clearall"></span></p>
166
     <span class="clearall"></span></p>
167
 <!-- /TMPL_IF -->
167
 <!-- /TMPL_IF -->
168
	
168
	
169
 <!-- TMPL_VAR name='pagination_bar'-->
169
 <div class="pages"><!-- TMPL_VAR name="pagination_bar"--></div>
170
    <table>
170
    <table>
171
            <tr>
171
            <tr>
172
                <!--TMPL_IF NAME="manageshelf" --><th class="checkall">&nbsp;</th><!-- /TMPL_IF -->
172
                <!--TMPL_IF NAME="manageshelf" --><th class="checkall">&nbsp;</th><!-- /TMPL_IF -->
173
- 

Return to bug 5498