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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl (-4 / +3 lines)
Lines 437-449 NAME="name" -->"><!-- TMPL_VAR NAME="name"--></label></td><td> Link Here
437
<h1><!-- TMPL_VAR NAME="name" --></h1>
437
<h1><!-- TMPL_VAR NAME="name" --></h1>
438
<!-- TMPL_IF NAME="notes" --><p><!-- TMPL_VAR NAME="notes" --></p><!-- /TMPL_IF -->
438
<!-- TMPL_IF NAME="notes" --><p><!-- TMPL_VAR NAME="notes" --></p><!-- /TMPL_IF -->
439
<!-- TMPL_IF NAME="unlimited_total" --><p>Total number of rows matching the (unlimited) query is <!-- TMPL_VAR NAME="unlimited_total" -->.</p><!-- /TMPL_IF -->
439
<!-- TMPL_IF NAME="unlimited_total" --><p>Total number of rows matching the (unlimited) query is <!-- TMPL_VAR NAME="unlimited_total" -->.</p><!-- /TMPL_IF -->
440
<!-- TMPL_VAR name="sql" -->
440
<p><!-- TMPL_VAR name="sql" --></p>
441
<!-- TMPL_VAR NAME='pagination_bar' DEFAULT="" -->
441
<p><!-- TMPL_VAR NAME='pagination_bar' DEFAULT="" --></p>
442
<!-- TMPL_UNLESS name="errors" -->
442
<!-- TMPL_UNLESS name="errors" -->
443
<table>
443
<table>
444
<tr><!-- TMPL_LOOP NAME="header_row" --><th><!-- TMPL_VAR NAME="cell" --></th><!-- /TMPL_LOOP --></tr>
444
<tr><!-- TMPL_LOOP NAME="header_row" --><th><!-- TMPL_VAR NAME="cell" --></th><!-- /TMPL_LOOP --></tr>
445
<!-- TMPL_LOOP NAME="results" -->
445
<!-- TMPL_LOOP NAME="results" -->
446
<tr>
446
<!-- TMPL_UNLESS NAME="__odd__" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_UNLESS -->
447
    <!-- TMPL_LOOP NAME="cells" --><td><!-- TMPL_VAR NAME="cell" --></td><!-- /TMPL_LOOP -->
447
    <!-- TMPL_LOOP NAME="cells" --><td><!-- TMPL_VAR NAME="cell" --></td><!-- /TMPL_LOOP -->
448
</tr>
448
</tr>
449
<!-- /TMPL_LOOP -->
449
<!-- /TMPL_LOOP -->
450
- 

Return to bug 2889