Bugzilla – Attachment 17654 Details for
Bug 10106
Markup error causing misplacement of "reopen" checkbox on invoice edit screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen
Bug-10106---Markup-error-causing-misplacement-of-r.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2013-04-24 13:40:51 UTC
(
hide
)
Description:
Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-04-24 13:40:51 UTC
Size:
1.46 KB
patch
obsolete
>From 6639723f5488a919d2ce29b8a4f6e70fa72556c1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 24 Apr 2013 08:52:12 -0400 >Subject: [PATCH] Bug 10106 - Markup error causing misplacement of "reopen" > checkbox on invoice edit screen > >A misplaced closing </li> causes the "reopen" checkbox to be misplaced >if you're editing the a closed invoice. This patch puts the </li> in its >proper place. > >To test, view a closed invoice (Acquisitions -> Vendor -> Invoices) and >confirm that the "reopen" checkbox is correctly placed. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index 108e771..96df8d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -70,7 +70,7 @@ > <li><span class="label">Status:</span> > Closed on [% invoiceclosedate | $KohaDates %].</li> > >- <li><label for="reopen">Reopen: </label></li> <input type="checkbox" name="reopen" id="reopen" /> >+ <li><label for="reopen">Reopen: </label> <input type="checkbox" name="reopen" id="reopen" /></li> > [% ELSE %] > <li><span class="label">Status:</span> > Open.</li> >-- >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 10106
:
17647
|
17654
|
17663