mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-16 17:30:38 +00:00
Show spam aliases #
This commit is contained in:
12
data/web/rc/plugins/jqueryui/config.inc.php.dist
Normal file
12
data/web/rc/plugins/jqueryui/config.inc.php.dist
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here
|
||||
$config['jquery_ui_i18n'] = array('datepicker');
|
||||
|
||||
// map Roundcube skins with jquery-ui themes here
|
||||
$config['jquery_ui_skin_map'] = array(
|
||||
'larry' => 'larry',
|
||||
'default' => 'larry',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user