|
Lines 184-204
Link Here
|
| 184 |
[% IF ( CAN_user_reports_create_reports ) %] |
184 |
[% IF ( CAN_user_reports_create_reports ) %] |
| 185 |
<form action="/cgi-bin/koha/reports/guided_reports.pl"> |
185 |
<form action="/cgi-bin/koha/reports/guided_reports.pl"> |
| 186 |
<input type="hidden" name="phase" value="Build new" /> |
186 |
<input type="hidden" name="phase" value="Build new" /> |
| 187 |
<input type="submit" name="submit" value="Build new"/> |
187 |
<input type="submit" name="submit" class="btn btn-primary" value="Build new" /> |
| 188 |
</form> |
188 |
</form> |
| 189 |
[% END %] |
189 |
[% END %] |
| 190 |
|
190 |
|
| 191 |
[% IF ( CAN_user_reports_execute_reports ) %] |
191 |
[% IF ( CAN_user_reports_execute_reports ) %] |
| 192 |
<form action="/cgi-bin/koha/reports/guided_reports.pl"> |
192 |
<form action="/cgi-bin/koha/reports/guided_reports.pl"> |
| 193 |
<input type="hidden" name="phase" value="Use saved"/> |
193 |
<input type="hidden" name="phase" value="Use saved"/> |
| 194 |
<input type="submit" name="submit" value="Use saved"/> |
194 |
<input type="submit" name="submit" class="btn btn-primary" value="Use saved" /> |
| 195 |
</form> |
195 |
</form> |
| 196 |
[% END %] |
196 |
[% END %] |
| 197 |
|
197 |
|
| 198 |
[% IF ( CAN_user_reports_create_reports ) %] |
198 |
[% IF ( CAN_user_reports_create_reports ) %] |
| 199 |
<form action="/cgi-bin/koha/reports/guided_reports.pl"> |
199 |
<form action="/cgi-bin/koha/reports/guided_reports.pl"> |
| 200 |
<input type="hidden" name="phase" value="Create report from SQL"/> |
200 |
<input type="hidden" name="phase" value="Create report from SQL"/> |
| 201 |
<input type="submit" name="submit" value="Create report from SQL"/> |
201 |
<input type="submit" name="submit" class="btn btn-primary" value="Create report from SQL" /> |
| 202 |
</form> |
202 |
</form> |
| 203 |
[% END %] |
203 |
[% END %] |
| 204 |
|
204 |
|
|
Lines 206-212
Link Here
|
| 206 |
<p>Use the reports dictionary to define custom criteria to use in your reports</p> |
206 |
<p>Use the reports dictionary to define custom criteria to use in your reports</p> |
| 207 |
<form action="/cgi-bin/koha/reports/dictionary.pl"> |
207 |
<form action="/cgi-bin/koha/reports/dictionary.pl"> |
| 208 |
<input type="hidden" name="phase" value="View Dictionary"/> |
208 |
<input type="hidden" name="phase" value="View Dictionary"/> |
| 209 |
<input type="submit" name="submit" value="View dictionary"/> |
209 |
<input type="submit" name="submit" class="btn btn-primary" value="View dictionary" /> |
| 210 |
</form> |
210 |
</form> |
| 211 |
[% END # /IF (start) %] |
211 |
[% END # /IF (start) %] |
| 212 |
|
212 |
|
|
Lines 414-420
Link Here
|
| 414 |
|
414 |
|
| 415 |
[% IF ( CAN_user_reports_delete_reports ) %] |
415 |
[% IF ( CAN_user_reports_delete_reports ) %] |
| 416 |
<fieldset class="action"> |
416 |
<fieldset class="action"> |
| 417 |
<input type="submit" value="Delete selected" /> |
417 |
<input type="submit" class="btn btn-primary" value="Delete selected" /> |
| 418 |
</fieldset> |
418 |
</fieldset> |
| 419 |
[% END %] |
419 |
[% END %] |
| 420 |
</form> |
420 |
</form> |
|
Lines 755-761
Link Here
|
| 755 |
</fieldset> |
755 |
</fieldset> |
| 756 |
<fieldset class="action"> |
756 |
<fieldset class="action"> |
| 757 |
<input type="hidden" name="phase" value="Build report" /> |
757 |
<input type="hidden" name="phase" value="Build report" /> |
| 758 |
<input type="submit" name="submit" value="Finish" /> |
758 |
<input type="submit" name="submit" class="btn btn-primary" value="Finish" /> |
| 759 |
</fieldset> |
759 |
</fieldset> |
| 760 |
</form> |
760 |
</form> |
| 761 |
[% END #/ IF ( build6 ) %] |
761 |
[% END #/ IF ( build6 ) %] |
|
Lines 774-780
Link Here
|
| 774 |
<input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> |
774 |
<input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> |
| 775 |
<p>You will need to save the report before you can execute it</p> |
775 |
<p>You will need to save the report before you can execute it</p> |
| 776 |
<fieldset class="action"><input type="hidden" name="phase" value="Save" /> |
776 |
<fieldset class="action"><input type="hidden" name="phase" value="Save" /> |
| 777 |
<input type="submit" name="submit" value="Next" /> |
777 |
<input type="submit" name="submit" class="btn btn-primary" value="Next" /> |
| 778 |
</fieldset> |
778 |
</fieldset> |
| 779 |
</form> |
779 |
</form> |
| 780 |
[% END #/ IF ( showreport ) %] |
780 |
[% END #/ IF ( showreport ) %] |
|
Lines 802-808
Link Here
|
| 802 |
</ol> |
802 |
</ol> |
| 803 |
</fieldset> |
803 |
</fieldset> |
| 804 |
<fieldset class="action"><input type="hidden" name="phase" value="Save Report" /> |
804 |
<fieldset class="action"><input type="hidden" name="phase" value="Save Report" /> |
| 805 |
<input type="submit" name="submit" value="Save report" /> |
805 |
<input type="submit" name="submit" class="btn btn-primary" value="Save report" /> |
| 806 |
</fieldset> |
806 |
</fieldset> |
| 807 |
</form> |
807 |
</form> |
| 808 |
[% END # /IF( save ) %] |
808 |
[% END # /IF( save ) %] |
|
Lines 858-864
Link Here
|
| 858 |
</p> |
858 |
</p> |
| 859 |
[% END %] |
859 |
[% END %] |
| 860 |
</div> |
860 |
</div> |
| 861 |
<fieldset class="action"><input type="submit" value="Edit SQL" /></fieldset> |
861 |
<fieldset class="action"><input type="submit" class="btn btn-primary" value="Edit SQL" /></fieldset> |
| 862 |
[% ELSE # IF ( auth_val_error ) %] |
862 |
[% ELSE # IF ( auth_val_error ) %] |
| 863 |
<input type='hidden' name='phase' value='Run this report' /> |
863 |
<input type='hidden' name='phase' value='Run this report' /> |
| 864 |
<h1>Enter parameters for report [% name | html %]:</h1> |
864 |
<h1>Enter parameters for report [% name | html %]:</h1> |
|
Lines 900-906
Link Here
|
| 900 |
</ol> |
900 |
</ol> |
| 901 |
</fieldset> <!-- /.rows --> |
901 |
</fieldset> <!-- /.rows --> |
| 902 |
<fieldset class="action"> |
902 |
<fieldset class="action"> |
| 903 |
<input type="submit" value="Run the report" /> |
903 |
<input type="submit" class="btn btn-primary" value="Run the report" /> |
| 904 |
</fieldset> |
904 |
</fieldset> |
| 905 |
[% END # / IF ( auth_val_error ) %] |
905 |
[% END # / IF ( auth_val_error ) %] |
| 906 |
</form> |
906 |
</form> |
|
Lines 1265-1271
Link Here
|
| 1265 |
|
1265 |
|
| 1266 |
<fieldset class="action"> |
1266 |
<fieldset class="action"> |
| 1267 |
<input type="hidden" name="phase" value="Save Report" /> |
1267 |
<input type="hidden" name="phase" value="Save Report" /> |
| 1268 |
<input type="submit" name="submit" value="Save report" /> |
1268 |
<input type="submit" name="submit" class="btn btn-primary" value="Save report" /> |
| 1269 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a> |
1269 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a> |
| 1270 |
</fieldset> |
1270 |
</fieldset> |
| 1271 |
</form> |
1271 |
</form> |
|
Lines 1374-1380
Link Here
|
| 1374 |
</fieldset> |
1374 |
</fieldset> |
| 1375 |
|
1375 |
|
| 1376 |
<fieldset class="action"> |
1376 |
<fieldset class="action"> |
| 1377 |
<input type="submit" name="submit" value="Update SQL" /> |
1377 |
<input type="submit" name="submit" class="btn btn-primary" value="Update SQL" /> |
| 1378 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a> |
1378 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a> |
| 1379 |
</fieldset> |
1379 |
</fieldset> |
| 1380 |
</form> |
1380 |
</form> |
|
Lines 1403-1409
Link Here
|
| 1403 |
</div> |
1403 |
</div> |
| 1404 |
<fieldset class="action"> |
1404 |
<fieldset class="action"> |
| 1405 |
<input type="hidden" name="phase" value="Use saved" /> |
1405 |
<input type="hidden" name="phase" value="Use saved" /> |
| 1406 |
<input type="submit" name="submit" value="Saved reports" /> |
1406 |
<input type="submit" name="submit" class="btn btn-primary" value="Saved reports" /> |
| 1407 |
</fieldset> |
1407 |
</fieldset> |
| 1408 |
</form> |
1408 |
</form> |
| 1409 |
[% END # /IF ( errors ) %] |
1409 |
[% END # /IF ( errors ) %] |
|
Lines 1437-1443
Link Here
|
| 1437 |
</ol> |
1437 |
</ol> |
| 1438 |
</fieldset> <!-- /.brief --> |
1438 |
</fieldset> <!-- /.brief --> |
| 1439 |
<fieldset class="action"> |
1439 |
<fieldset class="action"> |
| 1440 |
<input type="submit" value="Apply filter" /> |
1440 |
<input type="submit" class="btn btn-primary" value="Apply filter" /> |
| 1441 |
<a id="resetReportsFilter" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved&clear_filters=1">Clear</a> |
1441 |
<a id="resetReportsFilter" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved&clear_filters=1">Clear</a> |
| 1442 |
</fieldset> |
1442 |
</fieldset> |
| 1443 |
</form> |
1443 |
</form> |