$(document).ready(function() { var adminButtonTable = $('.main table.administration-table').first(); $('
').insertAfter(adminButtonTable); $(adminButtonTable).parent('.card-body').addClass('pb-3'); $(adminButtonTable).find('a.administration-buttons').each(function() { $('div.administration-table').append('' + $(this).find('div').text() + ''); }); $(adminButtonTable).remove(); // better remove link buttons $('.remove-button').each(function() { $(this).replaceWith('') }); }); $(window).load(function() { $('.main [name="download"]').prepend('').addClass('btn-secondary'); $('.main [name="restore"]').prepend('').addClass('btn-warning'); $('.main .custom-file').removeAttr('style'); // better links if($('img[src$="link.png"]').length>0) { var parentTable = $('img[src$="link.png"]').closest('.table-responsive'); $(parentTable).after(''); $(parentTable).find('td').each(function() { $('.externalLinks').append('