From 1e45da277b6e28ff65967d38c12b298872efb059 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 01 Aug 2008 17:37:59 -0400 Subject: [PATCH] Added translation functions for the tabs of forms. --- interface/web/sites/templates/shell_user_edit.htm | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/interface/web/sites/templates/shell_user_edit.htm b/interface/web/sites/templates/shell_user_edit.htm index 5960efc..784d419 100644 --- a/interface/web/sites/templates/shell_user_edit.htm +++ b/interface/web/sites/templates/shell_user_edit.htm @@ -1,13 +1,5 @@ <table width="500" border="0" cellspacing="0" cellpadding="2"> <tr> - <td class="frmText11">{tmpl_var name='server_id_txt'}:</td> - <td class="frmText11"> - <select name="server_id" class="text"> - {tmpl_var name='server_id'} - </select> - </td> - </tr> - <tr> <td class="frmText11">{tmpl_var name='parent_domain_id_txt'}:</td> <td class="frmText11"> <select name="parent_domain_id" class="text"> @@ -47,6 +39,6 @@ <td><input name="btn_save" type="button" class="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','sites/shell_user_edit.php');"><div class="buttonEnding"></div> <input name="btn_cancel" type="button" class="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('sites/shell_user_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