Improved Organization Application review overview and bulk reviewing.
Both buttons now fade out and if no organizations can be accepted/rejected the buttons will not fade and a message will be shown to the user explaining the situation.
Patch by: Mario Ferraro
Reviewed by: Lennard de Rijk
$(function() {
$('.datetime-pick').datetimepicker();
$('.date-pick').datetimepicker({
'pickDateOnly' : true,
'timeFormat' : '',
'yearRange' : '1900:2008',
});
});