|
Lines 812-817
Sub report:<select name="subreport">
Link Here
|
| 812 |
</fieldset> |
812 |
</fieldset> |
| 813 |
[% END %] |
813 |
[% END %] |
| 814 |
|
814 |
|
|
|
815 |
[% IF ( save_successful ) %] |
| 816 |
[% UNLESS ( errors ) %] |
| 817 |
</br> |
| 818 |
<div id="report_updated"> |
| 819 |
<div class="alert alert-info"> |
| 820 |
<p>Your report "[% reportname %]" has been saved</p> |
| 821 |
</div> |
| 822 |
</div> |
| 823 |
[% END %] |
| 824 |
[% END %] |
| 825 |
|
| 815 |
[% IF ( editsql ) %] |
826 |
[% IF ( editsql ) %] |
| 816 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" class="validated"> |
827 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" class="validated"> |
| 817 |
<input type="hidden" name="phase" value="Update SQL" /> |
828 |
<input type="hidden" name="phase" value="Update SQL" /> |
|
Lines 854-874
Sub report:<select name="subreport">
Link Here
|
| 854 |
|
865 |
|
| 855 |
[% END %] |
866 |
[% END %] |
| 856 |
|
867 |
|
| 857 |
[% IF ( save_successful ) %] |
|
|
| 858 |
[% UNLESS ( errors ) %] |
| 859 |
<h2>Your report has been saved</h2> |
| 860 |
<h4>[% reportname %]</h4> |
| 861 |
<ul> |
| 862 |
[% IF ( id ) %] |
| 863 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&phase=Run%20this%20report">Run this report</a></li> |
| 864 |
[% END %] |
| 865 |
<li>Access this report from the: <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports page</a></li> |
| 866 |
<li>Schedule this report to run using the: <a href="/cgi-bin/koha/tools/scheduler.pl">Scheduler tool</a></li> |
| 867 |
<li>Return to: <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Guided reports</a></li> |
| 868 |
</ul> |
| 869 |
[% END %] |
| 870 |
[% END %] |
| 871 |
|
| 872 |
[% IF ( errors ) %] |
868 |
[% IF ( errors ) %] |
| 873 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
869 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
| 874 |
<div class="dialog alert"> |
870 |
<div class="dialog alert"> |
|
Lines 963-968
Sub report:<select name="subreport">
Link Here
|
| 963 |
$('#limitselect').submit(); |
959 |
$('#limitselect').submit(); |
| 964 |
}); |
960 |
}); |
| 965 |
|
961 |
|
|
|
962 |
$(document).click(function() { |
| 963 |
$('#report_updated').hide(); |
| 964 |
}); |
| 965 |
|
| 966 |
$(".goback").on("click",function(e){ |
966 |
$(".goback").on("click",function(e){ |
| 967 |
e.preventDefault(); |
967 |
e.preventDefault(); |
| 968 |
window.history.back(); |
968 |
window.history.back(); |