Author |
|
bayronpantoja Newbie
Joined: 19 January 2013 Location: Colombia
Online Status: Offline Posts: 24
|
Posted: 16 March 2013 at 6:55am | IP Logged
|
|
|
I need to hide the box where can drag and drop or load attachments.
greetings, Bayron
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 March 2013 at 12:36am | IP Logged
|
|
|
Is this about current version 6.6 of WebMail Lite PHP? Please confirm. Thanks.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
bayronpantoja Newbie
Joined: 19 January 2013 Location: Colombia
Online Status: Offline Posts: 24
|
Posted: 18 March 2013 at 12:46pm | IP Logged
|
|
|
currently working with the 6.5.2 version of Webmail Lite.
Regards,
Bayron Pantoja
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 March 2013 at 5:58pm | IP Logged
|
|
|
In js/mail/new-message-screen.js file, modify line 1525:
Code:
div = CreateChild(td, 'div', [['class','wm_attachment_uploading']]);
|
|
|
so that it looks like this:
Code:
div = CreateChild(td, 'div', [['class','wm_hide']]); |
|
|
Be sure to clear web browser cache to apply changes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|