summaryrefslogtreecommitdiff
blob: 245f6c9df992099c18cffe0cb82903d736238de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
$header
	<form method="post" action="$filename">
	<input type="hidden" name="s" value="$s" />
	<input type="hidden" name="page" value="$page" />
	<input type="hidden" name="action" value="$action" />
	<input type="hidden" name="id" value="$id" />
		<table cellpadding="5" cellspacing="4" border="0" align="center" class="install_tabella_60">
			<tr>
				<td class="install_titolo" colspan="2"><b><img src="../images/titolo.gif" alt="" />&nbsp;{$lng['admin']['admin_edit']}</b></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['login']['username']}:</td>
				<td class="install_campodisplay" nowrap="nowrap">{$result['loginname']}</td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['name']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="name" value="{$result['name']}" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['email']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="email" value="{$result['email']}" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['login']['language']}:</td>
				<td class="install_campodisplay" nowrap="nowrap"><select class="tendina_nobordo" name="def_language">$language_options</select></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['admin']['change_serversettings']}</td>
				<td class="install_campodisplay" nowrap="nowrap">$change_serversettings</td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['admin']['customers']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="customers" value="{$result['customers']}" maxlength="9" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['admin']['customers_see_all']}</td>
				<td class="install_campodisplay" nowrap="nowrap">$customers_see_all</td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['admin']['domains']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="domains" value="{$result['domains']}" maxlength="9" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['admin']['domains_see_all']}</td>
				<td class="install_campodisplay" nowrap="nowrap">$domains_see_all</td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['diskspace']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="diskspace" value="{$result['diskspace']}" maxlength="6" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['traffic']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="traffic" value="{$result['traffic']}" maxlength="3" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['subdomains']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="subdomains" value="{$result['subdomains']}" maxlength="9" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['emails']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="emails" value="{$result['emails']}" maxlength="9" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['accounts']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="email_accounts" value="{$result['email_accounts']}" maxlength="9" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['forwarders']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="email_forwarders" value="{$result['email_forwarders']}" maxlength="9" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['ftps']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="ftps" value="{$result['ftps']}" maxlength="9" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['customer']['mysqls']}: *</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="text" name="mysqls" value="{$result['mysqls']}" maxlength="9" /></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['admin']['deactivated_user']}?</td>
				<td class="install_campodisplay" nowrap="nowrap">$deactivated</td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['login']['password']} ({$lng['panel']['emptyfornochanges']}):</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="password" name="newpassword" value="" /></td>
			</tr>
			<tr>
				<td class="install_confermacampo" colspan="2"><input type="hidden" name="send" value="send" /><input class="bottone" type="submit" value="{$lng['panel']['save']}" /></td>
			</tr>
		</table>
	</form>
	<br />
	<br />
$footer