Bugzilla – Attachment 51022 Details for
Bug 16381
Fix capitalization on tags review page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16381 [QA Followup] - Wrap string for translations
Bug-16381-QA-Followup---Wrap-string-for-translatio.patch (text/plain), 1.03 KB, created by
Kyle M Hall (khall)
on 2016-04-29 16:09:40 UTC
(
hide
)
Description:
Bug 16381 [QA Followup] - Wrap string for translations
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-29 16:09:40 UTC
Size:
1.03 KB
patch
obsolete
>From d50cdb72b366417b9ef5f8b5daa29308e0b3eaae Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 29 Apr 2016 16:09:08 +0000 >Subject: [PATCH] Bug 16381 [QA Followup] - Wrap string for translations > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index 37804eb..430a2a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -74,7 +74,7 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > > var success_test_call = function() { > $('#test_button').prop('disabled', false); >- $('#test_button').attr("value","Test"); >+ $('#test_button').attr("value",_("Test")); > }; > $(document).ready(function() { > $('.ajax_buttons' ).css({visibility:"visible"}); >-- >2.1.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 16381
:
50972
|
50982
|
50998
| 51022