when editing an admin/reseller check if the changed resources are still at least as much as the admin/reseller used already

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-04-04 21:08:47 +02:00
parent 95efc2f3a7
commit b0449165f9
3 changed files with 123 additions and 97 deletions

View File

@@ -1928,3 +1928,4 @@ $lng['serversettings']['documentroot_use_default_value']['description'] = 'If en
$lng['error']['usercurrentlydeactivated'] = 'The user %s is currently deactivated';
$lng['admin']['speciallogfile']['title'] = 'Separate logfile';
$lng['admin']['speciallogfile']['description'] = 'Enable this to get a separate access-log file for this domain';
$lng['error']['setlessthanalreadyused'] = 'You cannot set less resources of \'%s\' than this user already used';