Till Brehm
2013-11-20 6a8a67f05081001851bbd70644188263132c5921
Fixed missing save and cancel button texts in reseller and client form.
2 files modified
7 ■■■■■ changed files
interface/web/client/client_edit.php 4 ●●●● patch | view | raw | blame | history
interface/web/client/reseller_edit.php 3 ●●●●● patch | view | raw | blame | history
interface/web/client/client_edit.php
@@ -172,6 +172,7 @@
        $app->tpl->setVar('template_additional_list', $text);
        $app->tpl->setVar('app_module', 'client');
        
        //* Set the 'customer no' default value
        if($this->id == 0) {
            
@@ -210,6 +211,9 @@
                }
            }
        }
        $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
@@ -158,6 +158,9 @@
                $app->db->datalogUpdate('sys_ini', "config = '".$app->db->quote($system_config_str)."'", 'sysini_id', 1);
            }
        }
        $app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt'));
        $app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt'));
        parent::onShowEnd();