Lines 814-829
Sub report:<select name="subreport">
Link Here
|
814 |
|
814 |
|
815 |
[% IF ( save_successful ) %] |
815 |
[% IF ( save_successful ) %] |
816 |
[% UNLESS ( errors ) %] |
816 |
[% UNLESS ( errors ) %] |
817 |
<h2>Your report has been saved</h2> |
817 |
<div id="updated"> |
818 |
<h4>[% reportname %]</h4> |
818 |
<h2>Your report has been saved</h2> |
819 |
<ul> |
819 |
<h4>[% reportname %]</h4> |
820 |
[% IF ( id ) %] |
820 |
<ul> |
821 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&phase=Run%20this%20report">Run this report</a></li> |
821 |
[% IF ( id ) %] |
822 |
[% END %] |
822 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&phase=Run%20this%20report">Run this report</a></li> |
823 |
<li>Access this report from the: <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports page</a></li> |
823 |
[% END %] |
824 |
<li>Schedule this report to run using the: <a href="/cgi-bin/koha/tools/scheduler.pl">Scheduler tool</a></li> |
824 |
<li>Access this report from the: <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports page</a></li> |
825 |
<li>Return to: <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Guided reports</a></li> |
825 |
<li>Schedule this report to run using the: <a href="/cgi-bin/koha/tools/scheduler.pl">Scheduler tool</a></li> |
826 |
</ul> |
826 |
<li>Return to: <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Guided reports</a></li> |
|
|
827 |
</ul> |
828 |
</div> |
827 |
[% END %] |
829 |
[% END %] |
828 |
[% END %] |
830 |
[% END %] |
829 |
|
831 |
|
Lines 963-968
Sub report:<select name="subreport">
Link Here
|
963 |
$('#limitselect').submit(); |
965 |
$('#limitselect').submit(); |
964 |
}); |
966 |
}); |
965 |
|
967 |
|
|
|
968 |
$('#sql').focus(function() { |
969 |
$('#updated').hide(); |
970 |
}); |
971 |
|
966 |
$(".goback").on("click",function(e){ |
972 |
$(".goback").on("click",function(e){ |
967 |
e.preventDefault(); |
973 |
e.preventDefault(); |
968 |
window.history.back(); |
974 |
window.history.back(); |
969 |
- |
|
|