Falko Timme
2013-11-20 49262986e395d24db1523828c846fffd696b05c0
- Fixed missing save and cancel button texts in web form.
1 files modified
3 ■■■■■ changed files
interface/web/sites/web_domain_edit.php 3 ●●●●● patch | view | raw | blame | history
interface/web/sites/web_domain_edit.php
@@ -471,6 +471,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();
    }