ISSUE-1 #3
@ -19,6 +19,10 @@ class aliasmanager extends rcube_plugin {
|
||||
throw new \Exception('cannot connect ot postfix db');
|
||||
}
|
||||
|
||||
if ($this->rcmail->task == "mail" || $this->rcmail->task == "settings") {
|
||||
$this->include_stylesheet('assets/styles/app.css');
|
||||
}
|
||||
|
||||
if ($this->rcmail->task == "settings") {
|
||||
$this->add_hook("settings_actions", [$this, "hookSettingsActions"]);
|
||||
$this->register_action('plugin.aliasmanager', [$this, "onShowSettingsPage"]);
|
||||
@ -61,7 +65,6 @@ class aliasmanager extends rcube_plugin {
|
||||
*/
|
||||
public function settingsPageHandler() {
|
||||
$this->include_script('assets/scripts/app.js');
|
||||
$this->include_stylesheet('assets/styles/app.css');
|
||||
|
||||
$this->rcmail->output->add_label("settings_menu_label");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user