Current time: 04-20-2024, 08:34 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Editing vacation autoreply message
Author Message
Qwerty256 Offline
Junior Member
*****
Dev Team

Posts: 10
Joined: Aug 2010
Reputation: 0
Post: #1
Editing vacation autoreply message
You have misspeling there:

gui/client/mail_autoresponder_edit.php

line:38
IS: $template = 'mail_autoresponder_enable.tpl';
SHOULD BE: $template = 'mail_autoresponder_edit.tpl';

line: 64
IS: 'TR_ENABLE_MAIL_AUTORESPONDER' => tr('Edit mail auto responder'),
SHOULD BE: 'TR_EDIT_MAIL_AUTORESPONDER' => tr('Edit mail auto responder'),


Smile
and /var/www/ispcp/gui/client/mail_edit.php

line: ~207 you have:
Code:
$tpl->assign(
                                array(
                                        'ACTION'                                => 'update_pass,update_forward',
                                        'FORWARD_MAIL'                  => true,
                                        'FORWARD_MAIL_CHECKED'  => $cfg->HTML_CHECKED,
                                        'FORWARD_LIST_DISABLED' => 'false'
                                )
                        );
and in here should be
'NORMAL_MAIL' => true,
because we are editing normal-email as weel Smile


and by the way, if you do edit email, and remove forwards, you have no option to switch back to forward email.. when i fix it i will paste it here
(This post was last modified: 02-26-2012 03:47 AM by Qwerty256.)
02-26-2012 03:05 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)