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 1187-1197 Sub report:<select name="subreport"> Link Here
1187
[% END %]
1187
[% END %]
1188
1188
1189
[% IF ( showsql ) %]
1189
[% IF ( showsql ) %]
1190
    [% IF mana_success %]
1191
        <fieldset>
1192
            Shared Successfully, thanks for your contribution!
1193
        </fieldset>
1194
    [% END %]
1195
<fieldset class="rows">
1190
<fieldset class="rows">
1196
    <legend>[% reportname %]</legend>
1191
    <legend>[% reportname %]</legend>
1197
    <ol>
1192
    <ol>
1198
- 

Return to bug 17047