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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc (-1 / +1 lines)
Lines 135-141 $(document).ready(function(){ Link Here
135
                alert( result.errmsg );
135
                alert( result.errmsg );
136
            }
136
            }
137
            else{
137
            else{
138
                window.location = ("/cgi-bin/koha/reports/guided_reports.pl?reports=").concat(result.id).concat("&phase=Show%20SQL&mana_success=1");
138
                window.location = ("/cgi-bin/koha/reports/guided_reports.pl?reports=").concat(result.id).concat("&phase=Show%20SQL&mana_success=1&phase=Edit%20SQL");
139
            }
139
            }
140
        })
140
        })
141
        .fail( function ( foo, msg, longmsg, bla ){
141
        .fail( function ( foo, msg, longmsg, bla ){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-6 lines)
Lines 1189-1199 Sub report:<select name="subreport"> Link Here
1189
[% END %]
1189
[% END %]
1190
1190
1191
[% IF ( showsql ) %]
1191
[% IF ( showsql ) %]
1192
    [% IF mana_success %]
1193
        <fieldset>
1194
            Shared Successfully, thanks for your contribution!
1195
        </fieldset>
1196
    [% END %]
1197
<fieldset class="rows">
1192
<fieldset class="rows">
1198
    <legend>[% reportname %]</legend>
1193
    <legend>[% reportname %]</legend>
1199
    <ol>
1194
    <ol>
1200
- 

Return to bug 17047