From cba16eeb78dda1f14a0e64fa053092e4fd5df8a7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 5 Jun 2012 12:54:52 -0400 Subject: [PATCH] Bug 8184 - Duplicate budget page lacks heading and breadcrumbs Content-Type: text/plain; charset="utf-8" Adding title, heading, and breadcrumbs for "duplicate a budget" operation. Also: - adding cancel link for duplicate and edit - correcting the CSS so that the "edit" menu button is styled like an edit button. operations. --- .../intranet-tmpl/prog/en/css/staff-global.css | 5 +++-- .../prog/en/modules/admin/aqbudgetperiods.tt | 12 ++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index e591a73..96c8b7e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -905,7 +905,7 @@ fieldset.rows .inputnote { visibility:visible; /* you propably don't need to change this one */ display:block; } -#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 { +#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 { padding-left : 34px; background-image: url("../../img/toolbar-new.gif"); background-position : center left; @@ -943,7 +943,8 @@ fieldset.rows .inputnote { #managelabel a, #managetemplate a, #managelabelbatch a, -#manageprofile a { +#manageprofile a, +#periods_menuc .first-child { padding-left : 34px; background-image: url("../../img/toolbar-edit.gif"); background-position : center left; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt index aae5925..4b25992 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -89,7 +89,7 @@ Add budget [% END %] [% END %] - + [% IF ( duplicate_form ) %]› Duplicate budget[% END %] [% IF ( delete_confirm ) %]› Delete budget '[% budget_period_description %]'? [% END %] @@ -136,7 +136,10 @@ Delete budget '[% budget_period_description %]'? [% END %] [% END %] - + + [% IF ( duplicate_form ) %] + Budgets › Duplicate budget + [% END %] [% IF ( else ) %] @@ -152,6 +155,7 @@ [% INCLUDE 'budgets-admin-toolbar.inc' %] [% IF ( duplicate_form ) %] +

Duplicate budget

@@ -195,7 +199,7 @@
- + Cancel
@@ -287,7 +291,7 @@ - + [% IF ( budget_period_id ) %]Cancel[% END %] -- 1.7.9.5