Bugzilla – Attachment 13727 Details for
Bug 8117
Divide budget periods into two tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8117 [Follow-up] Divide budget periods into two tabs
Bug-8117-Follow-up-Divide-budget-periods-into-two-.patch (text/plain), 1.76 KB, created by
Jonathan Druart
on 2012-11-28 08:25:29 UTC
(
hide
)
Description:
Bug 8117 [Follow-up] Divide budget periods into two tabs
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-11-28 08:25:29 UTC
Size:
1.76 KB
patch
obsolete
>From 17f98ac99690cf1fd07b321e229c0cf9072d1f97 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 27 Nov 2012 15:57:55 -0500 >Subject: [PATCH] Bug 8117 [Follow-up] Divide budget periods into two tabs > >This patch corrects some capitalization errors. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 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 f8a0506..244f92f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >@@ -320,8 +320,8 @@ > > <div id="budgetsTabs" class="toptabs"> > <ul> >- <li><a href="#active">Active Budgets</a></li> >- <li><a href="#inactive">Inactive Budgets</a></li> >+ <li><a href="#active">Active budgets</a></li> >+ <li><a href="#inactive">Inactive budgets</a></li> > </ul> > > <div id="active"> >@@ -352,7 +352,7 @@ > <td> > <a href="[% script_name %]?op=add_form&budget_period_id=[% period_active.budget_period_id |html %]">Edit</a> > <a href="[% script_name %]?op=delete_confirm&budget_period_id=[% period_active.budget_period_id %]">Delete</a> >- <a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_period_id=[% period_active.budget_period_id %]">Add Fund</a> >+ <a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_period_id=[% period_active.budget_period_id %]">Add fund</a> > </td> > </tr> > [% 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 8117
:
9634
|
9635
|
10138
|
10160
|
10161
|
10178
|
10179
|
10180
|
10231
|
10235
|
11047
|
11052
|
11325
|
13713
|
13727
|
13821