force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
3
ControlPanel/themes/MasterControlProgram/modules/TS3Admin/TS3Admin.css
Executable file
3
ControlPanel/themes/MasterControlProgram/modules/TS3Admin/TS3Admin.css
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
td > a {
|
||||
float: right;
|
||||
}
|
||||
25
ControlPanel/themes/MasterControlProgram/modules/TS3Admin/TS3Admin.js
Executable file
25
ControlPanel/themes/MasterControlProgram/modules/TS3Admin/TS3Admin.js
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
$(document).ready(function() {
|
||||
$('img[src$="edit.png"]').replaceWith('<i class="fa fa-pencil-square-o" aria-hidden="true"></i>');
|
||||
$('img[src$="refresh.png"]').replaceWith('<i class="fa fa-refresh" aria-hidden="true"></i>');
|
||||
|
||||
$('[name="stopvServer"]').removeClass('btn-primary').addClass('btn-danger');
|
||||
|
||||
$('.edit, .main [href^="home.php?m=TS3Admin"], .main [href*="home.php?m=TS3Admin&token"], .main [href="home.php?m=TS3Admin&liveview"]').addClass('btn').addClass('btn-xs').addClass('btn-primary');
|
||||
|
||||
$('.propHeadline').parent('td').each(function(){
|
||||
$(this).replaceWith('<th colspan="'+$(this).attr('colspan')+'">'+$(this).html()+'</th>');
|
||||
});
|
||||
$('.table .table0').each(function(){
|
||||
$(this).replaceWith('<th>'+$(this).html()+'</th>');
|
||||
});
|
||||
|
||||
$('#serverview').css('padding','5px').wrap('<table class="table table-sm table-striped">');
|
||||
$('#serverstatus').parent('td').children('a').addClass('label').addClass('label-primary').addClass('label-size');
|
||||
|
||||
$('#clearLink').parent('div').each(function(){
|
||||
$(this).find('img').remove();
|
||||
$(this).html($(this).html().replace('|',''));
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue