Bugzilla – Attachment 21014 Details for
Bug 7180
Order from staged file improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7180 - QA Followup - Correct minor language issues
-Bug-7180---QA-Followup---Correct-minor-language-i.patch (text/plain), 4.95 KB, created by
Kyle M Hall (khall)
on 2013-09-12 12:37:49 UTC
(
hide
)
Description:
Bug 7180 - QA Followup - Correct minor language issues
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-09-12 12:37:49 UTC
Size:
4.95 KB
patch
obsolete
>From 152f210546a6b2239fd8eb641982591a9fd46b65 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 12 Sep 2013 08:35:41 -0400 >Subject: [PATCH] Bug 7180 - QA Followup - Correct minor language issues > >--- > .../prog/en/modules/acqui/addorderiso2709.tt | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index bca7e9c..3f0302a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -108,7 +108,7 @@ > } > }); > if ( error > 0 ) { >- alert(error + " " + _("quantity values are not filled or not a number")); >+ alert(error + " " + _("quantity values are not filled in or are not numbers")); > return false; > } > >@@ -142,7 +142,7 @@ > <div id="tabs" class="toptabs"> > <ul> > <li><a href="#records_to_import">Select to import</a></li> >- <li><a href="#items_info" class="items_info">Items information</a></li> >+ <li><a href="#items_info" class="items_info">Item information</a></li> > <li><a href="#accounting_details">Default accounting details</a></li> > </ul> > >@@ -174,9 +174,9 @@ > <li class="status"> > <span class="match"> > [% IF biblio.overlay_status == 'no_match' %] >- There is no matching biblio for this records. >+ This record does not match an existing record. > [% ELSE %] >- This record matches existing biblio. >+ This record matches an existing record. > [% END %] > [% IF ( biblio.match_biblionumber ) %] > Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber %]">[% biblio.match_citation %]</a> >@@ -213,11 +213,11 @@ > [% END %] > </li> > <li class="sort1"> >- <label for="sort1_record_[% biblio.import_record_id %]">Planning value1: </label> >+ <label for="sort1_record_[% biblio.import_record_id %]">Planning value 1: </label> > <input id="sort1_record_[% biblio.import_record_id %]" type="text" id="sort1" size="20" name="sort1" value="[% biblio.sort1 %]" /> > </li> > <li class="sort2"> >- <label for="sort2_record_[% biblio.import_record_id %]">Planning value2: </label> >+ <label for="sort2_record_[% biblio.import_record_id %]">Planning value 2: </label> > <input id="sort2_record_[% biblio.import_record_id %]" type="text" id="sort2" size="20" name="sort2" value="[% biblio.sort2 %]" /> > </li> > </ol> >@@ -225,7 +225,7 @@ > [% END %] > </div> > <div id="items_info"> >- <h2>Items information</h2> >+ <h2>Item information</h2> > <p>Import all the checked items in the basket with the following parameters:</p> > > [% IF ( items ) %] >@@ -301,7 +301,7 @@ > </li> > <li> > <div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> >- <label for="sort1">Planning value1: </label> >+ <label for="sort1">Planning value 1: </label> > [% IF CGIsort1 %] > <select id="all_sort1" size="1" name="all_sort1"> > [% FOREACH sort_opt IN CGIsort1 %] >@@ -318,7 +318,7 @@ > </li> > <li> > <span id="sort2_zone"> >- <label for="sort2">Planning value2: </label> >+ <label for="sort2">Planning value 2: </label> > [% IF CGIsort2 %] > <select id="all_sort2" size="1" name="all_sort1"> > [% FOREACH sort_opt IN CGIsort2 %] >-- >1.7.2.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 7180
:
6234
|
13019
|
15023
|
15048
|
15617
|
15677
|
15934
|
15935
|
16014
|
16505
|
16511
|
16544
|
16566
|
16613
|
19066
|
19067
|
19068
|
19316
|
19587
|
19588
|
19589
|
19590
|
19641
|
19645
|
20900
|
20901
|
20902
|
20903
|
20904
|
20926
|
20933
|
20934
|
20935
|
20978
|
20979
|
21004
|
21014
|
21017
|
21117
|
21462
|
21463
|
21464
|
21465
|
21466
|
21467
|
21468
|
21469
|
21470
|
21471
|
21472
|
21473
|
21474
|
21514
|
22546
|
22547
|
22548
|
22549
|
22550
|
22551
|
22552
|
22553
|
22554
|
22555
|
22556
|
22557
|
22558
|
22559
|
24052
|
24053
|
24054
|
24055
|
24056
|
24057
|
24058
|
24059
|
24060
|
24061
|
24062
|
24063
|
24064
|
24065
|
24636
|
24637
|
24638
|
24639
|
24640
|
24641
|
24642
|
24643
|
24644
|
24645
|
24646
|
24647
|
24648
|
24649
|
24708
|
24709
|
24710
|
24711
|
24712
|
24713
|
24714
|
24715
|
24716
|
24717
|
24718
|
24719
|
24720
|
24721
|
25908
|
26950
|
26951
|
26952
|
26953
|
26954
|
26955
|
26956
|
26957
|
26958
|
26959
|
26960
|
26961
|
26962
|
26963
|
26964
|
27128
|
27131
|
27136
|
27160
|
27325
|
27408
|
27409
|
27410
|
27411
|
27412
|
27413
|
27414
|
27415
|
27416
|
27417
|
27418
|
27419
|
27420
|
27421
|
27422
|
27423
|
27424
|
27451
|
27520
|
27561
|
27562
|
27563
|
27564
|
27565
|
27566
|
27567
|
27568
|
27569
|
27570
|
27571
|
27572
|
27573
|
27574
|
27575
|
27576
|
27577
|
27578
|
27829
|
27830
|
27831
|
27832
|
27833
|
27834
|
27835
|
27836
|
27837
|
27838
|
27839
|
27840
|
27841
|
27842
|
27843
|
27844
|
27845
|
27846
|
27847
|
27848
|
27849
|
27850
|
27851
|
27852
|
27853
|
27854
|
27855
|
27856
|
27857
|
27858
|
27859
|
27860
|
27861
|
27862
|
27863
|
27864
|
27865
|
27866