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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-6 / +10 lines)
Lines 3-8 Link Here
3
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Patrons statistics &rsaquo; Results[% ELSE %]&rsaquo; Patrons statistics[% END %]</title>
3
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Patrons statistics &rsaquo; Results[% ELSE %]&rsaquo; Patrons statistics[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
<script type="text/javascript" src="[% themelang %]/js/row-columns-require.js"></script>
6
<style type="text/css">
7
<style type="text/css">
7
	.sql {display:none;}
8
	.sql {display:none;}
8
	.debug {display:none;}
9
	.debug {display:none;}
Lines 62-83 Link Here
62
	[% END %]
63
	[% END %]
63
[% ELSE %]
64
[% ELSE %]
64
65
65
	<form method="post" action="/cgi-bin/koha/reports/borrowers_stats.pl">
66
	<form name="configure_report" id="configure_report" method="post" action="/cgi-bin/koha/reports/borrowers_stats.pl">
66
	<fieldset class="rows"><legend>Patrons statistics</legend>
67
	<fieldset class="rows"><legend>Patrons statistics</legend>
67
	<table>
68
	<table>
68
		<thead>
69
		<thead>
69
			<tr>
70
			<tr>
70
			<th>Title</th>
71
			<th>Title</th>
71
			<th>Row</th>
72
                        <th class="required">Row<br>
72
			<th>Column</th>
73
                            <span id="LineError"></span>
74
                        </th>
75
                        <th class="required">Column<br>
76
                            <span id="ColumnError"></span>
77
                        </th>
73
			<th>Filter</th>
78
			<th>Filter</th>
74
			</tr>
79
			</tr>
75
		</thead>
80
		</thead>
76
		<tbody>
81
		<tbody>
77
            <tr>
82
            <tr>
78
			<td>Patron category</td>
83
			<td>Patron category</td>
79
			<td><input type="radio" name="Line" value="categorycode" /></td>
84
			<td><input type="radio" name="Line" required value="categorycode" /></td>
80
			<td><input type="radio" name="Column" value="categorycode" /></td>
85
			<td><input type="radio" name="Column" required value="categorycode" /></td>
81
            <td>
86
            <td>
82
                <select name="Filter"  size="1" id="catcode">
87
                <select name="Filter"  size="1" id="catcode">
83
                    <option value=""></option>
88
                    <option value=""></option>
84
- 

Return to bug 3311