Merge branch 'master' of github.com:roundcube/roundcubemail
9 files renamed
3 files modified
| | |
| | | 'href' => "#", |
| | | 'onclick' => "return ".JS_OBJECT_NAME.".enigma_import_attachment('".JQ($part)."')", |
| | | 'title' => $this->gettext('keyattimport')), |
| | | html::img(array('src' => $this->url('skins/default/key_add.png'), 'style' => "vertical-align:middle"))) |
| | | html::img(array('src' => $this->url('skins/classic/key_add.png'), 'style' => "vertical-align:middle"))) |
| | | . ' ' . html::span(null, $this->gettext('keyattfound'))); |
| | | |
| | | $attach_script = true; |
| | |
| | | 'label' => 'help.help', |
| | | ), 'taskbar'); |
| | | |
| | | $skin = $rcmail->config->get('skin'); |
| | | if (!file_exists($this->home."/skins/$skin/help.css")) |
| | | $skin = 'default'; |
| | | |
| | | // add style for taskbar button (must be here) and Help UI |
| | | $this->include_stylesheet("skins/$skin/help.css"); |
| | | $skin_path = $this->local_skin_path(); |
| | | if (is_file($this->home . "/$skin_path/help.css")) { |
| | | $this->include_stylesheet("$skin_path/help.css"); |
| | | } |
| | | } |
| | | |
| | | function action() |
| | |
| | | $this->init_ui(); |
| | | |
| | | // include styles |
| | | $skin = $this->rc->config->get('skin'); |
| | | if (!file_exists($this->home."/skins/$skin/managesieve_mail.css")) |
| | | $skin = 'default'; |
| | | $this->include_stylesheet("skins/$skin/managesieve_mail.css"); |
| | | $skin_path = $this->local_skin_path(); |
| | | if (is_file($this->home . "/$skin_path/managesieve_mail.css")) { |
| | | $this->include_stylesheet("$skin_path/managesieve_mail.css"); |
| | | } |
| | | |
| | | // add 'Create filter' item to message menu |
| | | $this->api->add_content(html::tag('li', null, |