Ignore:
Timestamp:
03/22/11 10:26:07 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1250 - Adição do controle de quotas por OU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoAdmin1_2/inc/class.uisectors.inc.php

    r3359 r3887  
    196196                                'disk_quota'        => $_POST['disk_quota'], 
    197197                                'users_quota'       => $_POST['users_quota'], 
     198                                'file_manager_quota'=> $_POST['file_manager_quota'], 
    198199                                'manager_org'           => $combo_manager_org, 
    199200                                'sector_visible_checked'=> $_POST['sector_visible'] ? 'checked' : '', 
     
    251252                                $sector_disk_quota = $sector_info[0]['diskquota'][0]; 
    252253                                $sector_users_quota = $sector_info[0]['usersquota'][0]; 
     254                                $sector_file_manager_quota = $sector_info[0]['filemanagerquota'][0]; 
    253255                                $sector_associated_domain = $sector_info[0]['associateddomain'][0]; 
    254256                                $_POST['sector_visible'] = $sector_info[0]['phpgwaccountvisible'][0]; 
     
    267269                                'disk_quota'        => $_POST['disk_quota'] == '' ? $sector_disk_quota : $_POST['disk_quota'], 
    268270                                'users_quota'       => $_POST['users_quota'] == '' ? $sector_users_quota : $_POST['users_quota'], 
     271                                'file_manager_quota'=> $_POST['file_manager_quota'] == '' ? $sector_file_manager_quota : $_POST['file_manager_quota'], 
    269272                                'lang_add'                      => lang('Add'), 
    270273                                'disable'                       => 'disabled', 
Note: See TracChangeset for help on using the changeset viewer.