Bugzilla – Attachment 32419 Details for
Bug 13055
Show budget name when editing it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13055 - Show budget name when editing it
Bug-13055---Show-budget-name-when-editing-it.patch (text/plain), 2.04 KB, created by
Chris Cormack
on 2014-10-16 14:29:15 UTC
(
hide
)
Description:
Bug 13055 - Show budget name when editing it
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-10-16 14:29:15 UTC
Size:
2.04 KB
patch
obsolete
>From 78a420ded50b2ecf1ebf23bf021688714e73d357 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 9 Oct 2014 10:54:28 -0400 >Subject: [PATCH] Bug 13055 - Show budget name when editing it > >This patch adds the budget name to the page heading when editing a >budget. The patch also similarly corrects the page title during edit >operations and fixes some inconsistency in the breadcrumbs. > >To test, edit an existing budget (Adminitration -> Budgets) and confirm >that page title, breadcrumbs, and heading look correct. > >Signed-off-by: Chris <chris@bigballofwax.co.nz> >--- > .../intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >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 be49860..77baa5a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >@@ -155,7 +155,7 @@ > > [% IF ( add_form ) %]› > [% IF ( budget_period_id ) %] >- Modify budget'[% budget_period_id %]' >+ Modify budget [% budget_period_description %] > [% ELSE %] > Add budget > [% END %] >@@ -194,9 +194,9 @@ > <!-- add or modify a budget period --> > <!-- ####################################### --> > [% IF ( add_form ) %] >- <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budget</a> › >+ <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › > [% IF ( budget_period_id ) %] >- Modify budget [% budget_period_description %] >+ Modify budget <i>[% budget_period_description %]</i> > > [% ELSE %] > Add budget >@@ -296,7 +296,7 @@ > <!-- add or modify a budget period --> > > [% IF ( budget_period_id ) %] >- <h3>Modify budget</h3> >+ <h3>Modify budget <i>[% budget_period_description %]</i></h3> > [% ELSE %] > <h3>Add budget</h3> > [% END %] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13055
:
32090
|
32419
|
32422