{combine_css path="$PWG_CUMULUS_PLUGIN_CSS/admin.css"} {combine_css path="$PWG_CUMULUS_PLUGIN_CSS/colorpicker.css"} {combine_script id="colorpicker" require="jquery" path="$PWG_CUMULUS_PLUGIN_JS/colorpicker.js"} {footer_script require="colorpicker"}{literal} $(function() { $('input.pwg-picker') .each(function() { if ($(this).val() !== undefined) { if ($(this).val().indexOf('#',0)==-1) { $(this).css('background-color', '#'+$(this).val()); } else { $(this).css('background-color', $(this).val()); } } }) .ColorPicker({ onSubmit: function(hsb, hex, rgb, el) { $(el).val(hex); $(el).ColorPickerHide(); $(el).css('background-color', '#'+hex); }, onBeforeShow: function () { $(this).ColorPickerSetColor(this.value); } }) .bind('keyup', function(){ $(this).ColorPickerSetColor(this.value); }); }); {/literal}{/footer_script}

{'Cumulus Tags Cloud Plugin'|@translate}

{'That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'|@translate}

{'You can choose that mode for tags default display mode by adding (or changing) in the configuration file'|@translate} include/config_local.inc.php :

$conf['tags_default_display_mode'] = 'cumulus';
{'Animation width and height'|@translate}

{'Tags size'|@translate}

{'Animation colors'|@translate}