Bugzilla – Attachment 2428 Details for
Bug 5000
Uncertain prices misses option to choose display language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5000-Uncertain-prices-misses-option-to-c.patch (text/plain), 4.78 KB, created by
Owen Leonard
on 2010-07-26 19:51:25 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-07-26 19:51:25 UTC
Size:
4.78 KB
patch
obsolete
>From f5f0de3539f5f4b6739806228d412241f4322a84 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 26 Jul 2010 15:49:14 -0400 >Subject: [PATCH] Fix for Bug 5000, Uncertain prices misses option to choose display language > >- Adding missing footer include for language chooser >- Correcting markup and structure errors >--- > .../prog/en/modules/acqui/uncertainprice.tmpl | 23 ++++++++----------- > 1 files changed, 10 insertions(+), 13 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tmpl >index 86f635e..86d9186 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tmpl >@@ -22,7 +22,7 @@ function check(form) { > <!-- TMPL_IF name="validate" --> > <META HTTP-EQUIV=Refresh CONTENT="0; URL=<!-- TMPL_VAR name="scriptname" -->?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->"> > <!-- TMPL_ELSE --> >- <h1>Orders with uncertain prices for vendor <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!--TMPL_VAR name="booksellername" --></a> <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->&op=enter">(edit)</a></h1> >+ <h1>Orders with uncertain prices for vendor <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!--TMPL_VAR name="booksellername" --></a> <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->&op=enter">(edit)</a></h1> > <h2>Contact information</h2> > <p><strong>Address: </strong> > <!-- TMPL_VAR name="booksellerpostal" --> >@@ -35,8 +35,8 @@ function check(form) { > <p><strong>Phone: </strong> > <!--TMPL_VAR name="booksellerphone" --> / Fax: > <!--TMPL_VAR name="booksellerfax" --></p> >- <p><dl> >- <dt><strong>Contact: </strong> >+ <dl> >+ <dt><strong>Contact: </strong></dt> > <dd><!--TMPL_VAR name="booksellercontact" --> > <!--TMPL_VAR name="booksellercontpos" --> > <!--TMPL_VAR name="booksellercontphone" --> >@@ -44,7 +44,7 @@ function check(form) { > <!--TMPL_VAR name="booksellercontemail" --> > <!--TMPL_VAR name="booksellercontnotes" --> > </dd> >- </dl></p> >+ </dl> > <!-- TMPL_IF name="booksellernotes" --> > <p><strong>Notes: </strong> > <!--TMPL_VAR name="booksellernotes" --></p> >@@ -84,7 +84,7 @@ function check(form) { > </td> > <td> > <!-- TMPL_VAR name="bibtitle" --> / <!-- TMPL_VAR name="bibauthor" --> <br /> <!-- TMPL_VAR name="bibpublishercode" -->, <!-- TMPL_VAR name="bibpublicationyear" --><br /><!-- TMPL_VAR name="bibisbn" --><br /> >- <a href="neworderempty.pl?ordernumber=<!-- TMPL_VAR name="ordernumber" -->&booksellerid=<!-- TMPL_VAR name="booksellerid" -->&basketno=<!-- TMPL_VAR name="basketno" -->"> >+ <a href="neworderempty.pl?ordernumber=<!-- TMPL_VAR name="ordernumber" -->&booksellerid=<!-- TMPL_VAR name="booksellerid" -->&basketno=<!-- TMPL_VAR name="basketno" -->"> > edit > </a> > </td> >@@ -92,25 +92,22 @@ function check(form) { > <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> > </td> > <td> >- <input type="checkbox" name="uncertainprice<!-- TMPL_VAR name="ordernumber" -->" value="1" checked> >+ <input type="checkbox" name="uncertainprice<!-- TMPL_VAR name="ordernumber" -->" value="1" checked="checked" /> > </td> > <td> > <input type="text" size="10" name="price<!-- TMPL_VAR name="ordernumber"-->" value="<!-- TMPL_VAR name="listprice" -->" >- onChange="uncheckbox(this.form, <!-- TMPL_VAR name="ordernumber" -->);" /> >+ onchange="uncheckbox(this.form, <!-- TMPL_VAR name="ordernumber" -->);" /> > </td> > <td> > > <input type="text" size="10" name="qty<!-- TMPL_VAR name="ordernumber"-->" value="<!-- TMPL_VAR name="quantity" -->" >- onChange="uncheckbox(this.form, <!-- TMPL_VAR name="ordernumber" -->);" /> >+ onchange="uncheckbox(this.form, <!-- TMPL_VAR name="ordernumber" -->);" /> > </td> > </tr> > <!-- /TMPL_LOOP --> > </table> >- <input type="button" value="Save" onclick="check(this.form)" /> >+ <fieldset class="action"><input type="button" value="Save" onclick="check(this.form)" /></fieldset> > </form> > <!-- /TMPL_IF --> > </div> >-</div> >-</div> >-</body> >-</html> >\ No newline at end of file >+</div><!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> >-- >1.7.0.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 5000
: 2428