Bugzilla – Attachment 30066 Details for
Bug 12660
Mispelling of Accomodation in two tools templates - in comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct spelling of accomodate in template comments
0003-Bug-12660-Correct-mispelling-of-accomodate-in-commen.patch (text/plain), 1.99 KB, created by
briann
on 2014-07-25 03:03:17 UTC
(
hide
)
Description:
Correct spelling of accomodate in template comments
Filename:
MIME Type:
Creator:
briann
Created:
2014-07-25 03:03:17 UTC
Size:
1.99 KB
patch
obsolete
>From 5e1bdf49ef9810477dc447339dcff7bd25328a5f Mon Sep 17 00:00:00 2001 >From: Brian Norris <briann@catalyst.net.nz> >Date: Fri, 25 Jul 2014 14:55:04 +1200 >Subject: [PATCH 3/3] Bug 12660:Correct mispelling of accomodate in comments > >View the file in your git checkout to see the misspelling of accomodate >do the patch >view the files again to see the correct spelling accommodate >--- > .../prog/en/modules/tools/batchMod-del.tt | 2 +- > .../prog/en/modules/tools/batchMod-edit.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >index 29486bc..71cc9af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >@@ -10,7 +10,7 @@ > //<![CDATA[ > > // Prepare array of all column headers, incrementing each index by >-// two to accomodate control and title columns >+// two to accommodate control and title columns > var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); > for( x=0; x<allColumns.length; x++ ){ > allColumns[x] = Number(allColumns[x]) + 2; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index db78536..9cbd901 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -11,7 +11,7 @@ > //<![CDATA[ > > // Prepare array of all column headers, incrementing each index by >-// two to accomodate control and title columns >+// two to accommodate control and title columns > var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); > for( x=0; x<allColumns.length; x++ ){ > allColumns[x] = Number(allColumns[x]) + 2; >-- >1.7.9.5 >
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 12660
:
30066
|
30147
|
30160