Falko Timme
2013-11-21 855e605f5e20bb5065b089d6af6468a56032475c
Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.0.5
4 files modified
11 ■■■■■ changed files
interface/lib/classes/tform.inc.php 2 ●●● patch | view | raw | blame | history
interface/web/client/client_edit.php 3 ●●●●● patch | view | raw | blame | history
interface/web/client/reseller_edit.php 3 ●●●●● patch | view | raw | blame | history
interface/web/sites/web_domain_edit.php 3 ●●●●● patch | view | raw | blame | history
interface/lib/classes/tform.inc.php
@@ -131,7 +131,7 @@
        $this->module = $module;
        $wb = array();
        include_once ISPC_ROOT_PATH.'/lib/lang/'.$_SESSION['s']['language'].'.lng';
        include ISPC_ROOT_PATH.'/lib/lang/'.$_SESSION['s']['language'].'.lng';
        if(is_array($wb)) $wb_global = $wb;
interface/web/client/client_edit.php
@@ -212,9 +212,6 @@
            }
        }
        
        $app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt'));
        $app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt'));
        parent::onShowEnd();
    }
interface/web/client/reseller_edit.php
@@ -159,9 +159,6 @@
            }
        }
        
        $app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt'));
        $app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt'));
        parent::onShowEnd();
    }
interface/web/sites/web_domain_edit.php
@@ -471,9 +471,6 @@
            }
        }
        $app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt'));
        $app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt'));
        parent::onShowEnd();
    }