Bugzilla – Attachment 30598 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]
Bug 12700 - Capitalization: "Close Help Window" in context help
Bug-12700---Capitalization-Close-Help-Window-in-co.patch (text/plain), 1.52 KB, created by
Biblibre Sandboxes
on 2014-08-07 21:13:50 UTC
(
hide
)
Description:
Bug 12700 - Capitalization: "Close Help Window" in context help
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-08-07 21:13:50 UTC
Size:
1.52 KB
patch
obsolete
>From a619965ee22f7a0d179a2e8b5b7499435c0d1d8b 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] 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> >--- > .../intranet-tmpl/prog/en/includes/help-bottom.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.7.2.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 12700
:
30509
|
30596
|
30598
|
30669