Bugzilla – Attachment 50972 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: Fix capitalization on tags review page
Bug-16381-Fix-capitalization-on-tags-review-page.patch (text/plain), 1.99 KB, created by
Katrin Fischer
on 2016-04-29 00:18:39 UTC
(
hide
)
Description:
Bug 16381: Fix capitalization on tags review page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-29 00:18:39 UTC
Size:
1.99 KB
patch
obsolete
>From 8bec22481fc1ccfa9150ea8fe7fa698927122ee8 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 29 Apr 2016 02:15:30 +0200 >Subject: [PATCH] Bug 16381: Fix capitalization on tags review page > >- Fixes capitalization of the sub heading "Displaying ... terms" >- Fixes button label of "Test" > >To test: >- Look at all, approved, rejected, pending tags and check > the line below the heading "Tags" - "Displaying..." >- Check a term using the search box on the left side > Before the patch: Test - Processing... - test > After the patch this should be Test again in the end. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >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 ba1908e..43001df 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').removeAttr("disabled"); >- $('#test_button').attr("value","test"); >+ $('#test_button').attr("value","Test"); > }; > $(document).ready(function() { > $('.ajax_buttons' ).css({visibility:"visible"}); >@@ -173,11 +173,11 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > <h1>Tags</h1> > <form method="post" action="/cgi-bin/koha/tags/review.pl" class="checkboxed"> > <h4>Displaying >- [% IF ( filter_approved_all ) %]ALL[% END %] >- [% IF ( filter_approved_ok ) %]Approved[% END %] >- [% IF ( filter_approved_pending ) %]Pending[% END %] >- [% IF ( filter_approved_rej ) %]Rejected[% END %] >- Terms >+ [% IF ( filter_approved_all ) %]all[% END %] >+ [% IF ( filter_approved_ok ) %]approved[% END %] >+ [% IF ( filter_approved_pending ) %]pending[% END %] >+ [% IF ( filter_approved_rej ) %]rejected[% END %] >+ terms > </h4> > > [% IF ( op_count ) %] >-- >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 16381
:
50972
|
50982
|
50998
|
51022