Bugzilla – Attachment 11289 Details for
Bug 8556
"Mark seen and continue" not translatable in inventory.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8556 - "Mark seen and continue" not translatable in inventory.tt
Bug-8556---Mark-seen-and-continue-not-translatable.patch (text/plain), 1.69 KB, created by
Jonathan Druart
on 2012-08-02 09:46:44 UTC
(
hide
)
Description:
Bug 8556 - "Mark seen and continue" not translatable in inventory.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-08-02 09:46:44 UTC
Size:
1.69 KB
patch
obsolete
>From 6327ba3348805fd861d82c9865dc578b96ea576e Mon Sep 17 00:00:00 2001 >From: Marc Veron <veron@veron.ch> >Date: Thu, 2 Aug 2012 11:25:15 +0200 >Subject: [PATCH] Bug 8556 - "Mark seen and continue" not translatable in > inventory.tt > >Added missing _(...) wrapper in JavaScript in inventory.tt >Additionaly added two blanks to separate buttons (were sticked together without white space) > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../prog/en/modules/tools/inventory.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 1f668b9..a88ed84 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -14,8 +14,8 @@ $(document).ready(function(){ > $(".checkboxed").unCheckCheckboxes(); > return false; > }); >-[% IF ( offset ) %]$("#markseen").before("<input type=\"submit\" value=\"<< Mark seen and continue\" id=\"markback\" />");[% END %] >-[% IF ( nextoffset ) %]$("#markseen").after("<input type=\"submit\" id=\"marknext\" value=\"Mark seen and continue >>\" />");[% END %] >+[% IF ( offset ) %]$("#markseen").before("<input type=\"submit\" value=\"<< " + _("Mark seen and continue") + "\" id=\"markback\" /> ");[% END %] >+[% IF ( nextoffset ) %]$("#markseen").after(" <input type=\"submit\" id=\"marknext\" value=\"" + _("Mark seen and continue") + " >>\" />");[% END %] > $("#markback").click(function(){ > $(".checkboxed").find("input").filter("[name=offset]").attr("value","[% prevoffset %]"); > return true; >-- >1.7.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 8556
:
11288
| 11289