Lines 232-238
Link Here
|
232 |
</fieldset> |
232 |
</fieldset> |
233 |
|
233 |
|
234 |
<fieldset class="action"> |
234 |
<fieldset class="action"> |
235 |
<input type="submit" value="Save" /> |
235 |
<input type="submit" class="btn btn-primary" value="Save" /> |
236 |
<a class="cancel" href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | html %]">Cancel</a> |
236 |
<a class="cancel" href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | html %]">Cancel</a> |
237 |
</fieldset> |
237 |
</fieldset> |
238 |
|
238 |
|
Lines 306-312
Link Here
|
306 |
<fieldset class="action"> |
306 |
<fieldset class="action"> |
307 |
<!-- "save changes" button --> |
307 |
<!-- "save changes" button --> |
308 |
<!-- ###################################### --> |
308 |
<!-- ###################################### --> |
309 |
<input type="submit" value="Save" /> |
309 |
<input type="submit" class="btn btn-primary" value="Save" /> |
310 |
[% IF ( budget_period_id ) %] |
310 |
[% IF ( budget_period_id ) %] |
311 |
<a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]" class="cancel">Cancel</a> |
311 |
<a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]" class="cancel">Cancel</a> |
312 |
[% ELSE %] |
312 |
[% ELSE %] |
Lines 406-412
Link Here
|
406 |
<fieldset class="action"> |
406 |
<fieldset class="action"> |
407 |
<input type="hidden" name="op" value="close_confirmed" /> |
407 |
<input type="hidden" name="op" value="close_confirmed" /> |
408 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" /> |
408 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" /> |
409 |
<input type="submit" value="Move unreceived orders" /> |
409 |
<input type="submit" class="btn btn-primary" value="Move unreceived orders" /> |
410 |
<a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a> |
410 |
<a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a> |
411 |
</fieldset> |
411 |
</fieldset> |
412 |
</form> |
412 |
</form> |