Lines 1324-1330
Link Here
|
1324 |
|
1324 |
|
1325 |
[% IF ( editsql ) %] |
1325 |
[% IF ( editsql ) %] |
1326 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1326 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1327 |
<input type="hidden" name="phase" value="Update SQL" /> |
|
|
1328 |
<input type="hidden" name="id" value="[% id | html %]"/> |
1327 |
<input type="hidden" name="id" value="[% id | html %]"/> |
1329 |
<fieldset class="rows"> |
1328 |
<fieldset class="rows"> |
1330 |
<legend><h1>Edit SQL report</h1></legend> |
1329 |
<legend><h1>Edit SQL report</h1></legend> |
Lines 1382-1388
Link Here
|
1382 |
</fieldset> |
1381 |
</fieldset> |
1383 |
|
1382 |
|
1384 |
<fieldset class="action"> |
1383 |
<fieldset class="action"> |
1385 |
<input type="submit" name="submit" class="btn btn-primary" value="Update SQL" /> |
1384 |
<input type="submit" name="phase" class="btn btn-primary" value="Update SQL" /> |
|
|
1385 |
<input type="submit" name="phase" class="btn btn-primary" value="Update and run SQL" /> |
1386 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a> |
1386 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a> |
1387 |
</fieldset> |
1387 |
</fieldset> |
1388 |
</form> |
1388 |
</form> |