Closed (duplicate)
Project:
Drupal core
Version:
7.26
Component:
language system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2014 at 19:46 UTC
Updated:
26 Mar 2014 at 23:54 UTC
Jump to comment: Most recent
Comments
Comment #1
taote commentedComment #2
taote commentedOk, I got it. Apparently the Bootstrap theme is changing the Filter button adding the following markup before the word Filter:
<i class="icon glyphicon glyphicon-filter" aria-hidden="true"></i>And because in the function
locale_translation_filter_form_submit($form, &$form_state)in the filelocale.admin.inc, to decide what to do is comparing the action with the word Filter (case t('Filter')), because of this prefix is not working.So the problem is the small icon that the Bootstrap theme adds to the button.
Comment #3
markhalliwellThis isn't a core issue.