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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-6 / +10 lines)
Lines 3-8 Link Here
3
<title>Koha &rsaquo; Reports &rsaquo; Circulation statistics [% IF ( do_it ) %]&rsaquo; Results[% END %]</title>
3
<title>Koha &rsaquo; Reports &rsaquo; Circulation statistics [% IF ( do_it ) %]&rsaquo; Results[% 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
</style>
9
</style>
Lines 85-106 Link Here
85
    [% END %]
86
    [% END %]
86
[% ELSE %]
87
[% ELSE %]
87
88
88
    <form method="post" action="/cgi-bin/koha/reports/issues_stats.pl">
89
    <form name="configure_report" id="configure_report" method="post" action="/cgi-bin/koha/reports/issues_stats.pl">
89
    <fieldset class="rows">
90
    <fieldset class="rows">
90
	<legend>Circulation statistics</legend><table>
91
	<legend>Circulation statistics</legend><table>
91
        <thead>
92
        <thead>
92
            <tr>
93
            <tr>
93
                <th>Title</th>
94
                <th>Title</th>
94
                <th>Row</th>
95
                <th class="required">Row<br>
95
                <th>Column</th>
96
                    <span id="LineError"></span>
97
                </th>
98
                <th class="required">Column<br>
99
                    <span id="ColumnError"></span>
100
                </th>
96
                <th>Filter</th>
101
                <th>Filter</th>
97
            </tr>
102
            </tr>
98
        </thead>
103
        </thead>
99
        <tbody>
104
        <tbody>
100
            <tr>
105
            <tr>
101
                <td>Period</td>
106
                <td>Period</td>
102
                <td><input type="radio" name="Line" value="datetime" /></td>
107
                <td><input type="radio" name="Line" required value="datetime" /></td>
103
                <td><input type="radio" name="Column" value="datetime" /></td>
108
                <td><input type="radio" name="Column" required value="datetime" /></td>
104
                <td><label for="from">From</label> <input type="text" size="10" id="from" name="Filter" class="datepickerfrom" />
109
                <td><label for="from">From</label> <input type="text" size="10" id="from" name="Filter" class="datepickerfrom" />
105
                    <label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" class="datepickerto" />
110
                    <label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" class="datepickerto" />
106
                    <span class="hint">[% INCLUDE 'date-format.inc' %]</span>
111
                    <span class="hint">[% INCLUDE 'date-format.inc' %]</span>
107
- 

Return to bug 3311