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
21
ControlPanel/themes/MasterControlProgram/modules/litefm/litefm.js
Executable file
21
ControlPanel/themes/MasterControlProgram/modules/litefm/litefm.js
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
$(document).ready(function() {
|
||||
$('.operations-button').addClass('btn').addClass('btn-xs').addClass('btn-primary');
|
||||
$('.main [href^="?m=gamemanager&p=game_monitor&home_id="]').addClass('btn').addClass('btn-primary').addClass('btn-sm');
|
||||
|
||||
$('img[src="images/folder.png"]').replaceWith('<i class="fa fa-folder-open-o" aria-hidden="true"></i>');
|
||||
$('img[src="images/txt.png"]').replaceWith('<i class="fa fa-pencil-square-o" aria-hidden="true"></i>');
|
||||
$('img[src="images/exec.png"]').replaceWith('<i class="fa fa-cog" aria-hidden="true"></i>');
|
||||
|
||||
$('.unlocked').children('span').addClass('btn').addClass('btn-xs').addClass('btn-danger').css('min-width','80px');
|
||||
$('.locked').children('span').addClass('btn').addClass('btn-xs').addClass('btn-success').css('min-width','80px');
|
||||
|
||||
$('[href*="&item="], [href^="javascript:downloadFile"]').addClass('label').addClass('label-default');
|
||||
$('[href$="&p=read_file"]').removeClass('label').removeClass('label-default').addClass('btn').addClass('btn-primary').addClass('btn-xs');
|
||||
|
||||
/* *** Long Name Fix *** */
|
||||
$('td > h3').each(function(){
|
||||
$(this).parent('td').attr('style', 'max-width:400px');
|
||||
$(this).attr('title', $(this).text()).attr('style', 'overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap;max-width:100%;');
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue