On Wed, Jul 25, 2012 at 1:01 PM, Oscar del Rio <[email protected]>wrote:

> On 07/24/12 05:19 PM, Michael Wing wrote:
>
>> On Tue, Jul 24, 2012 at 3:54 PM, Michael M Slusarz<[email protected]>**
>> wrote:
>>
>>  Quoting Michael 
>> Wing<marsfurrycreature@gmail.**com<[email protected]>
>>> >:
>>> #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;
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to