From 4b2ea4cf447464e1a8cfc16605d1f21e72cdd41a 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 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. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack --- .../prog/en/modules/suggestion/suggestion.tt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 8bcf5cb0a8..38d784f529 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(); }); -- 2.20.1