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
12
ControlPanel/themes/AdminLTE/modules/steam_workshop/steam_workshop.css
Executable file
12
ControlPanel/themes/AdminLTE/modules/steam_workshop/steam_workshop.css
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#scrolling_checkbox,
|
||||
#uninstall_scrolling_checkbox
|
||||
{
|
||||
min-height: 120px;
|
||||
overflow-y: scroll;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
}
|
||||
24
ControlPanel/themes/AdminLTE/modules/steam_workshop/steam_workshop.js
Executable file
24
ControlPanel/themes/AdminLTE/modules/steam_workshop/steam_workshop.js
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
$(document).ready(function()
|
||||
{
|
||||
$('.main [href^="?m=steam_workshop&p=uninstall"]').addClass('btn btn-sm btn-danger').prepend('<i class="fas fa-puzzle-piece mr-1"></i>');
|
||||
$('.main [href="?m=steam_workshop&p=main"]').addClass('btn btn-sm btn-success');
|
||||
$('.main [name="install"]').removeClass('btn-primary').addClass('btn-success');
|
||||
$('.main [name="remove_mods"], .main [name="uninstall"]').removeClass('btn-primary').addClass('btn-danger').prepend('<i class="fas fa-trash-alt mr-1"></i>');
|
||||
$('.main [href^="?m=steam_workshop&p=main&home_id-mod_id-ip-port="]').addClass('btn btn-sm btn-primary').prepend('<i class="fas fa-puzzle-piece mr-1"></i>');
|
||||
|
||||
$('.main [href^="?m=gamemanager"]').each(function()
|
||||
{
|
||||
if($(this).text()==langConsts['OGP_LANG_back'])
|
||||
{
|
||||
$(this).addClass('btn btn-sm btn-primary mt-1').prepend('<i class="fas fa-angle-double-left mr-1"></i>');
|
||||
}
|
||||
});
|
||||
|
||||
$('.main [href^="?m=steam_workshop"]').each(function()
|
||||
{
|
||||
if($(this).text()==langConsts['OGP_LANG_install_mod'])
|
||||
{
|
||||
$(this).addClass('btn-sm').prepend('<i class="fas fa-puzzle-piece mr-1"></i>');
|
||||
}
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue