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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 / +3 lines)
Lines 68-74 function load_group_subgroups () { Link Here
68
68
69
$(document).ready(function(){
69
$(document).ready(function(){
70
70
71
$(".goback").on("click",function(){
71
$(".goback").on("click",function(e){
72
    e.preventDefault();
72
    window.history.back();
73
    window.history.back();
73
});
74
});
74
75
Lines 1017-1023 Sub report:<select name="subreport"> Link Here
1017
    [% ELSE %]
1018
    [% ELSE %]
1018
    [% END %]
1019
    [% END %]
1019
    <div id="onerror_actions">
1020
    <div id="onerror_actions">
1020
        <a class="button goback">Return to previous page</a>
1021
        <a href="#" class="button goback">Return to previous page</a>
1021
    </div>
1022
    </div>
1022
[% END %]
1023
[% END %]
1023
</div>
1024
</div>
1024
- 

Return to bug 16281