add VHOSTLIMIT pages
This commit is contained in:
parent
59e8e5a6dc
commit
5f856fe5ca
10
panel/ui/vhost/vhosts-add-max.html
Normal file
10
panel/ui/vhost/vhosts-add-max.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<include href="header.html" />
|
||||
|
||||
<h4>Add New Website</h4>
|
||||
|
||||
<p>
|
||||
This server has reached the limit of {{@VHOSTLIMIT}} websites.<br>
|
||||
<small>You must remove one or more of the existing sites, or upgrade the server, before you can add another website.</small>
|
||||
</p>
|
||||
|
||||
<include href="footer.html" />
|
10
panel/ui/vmail/domains-add-max.html
Normal file
10
panel/ui/vmail/domains-add-max.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<include href="header.html" />
|
||||
|
||||
<h4>Add New Email Domain</h4>
|
||||
|
||||
<p>
|
||||
This server has reached the limit of {{@VHOSTLIMIT}} email domains.<br>
|
||||
<small>You must remove one or more of the existing domains, or upgrade the server, before you can add another email domain.</small>
|
||||
</p>
|
||||
|
||||
<include href="footer.html" />
|
Loading…
Reference in New Issue
Block a user