From df3d20ab95cf0bef629e44d86a217f95a9716bbb Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 17 Jul 2011 20:53:29 +0200 Subject: [PATCH] Bug 4497: Make tabs for managing suggestions translatable Content-Type: text/plain; charset="utf-8" This patch makes the tabs on the manage suggestion page translatable. To test: - Create some suggestions in intranet or opac and manage them to make the different status tabs appear: accecpted, pending, checked, rejected - Apply patch, run 'perl translate update ' - Check po file for string '%s %sPending %sAccepted %sChecked %sRejected %sAvailable %sOrdered%s %s%s %sNo name%s (%s)' - Translate it, save and run 'perl translate install ' Tabs should now appear translated. --- .../prog/en/modules/suggestion/suggestion.tt | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 8bcf5cb..38d784f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -204,7 +204,15 @@ $(document).ready(function() { calcNewsuggTotal(); }); -- 1.7.4.1