Skip to content

Commit a1f121e

Browse files
author
Florian Schaal
committed
Merge branch 'master' of git.ispconfig.org:florian030/ispconfig3
2 parents 002688c + c7e1d1b commit a1f121e

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

interface/web/client/form/reseller.tform.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
'value' => ''
585585
),
586586
'mail_servers' => array (
587-
'datatype' => 'INTEGER',
587+
'datatype' => 'VARCHAR',
588588
'formtype' => 'MULTIPLE',
589589
'separator' => ',',
590590
'default' => '1',
@@ -1125,7 +1125,7 @@
11251125
'value' => ''
11261126
),
11271127
'dns_servers' => array (
1128-
'datatype' => 'INTEGER',
1128+
'datatype' => 'VARCHAR',
11291129
'formtype' => 'MULTIPLE',
11301130
'separator' => ',',
11311131
'default' => '1',
@@ -1223,7 +1223,7 @@
12231223
'value' => ''
12241224
),
12251225
'db_servers' => array (
1226-
'datatype' => 'INTEGER',
1226+
'datatype' => 'VARCHAR',
12271227
'formtype' => 'MULTIPLE',
12281228
'separator' => ',',
12291229
'default' => '1',

interface/web/sites/templates/user_quota_stats_list.htm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
3131
<tbody>
3232
<tmpl_loop name="records">
3333
<tr>
34-
<td><a href="#" data-load-content="sites/web_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="domain"}</a></td>
35-
<td><a href="#" data-load-content="sites/web_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="system_user"}</a></td>
36-
<td><a href="#" data-load-content="sites/web_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="used"}</a></td>
37-
<td><a href="#" data-load-content="sites/web_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="soft"}</a></td>
38-
<td><a href="#" data-load-content="sites/web_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="hard"}</a></td>
39-
<td><a href="#" data-load-content="sites/web_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="files"}</a></td>
34+
<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="domain"}</a></td>
35+
<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="system_user"}</a></td>
36+
<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="used"}</a></td>
37+
<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="soft"}</a></td>
38+
<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="hard"}</a></td>
39+
<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}">{tmpl_var name="files"}</a></td>
4040
<td class="text-right"></td>
4141
</tr>
4242
</tmpl_loop>
@@ -54,4 +54,4 @@ <h1><tmpl_var name="list_head_txt"></h1>
5454
</table>
5555
</div>
5656

57-
</div>
57+
</div>

0 commit comments

Comments
 (0)