[imp] New Message Button?
Michael Wing
marsfurrycreature at gmail.com
Thu Aug 2 13:03:40 UTC 2012
On Wed, Jul 25, 2012 at 1:01 PM, Oscar del Rio <delrio at mie.utoronto.ca>wrote:
> On 07/24/12 05:19 PM, Michael Wing wrote:
>
>> On Tue, Jul 24, 2012 at 3:54 PM, Michael M Slusarz<slusarz at horde.org>**
>> wrote:
>>
>> Quoting Michael Wing<marsfurrycreature at gmail.**com<marsfurrycreature at gmail.com>
>>> >:
>>> #button_compose and #button_checkmail.
>>>
>>> Thanks!
>>
>> Moving these lines in templates/dimp/index.inc to where I wanted the
>> buttons placed:
>>
>
> Thanks for the details! I was looking for the same :)
>
>
I found that just making those changes didn't make the button_checkmail
work. There is a line missing from dimpbase.js which is needed to actually
make the button work:
It should look like this:
case 'button_checkmail':
case 'checkmaillink':
this.poll(id == 'search_refresh');
e.stop();
return;
More information about the imp
mailing list