Bugzilla – Attachment 3467 Details for
Bug 5972
DisplayClearScreenButton preference introduces invalid markup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5972-DisplayClearScreenButton-preference.patch (text/plain), 1.37 KB, created by
Owen Leonard
on 2011-03-28 15:11:42 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-03-28 15:11:42 UTC
Size:
1.37 KB
patch
obsolete
>From f9ff4a588d72a90b84de072e75c684f177d89f93 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 28 Mar 2011 11:09:45 -0400 >Subject: [PATCH] Fix for Bug 5972 - DisplayClearScreenButton preference introduces invalid markup >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/circ/circulation.tmpl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >index dc7ed5f..4d509c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >@@ -415,7 +415,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform"> > <fieldset id="circ_circulation_issue"> > <!-- TMPL_IF NAME="DisplayClearScreenButton" --> >- <input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'"> >+ <input type="button" value="Clear Screen" onclick="window.location = '/cgi-bin/koha/circ/circulation.pl'" /> > <!-- /TMPL_IF --> > > <label for="barcode">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->) </label> >-- >1.7.3 >
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 5972
: 3467