From 8fab6e9cfa7f96b6994e0fea436ff59e048dbffd Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 23 Nov 2005 11:26:46 -0500 Subject: [PATCH] Added Domain relay and exim4 config --- interface/web/sites/templates/mail_domain_list.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/templates/mail_domain_list.htm b/interface/web/sites/templates/mail_domain_list.htm index e400ca3..93e7d1a 100644 --- a/interface/web/sites/templates/mail_domain_list.htm +++ b/interface/web/sites/templates/mail_domain_list.htm @@ -1,6 +1,6 @@ <form name="myform" action="mail_domain_list.php" method="POST"> <div class="frmTextHead"><tmpl_var name="list_head_txt"></div><br /> -<input type="button" value="Add new Domain" onClick="location.href='mail_domain_edit.php'" /><br /><br /> +<input type="button" value="{tmpl_var name="add_new_record_txt"}" onClick="location.href='mail_domain_edit.php'" /><br /><br /> <table width="100%" border="0" cellspacing="0" cellpadding="4"> <tr> <td class="tblHead"><tmpl_var name="server_id_txt"></td> -- Gitblit v1.9.1