View | Details | Raw Unified | Return to bug 16525
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-3 / +6 lines)
Lines 378-386 Link Here
378
    <fieldset class="action">
378
    <fieldset class="action">
379
        <!-- "save changes" button -->
379
        <!-- "save changes" button -->
380
        <!-- ###################################### -->
380
        <!-- ###################################### -->
381
        <input type="button" value="Save changes"  onclick="Check(this.form)"    />
381
        <input type="button" value="Save"  onclick="Check(this.form)" />
382
        <!--             <input type="submit" value="Save Changes"  />  -->
382
        <!--             <input type="submit" value="Save Changes"  />  -->
383
        [% IF ( budget_period_id ) %]<a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]" class="cancel">Cancel</a>[% END %]
383
        [% IF ( budget_period_id ) %]
384
            <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]" class="cancel">Cancel</a>
385
        [% ELSE %]
386
            <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl" class="cancel">Cancel</a>
387
        [% END %]
384
    </fieldset>
388
    </fieldset>
385
389
386
</form>
390
</form>
387
- 

Return to bug 16525