Bugzilla – Attachment 17647 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.43 KB, created by
Owen Leonard
on 2013-04-24 12:54:10 UTC
(
hide
)
Description:
Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-04-24 12:54:10 UTC
Size:
1.43 KB
patch
obsolete
>From aef7b48148355432bfbabfacb99f1d88ee3a8c57 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 >Content-Type: text/plain; charset="utf-8" > >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. >--- > .../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.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 10106
:
17647
|
17654
|
17663