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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-2 / +3 lines)
Lines 905-911 fieldset.rows .inputnote { Link Here
905
    visibility:visible; /* you propably don't need to change this one */
905
    visibility:visible; /* you propably don't need to change this one */
906
    display:block;
906
    display:block;
907
}
907
}
908
#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child, #periods_menuc .first-child {
908
#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
909
	padding-left : 34px;
909
	padding-left : 34px;
910
	background-image: url("../../img/toolbar-new.gif");
910
	background-image: url("../../img/toolbar-new.gif");
911
	background-position : center left;
911
	background-position : center left;
Lines 943-949 fieldset.rows .inputnote { Link Here
943
#managelabel a,
943
#managelabel a,
944
#managetemplate a,
944
#managetemplate a,
945
#managelabelbatch a,
945
#managelabelbatch a,
946
#manageprofile a {
946
#manageprofile a,
947
#periods_menuc .first-child {
947
	padding-left : 34px;
948
	padding-left : 34px;
948
	background-image: url("../../img/toolbar-edit.gif");
949
	background-image: url("../../img/toolbar-edit.gif");
949
	background-position : center left;
950
	background-position : center left;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-5 / +8 lines)
Lines 89-95 Link Here
89
            Add budget
89
            Add budget
90
        [% END %]
90
        [% END %]
91
    [% END %]
91
    [% END %]
92
92
    [% IF ( duplicate_form ) %]› Duplicate budget[% END %]
93
    [% IF ( delete_confirm ) %]›
93
    [% IF ( delete_confirm ) %]›
94
            Delete budget '[% budget_period_description %]'?
94
            Delete budget '[% budget_period_description %]'?
95
    [% END %]
95
    [% END %]
Lines 136-142 Link Here
136
            Delete budget '[% budget_period_description %]'?
136
            Delete budget '[% budget_period_description %]'?
137
        [% END %]
137
        [% END %]
138
    [% END %]
138
    [% END %]
139
139
    <!-- duplicate a budget -->
140
    [% IF ( duplicate_form ) %]
141
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo; Duplicate budget
142
    [% END %]
140
    <!-- display budget periods list -->
143
    <!-- display budget periods list -->
141
    <!-- ########################################## -->
144
    <!-- ########################################## -->
142
    [% IF ( else ) %]
145
    [% IF ( else ) %]
Lines 152-157 Link Here
152
[% INCLUDE 'budgets-admin-toolbar.inc' %]
155
[% INCLUDE 'budgets-admin-toolbar.inc' %]
153
156
154
[% IF ( duplicate_form ) %]
157
[% IF ( duplicate_form ) %]
158
<h3>Duplicate budget</h3>
155
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" name="f" method="post">
159
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" name="f" method="post">
156
    <fieldset class="rows">
160
    <fieldset class="rows">
157
    <input type="hidden" name="op" value="duplicate_budget" />
161
    <input type="hidden" name="op" value="duplicate_budget" />
Lines 195-201 Link Here
195
    </fieldset>
199
    </fieldset>
196
200
197
    <fieldset class="action">
201
    <fieldset class="action">
198
        <input type="button" value="Save Changes"  onclick="CheckDuplicateForm(this.form)"    />
202
        <input type="button" value="Save Changes"  onclick="CheckDuplicateForm(this.form)" /> <a class="cancel" href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">Cancel</a>
199
    </fieldset>
203
    </fieldset>
200
204
201
</form>
205
</form>
Lines 287-293 Link Here
287
        <!-- ###################################### -->
291
        <!-- ###################################### -->
288
        <input type="button" value="Save changes"  onclick="Check(this.form)"    />
292
        <input type="button" value="Save changes"  onclick="Check(this.form)"    />
289
        <!--             <input type="submit" value="Save Changes"  />  -->
293
        <!--             <input type="submit" value="Save Changes"  />  -->
290
        <!--            <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl" class="cancel">Cancel</a> -->
294
        [% IF ( budget_period_id ) %]<a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]" class="cancel">Cancel</a>[% END %]
291
    </fieldset>
295
    </fieldset>
292
296
293
</form>
297
</form>
294
- 

Return to bug 8184