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 1176-1186 Sub report:<select name="subreport"> Link Here
1176
[% END %]
1176
[% END %]
1177
1177
1178
[% IF ( showsql ) %]
1178
[% IF ( showsql ) %]
1179
    [% IF mana_success %]
1180
        <fieldset>
1181
            Shared Successfully, thanks for your contribution!
1182
        </fieldset>
1183
    [% END %]
1184
<fieldset class="rows">
1179
<fieldset class="rows">
1185
    <legend>[% reportname %]</legend>
1180
    <legend>[% reportname %]</legend>
1186
    <ol>
1181
    <ol>
1187
- 

Return to bug 17047