From: Katrin Fischer Date: Sun, 17 Jul 2011 18:53:29 +0000 (+0200) Subject: Bug 4497: Make tabs for managing suggestions translatable X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=4b2ea4cf447464e1a8cfc16605d1f21e72cdd41a;p=koha.git 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 --- 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(); });