Chris Moules wrote:
> I think this might be related to something that we saw/fixed in our
> development tree. This was after merging plugin-api with trunk however.
>
> We noticed this when testing the plug-ins, noticeably the 'markasjunk'
> plug-in.
> - $rcmail->output->command('display_message',
> $this->gettext('reportedasjunk'), 'confirmation');
thx, this form works for me
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
I'm working on simple password change plugin using plagin-api branch. It
adds Settings -> Password tab. For now I have only two issues (lack of
features):
1. not translated messages when using show_message()
$rcmail->output->show_message('passwordincorrect', 'error');
2. not working set_pagetitle()
$rcmail->output->set_pagetitle($this->gettext('changepasswd'));
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/