Bugzilla – Attachment 30669 Details for
Bug 12700
Capitalization: "Close Help Window" in context help
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12700 - Capitalization: "Close Help Window" in context help
PASSED-QA-Bug-12700---Capitalization-Close-Help-Wi.patch (text/plain), 1.59 KB, created by
Katrin Fischer
on 2014-08-10 21:22:57 UTC
(
hide
)
Description:
[PASSED QA] Bug 12700 - Capitalization: "Close Help Window" in context help
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-08-10 21:22:57 UTC
Size:
1.59 KB
patch
obsolete
>From 902b0bd6639626bb2da90422a18e5bfd956519b5 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 21 Jul 2014 11:03:12 +0200 >Subject: [PATCH] [PASSED QA] Bug 12700 - Capitalization: "Close Help Window" > in context help > >To test: >- Open help in any page of staff client >- In help popup window, see wrong capitalization in button 'Close Help Window' >- Close the popup window >- Apply patch >- Check again: Button now reads "Close help window' > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Work as described, no koha-qa errors > >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc >index f3a9539..b7b72c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc >@@ -1,5 +1,5 @@ > <form action="/cgi-bin/koha/edithelp.pl" method="post"> >- <fieldset class="action"><input type="button" class="submit" onclick="window.close(); return false;" value="Close Help Window" /> >+ <fieldset class="action"><input type="button" class="submit" onclick="window.close(); return false;" value="Close help window" /> > <input type="hidden" name="type" value="modify" /> > <input type="hidden" name="referer" value="[% referer %]" /> > <input type="submit" class="submit" value="Edit help" /></fieldset> >-- >1.9.1
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 12700
:
30509
|
30596
|
30598
| 30669