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