Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Where to find the toolbar ’file’ Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
marci
Valued Community Member
Valued Community Member


Joined: 15 August 2007
Location: Denmark
Online Status: Offline
Posts: 22
Posted: 01 September 2007 at 1:35pm | IP Logged Quote marci

Hello there,
I have downloaded the lite version of MailBee Webmail ASP..

I'm trying to fit it in, and I then want to remove the button 'Back to list'..
- And maybe make it to a 'one step back' button (with history.back(-1))

But my question is then, where is the file where the toolbar is?
- And maybe where is that button?

Hope for useful answers ;)

Regards Jeppe
Back to Top View marci's Profile Search for other posts by marci
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 03 September 2007 at 3:31am | IP Logged Quote Andrew

For AJAX version of the UI:

1. File language.js, change the button text label in line 30 (strList variable);
2. File processing.js, change button's icon: line 171 'menu/back_to_list.gif';
3. File click_handlers, create a function which will be executed on the button click, for instance:
Code:
function BackHystoryClick()
{
    history.back(-1);
}

4. File processing.js, line 203, change the old function call (BackToListClick) with the new one (BackHystoryClick).


For classic HTML UI mode:

1. File language.inc.asp, line 19, change strList value;
2. File functions_new.inc.asp, line 9, change onclick attribute value, and the icon (back_to_list.gif) in line 10;
3. File functions_view.inc.asp, line 10, change onclick attribute value, and the icon (back_to_list.gif) in line 11;
4. File functions_redirect.inc.asp, line 9, change onclick attribute value, and the icon (back_to_list.gif) in line 10.


Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide