From e08297876e554e2a1b48bca50b44c26e7d755d7e Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 03 Aug 2008 08:46:23 -0400
Subject: [PATCH] Network Configuration through the ISPConfig interface for debian and compatible linux distributions.
---
interface/web/admin/templates/server_config_server_edit.htm | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/interface/web/admin/templates/server_config_server_edit.htm b/interface/web/admin/templates/server_config_server_edit.htm
index 6200fbc..0d9d722 100644
--- a/interface/web/admin/templates/server_config_server_edit.htm
+++ b/interface/web/admin/templates/server_config_server_edit.htm
@@ -1,5 +1,9 @@
<table width="500" border="0" cellspacing="0" cellpadding="2">
<tr>
+ <td width="126" class="frmText11">{tmpl_var name='auto_network_configuration_txt'}:</td>
+ <td width="366" class="frmText11">{tmpl_var name='auto_network_configuration'}</td>
+ </tr>
+ <tr>
<td class="frmText11">{tmpl_var name='ip_address_txt'}:</td>
<td class="frmText11"><input name="ip_address" type="text" class="text" value="{tmpl_var name='ip_address'}" size="15" maxlength="255"></td>
</tr>
@@ -27,6 +31,6 @@
<td><input name="btn_save" type="button" class="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','admin/server_config_edit.php');"><div class="buttonEnding"></div>
<input name="btn_cancel" type="button" class="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('admin/server_config_list.php');"><div class="buttonEnding"></div>
</td>
- </tr>
-</table>
+ </tr>
+</table>
<input type="hidden" name="id" value="{tmpl_var name='id'}">
\ No newline at end of file
--
Gitblit v1.9.1