? l10ns.patch
Index: l10n_community/l10n_community.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/l10n_community.js,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 l10n_community.js
--- l10n_community/l10n_community.js	1 Oct 2007 19:58:48 -0000	1.1.2.2
+++ l10n_community/l10n_community.js	11 Nov 2007 11:58:30 -0000
@@ -51,6 +51,13 @@ l10nCommunity.init = function() {
       });
     ;}));
   });
+
+  // Add lookup all button
+  $('#l10n-community-filter-form fieldset').append($(document.createElement('IMG')).attr('src', imagePath + 'lookup.png').attr('class', 'lookup').attr('title', Drupal.settings.l10n_lookup_all_help).css('display', 'block').css('cursor', 'pointer').click(function() {
+    $('#l10n-community-translate-form .toolbox .lookup').each(function(){
+    $(this).click();
+    });
+  }));
 }
 
 /**
Index: l10n_community/pages.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/pages.inc,v
retrieving revision 1.1.2.6
diff -u -p -r1.1.2.6 pages.inc
--- l10n_community/pages.inc	5 Nov 2007 17:05:59 -0000	1.1.2.6
+++ l10n_community/pages.inc	11 Nov 2007 11:58:31 -0000
@@ -569,6 +569,7 @@ function l10n_community_translate_form($
 
       'l10n_expand_help'      => t('Show the translation editing field.'),
       'l10n_lookup_help'      => t('Show detailed information about this string.'),
+      'l10n_lookup_all_help'      => t('Show detailed information of all strings.'),
       'l10n_approve_error'    => t('There was an error approving this suggestion. You might not have permission or the suggestion id was invalid.'),
       'l10n_approve_confirm'  => t('Suggestion approved.'),
 
