From aec1333faab59d5de487ecee0da059449e9c21fd Mon Sep 17 00:00:00 2001 From: horfic <horfic@ispconfig3> Date: Mon, 10 Jan 2011 08:29:51 -0500 Subject: [PATCH] *) Changed remote function sites_web_domain_add to allow readonly website to be created *) Forgot to add the entries for mailman in the main.cf of postfix --- interface/web/admin/lib/lang/bg_software_repo.lng | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/interface/web/admin/lib/lang/bg_software_repo.lng b/interface/web/admin/lib/lang/bg_software_repo.lng index 265fdc8..574dd11 100644 --- a/interface/web/admin/lib/lang/bg_software_repo.lng +++ b/interface/web/admin/lib/lang/bg_software_repo.lng @@ -1,9 +1,7 @@ <?php -$wb["repo_name_txt"] = 'Repository'; -$wb["repo_url_txt"] = 'URL'; -$wb["repo_username_txt"] = 'User (optional)'; -$wb["repo_password_txt"] = 'Password (optional)'; -$wb["active_txt"] = 'Active'; -$wb["btn_save_txt"] = 'Save'; -$wb["btn_cancel_txt"] = 'Cancel'; -?> \ No newline at end of file +$wb['repo_name_txt'] = 'Repository'; +$wb['repo_url_txt'] = 'URL'; +$wb['repo_username_txt'] = 'User (optional)'; +$wb['repo_password_txt'] = 'Password (optional)'; +$wb['active_txt'] = 'Active'; +?> -- Gitblit v1.9.1