Lines 187-206
Link Here
|
187 |
<h3>Build and run reports</h3> |
187 |
<h3>Build and run reports</h3> |
188 |
|
188 |
|
189 |
[% IF ( CAN_user_reports_create_reports ) %] |
189 |
[% IF ( CAN_user_reports_create_reports ) %] |
190 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?op=add_form" class="btn btn-primary"/>Build new</a> |
190 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?op=add_form" class="btn btn-primary">Build new</a> |
191 |
[% END %] |
191 |
[% END %] |
192 |
|
192 |
|
193 |
[% IF ( CAN_user_reports_execute_reports ) %] |
193 |
[% IF ( CAN_user_reports_execute_reports ) %] |
194 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?op=list" class="btn btn-primary"/>Use saved</a> |
194 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?op=list" class="btn btn-primary">Use saved</a> |
195 |
[% END %] |
195 |
[% END %] |
196 |
|
196 |
|
197 |
[% IF ( CAN_user_reports_create_reports ) %] |
197 |
[% IF ( CAN_user_reports_create_reports ) %] |
198 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?op=add_form_sql" class="btn btn-primary"/>Create report from SQL</a> |
198 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?op=add_form_sql" class="btn btn-primary">Create report from SQL</a> |
199 |
[% END %] |
199 |
[% END %] |
200 |
|
200 |
|
201 |
<h3>Reports Dictionary</h3> |
201 |
<h3>Reports Dictionary</h3> |
202 |
<p>Use the reports dictionary to define custom criteria to use in your reports</p> |
202 |
<p>Use the reports dictionary to define custom criteria to use in your reports</p> |
203 |
<a href="/cgi-bin/koha/reports/dictionary.pl?op=list" class="btn btn-primary"/>View dictionary</a> |
203 |
<a href="/cgi-bin/koha/reports/dictionary.pl?op=list" class="btn btn-primary">View dictionary</a> |
204 |
[% END # /IF (start) %] |
204 |
[% END # /IF (start) %] |
205 |
|
205 |
|
206 |
[% IF report_converted %] |
206 |
[% IF report_converted %] |
Lines 484-490
Link Here
|
484 |
[% IF (usecache) %] |
484 |
[% IF (usecache) %] |
485 |
<li> |
485 |
<li> |
486 |
<label for="cache_expiry">Cache expiry:</label> |
486 |
<label for="cache_expiry">Cache expiry:</label> |
487 |
<input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]"></input> |
487 |
<input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]" /> |
488 |
<select id="cache_expiry_units" name="cache_expiry_units"> |
488 |
<select id="cache_expiry_units" name="cache_expiry_units"> |
489 |
<option value="seconds">Seconds (default)</option> |
489 |
<option value="seconds">Seconds (default)</option> |
490 |
<option value="minutes">Minutes</option> |
490 |
<option value="minutes">Minutes</option> |
Lines 497-503
Link Here
|
497 |
</fieldset> <!-- /.rows --> |
497 |
</fieldset> <!-- /.rows --> |
498 |
<fieldset class="action"> |
498 |
<fieldset class="action"> |
499 |
<input type="hidden" name="op" value="cud-report" /> |
499 |
<input type="hidden" name="op" value="cud-report" /> |
500 |
<button type="submit" class="btn btn-primary" />Next >></button> |
500 |
<button type="submit" class="btn btn-primary">Next >></button> |
501 |
</fieldset> |
501 |
</fieldset> |
502 |
</form> |
502 |
</form> |
503 |
[% END # /build1 %] |
503 |
[% END # /build1 %] |
Lines 526-532
Link Here
|
526 |
<fieldset class="action"> |
526 |
<fieldset class="action"> |
527 |
<input type="hidden" name="op" value="cud-choose_type" /> |
527 |
<input type="hidden" name="op" value="cud-choose_type" /> |
528 |
<button type="submit" class="btn btn-default goback" name="back"><< Back</button> |
528 |
<button type="submit" class="btn btn-default goback" name="back"><< Back</button> |
529 |
<button type="submit" class="btn btn-primary" />Next >></button> |
529 |
<button type="submit" class="btn btn-primary">Next >></button> |
530 |
</fieldset> |
530 |
</fieldset> |
531 |
</form> |
531 |
</form> |
532 |
[% END # /IF (build2 ) %] |
532 |
[% END # /IF (build2 ) %] |
Lines 582-588
Link Here
|
582 |
<fieldset class="action"> |
582 |
<fieldset class="action"> |
583 |
<input type="hidden" name="op" value="cud-choose_columns" /> |
583 |
<input type="hidden" name="op" value="cud-choose_columns" /> |
584 |
<button type="submit" class="btn btn-default goback" name="back"><< Back</button> |
584 |
<button type="submit" class="btn btn-default goback" name="back"><< Back</button> |
585 |
<button type="submit" class="btn btn-primary" />Next >></button> |
585 |
<button type="submit" class="btn btn-primary">Next >></button> |
586 |
</fieldset> |
586 |
</fieldset> |
587 |
</form> <!-- /#column_submit --> |
587 |
</form> <!-- /#column_submit --> |
588 |
[% END # /IF ( build3 ) %] |
588 |
[% END # /IF ( build3 ) %] |
Lines 670-676
Link Here
|
670 |
<fieldset class="action"> |
670 |
<fieldset class="action"> |
671 |
<input type="hidden" name="op" value="cud-choose_criteria" /> |
671 |
<input type="hidden" name="op" value="cud-choose_criteria" /> |
672 |
<button type="submit" class="btn btn-default goback" name="back"><< Back</button> |
672 |
<button type="submit" class="btn btn-default goback" name="back"><< Back</button> |
673 |
<button type="submit" class="btn btn-primary" />Next >></button> |
673 |
<button type="submit" class="btn btn-primary">Next >></button> |
674 |
</fieldset> |
674 |
</fieldset> |
675 |
</form> |
675 |
</form> |
676 |
[% END # /IF ( build4 ) %] |
676 |
[% END # /IF ( build4 ) %] |
Lines 709-715
Link Here
|
709 |
|
709 |
|
710 |
<fieldset class="action"><input type="hidden" name="op" value="cud-choose_operations" /> |
710 |
<fieldset class="action"><input type="hidden" name="op" value="cud-choose_operations" /> |
711 |
<button type="submit" class="btn btn-default goback" name="back"><< Back</button> |
711 |
<button type="submit" class="btn btn-default goback" name="back"><< Back</button> |
712 |
<button type="submit" class="btn btn-primary" />Next >></button> |
712 |
<button type="submit" class="btn btn-primary">Next >></button> |
713 |
</fieldset> |
713 |
</fieldset> |
714 |
</form> |
714 |
</form> |
715 |
[% END # /IF ( build5 ) %] |
715 |
[% END # /IF ( build5 ) %] |
Lines 1282-1288
Link Here
|
1282 |
[% IF (usecache) %] |
1282 |
[% IF (usecache) %] |
1283 |
<li> |
1283 |
<li> |
1284 |
<label for="cache_expiry">Cache expiry:</label> |
1284 |
<label for="cache_expiry">Cache expiry:</label> |
1285 |
<input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]"></input> |
1285 |
<input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]" /> |
1286 |
<select id="cache_expiry_units" name="cache_expiry_units"> |
1286 |
<select id="cache_expiry_units" name="cache_expiry_units"> |
1287 |
<option value="seconds" selected="selected">Seconds (default)</option> |
1287 |
<option value="seconds" selected="selected">Seconds (default)</option> |
1288 |
<option value="minutes">Minutes</option> |
1288 |
<option value="minutes">Minutes</option> |
Lines 1354-1360
Link Here
|
1354 |
|
1354 |
|
1355 |
[% IF ( save_successful ) %] |
1355 |
[% IF ( save_successful ) %] |
1356 |
[% UNLESS ( errors ) %] |
1356 |
[% UNLESS ( errors ) %] |
1357 |
</br> |
1357 |
<br/> |
1358 |
<div id="report_updated"> |
1358 |
<div id="report_updated"> |
1359 |
<div class="alert alert-info"> |
1359 |
<div class="alert alert-info"> |
1360 |
<p>Your report "[% reportname | html %]" has been saved</p> |
1360 |
<p>Your report "[% reportname | html %]" has been saved</p> |
1361 |
- |
|
|