Changeset 1273

Show
Ignore:
Timestamp:
07/18/08 00:45:08 (5 months ago)
Author:
rats
Message:

* Fixed #1416: Missing menu when a client try to ad new email: client/mail_add.php
* Fixed #1417: Template error and missing menu when a client try to enable autoresponder: client/mail_autoresponder_enable.php
* Fixed #1418: Template error and missing menu when a client try to enable autoresponder: client/mail_autoresponder_edit.php
* Fixed #1419: Template error and missing menu when a client try to create catch all: client/mail_catchall_add.php
* Fixed #1420: Missing menu when a client try to edit email: client/mail_edit.php
* Fixed #1421: Client can`t change sql password: client/sql_change_password.php (template error)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1272 r1273  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-07-18 Benedikt Heintel 
     5        - GUI: 
     6                * Fixed #1416: Missing menu when a client try to ad new email: client/mail_add.php 
     7                * Fixed #1417: Template error and missing menu when a client try to enable autoresponder: client/mail_autoresponder_enable.php 
     8                * Fixed #1418: Template error and missing menu when a client try to enable autoresponder: client/mail_autoresponder_edit.php 
     9                * Fixed #1419: Template error and missing menu when a client try to create catch all: client/mail_catchall_add.php 
     10                * Fixed #1420: Missing menu when a client try to edit email: client/mail_edit.php 
     11                * Fixed #1421: Client can`t change sql password: client/sql_change_password.php (template error) 
    312 
    4132008-07-16 Benedikt Heintel 
  • trunk/gui/client/mail_add.php

    r1272 r1273  
    524524// static page messages. 
    525525 
    526 gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_mail_accounts.tpl'); 
    527 gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_mail_accounts.tpl'); 
     526gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_email_accounts.tpl'); 
     527gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_email_accounts.tpl'); 
    528528 
    529529gen_logged_from($tpl); 
  • trunk/gui/client/mail_autoresponder_edit.php

    r1265 r1273  
    2424 
    2525$tpl = new pTemplate(); 
    26 $tpl->define_dynamic('page', Config::get('CLIENT_TEMPLATE_PATH') . '/mail_autoresponder_enable.php'); 
     26$tpl->define_dynamic('page', Config::get('CLIENT_TEMPLATE_PATH') . '/mail_autoresponder_enable.tpl'); 
    2727$tpl->define_dynamic('page_message', 'page'); 
    2828$tpl->define_dynamic('logged_from', 'page'); 
     
    156156// static page messages. 
    157157 
    158 gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_mail_accounts.tpl'); 
    159 gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_mail_accounts.tpl'); 
     158gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_email_accounts.tpl'); 
     159gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_email_accounts.tpl'); 
    160160 
    161161gen_logged_from($tpl); 
  • trunk/gui/client/mail_autoresponder_enable.php

    r1265 r1273  
    2424 
    2525$tpl = new pTemplate(); 
    26 $tpl->define_dynamic('page', Config::get('CLIENT_TEMPLATE_PATH') . '/mail_autoresponder_enable.php'); 
     26$tpl->define_dynamic('page', Config::get('CLIENT_TEMPLATE_PATH') . '/mail_autoresponder_enable.tpl'); 
    2727$tpl->define_dynamic('page_message', 'page'); 
    2828$tpl->define_dynamic('logged_from', 'page'); 
     
    157157// static page messages. 
    158158 
    159 gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_mail_accounts.tpl'); 
    160 gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_mail_accounts.tpl'); 
     159gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_email_accounts.tpl'); 
     160gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_email_accounts.tpl'); 
    161161 
    162162gen_logged_from($tpl); 
  • trunk/gui/client/mail_catchall_add.php

    r1265 r1273  
    2424 
    2525$tpl = new pTemplate(); 
    26 $tpl->define_dynamic('page', Config::get('CLIENT_TEMPLATE_PATH') . '/create_mail_catchall.tpl'); 
     26$tpl->define_dynamic('page', Config::get('CLIENT_TEMPLATE_PATH') . '/mail_catchall_add.tpl'); 
    2727$tpl->define_dynamic('page_message', 'page'); 
    2828$tpl->define_dynamic('logged_from', 'page'); 
     
    382382// static page messages. 
    383383 
    384 gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_mail_accounts.tpl'); 
    385 gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_mail_accounts.tpl'); 
     384gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_email_accounts.tpl'); 
     385gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_email_accounts.tpl'); 
    386386 
    387387gen_logged_from($tpl); 
  • trunk/gui/client/mail_edit.php

    r1272 r1273  
    310310// static page messages. 
    311311 
    312 gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_mail_accounts.tpl'); 
    313 gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_mail_accounts.tpl'); 
     312gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_email_accounts.tpl'); 
     313gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_email_accounts.tpl'); 
    314314 
    315315gen_logged_from($tpl); 
  • trunk/gui/themes/omega_original/client/sql_change_password.tpl

    r1263 r1273  
    5252                    <tr> 
    5353                      <td width="40">&nbsp;</td> 
    54                       <td valign="top"><form name="sql_change_password_frm" method="post" action="sql_password_change.php"> 
     54                      <td valign="top"><form name="sql_change_password_frm" method="post" action="sql_change_password.php"> 
    5555                          <table width="100%" cellpadding="5" cellspacing="5"> 
    5656                            <!-- BDP: page_message -->