Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #721: Allow sorting columns in search results #727

Merged
merged 2 commits into from Apr 13, 2016

Conversation

pascalchevrel
Copy link
Member

  • clean up our code to always define additional css and js files in the dispatcher
  • make tables in all views sortable except a couple were it didn't make sense (like a 3 rows table)
  • update the select_column.js and its associated html to not conflict with sorttable.js on the click event
  • fix naming of variables for consistency

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @flodolo, @TheoChevalier and @tx2z to be potential reviewers

@pascalchevrel
Copy link
Member Author

@TheoChevalier ping

$page_descr = 'Create and download your own <abbr title="Translation Memory eXchange">TMX</abbr> file containing the strings you need.';
$css_files[] = 'tmx.css';
$js_files[] = '/js/select_all.js';
$js_files[] = '/js/sorttable.js';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t think we need sorttable on this one

@TheoChevalier
Copy link
Member

* clean up our code to always define additional css and js files in the dispatcher
* make tables in all views sortable except a couple were it didn't make sense (like a 3 rows table)
* update the select_column.js and its associated html to not conflict with sorttable.js on the click event
* fix naming of variables for consistency
@pascalchevrel pascalchevrel merged commit 4fc1ad0 into mozfr:master Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants