Ok thanks 🙂
I just downloaded “Pre-paid credit” add-on, but it seems it has incomplete code.
For instance, in “Pre-paid credit” admin page, it showed like this:
http://i1119.photobucket.com/albums/k634/ir1keren/prepaid-credits.png
Then I added these lines inside wpmp_deposit_admin_part() function (wpdm-prepaid_credit/wpmp-deposit.php file):
wp_enqueue_style('wp-marketplace', plugins_url('/download-manager/bootstrap/css/bootstrap.css') );
wp_enqueue_script('wpdm-bootstrap', plugins_url('/download-manager/bootstrap/js/bootstrap.min.js'), array('jquery'));
And it worked as expected (or at least I thought so 😀 )
http://i1119.photobucket.com/albums/k634/ir1keren/prepaid-credits-fixed.png