Changeset 219

Show
Ignore:
Timestamp:
03/01/07 10:45:07 (2 years ago)
Author:
ludo
Message:

low space warning added (from r4075)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/webmin/lbs/bootmenu.cgi

    r206 r219  
    418418        # tabs 
    419419        lbs_common::print_html_tabs(['system_backup', 'boot_menu']); 
    420    
     420        lbs_common::checkforspace(); 
    421421        # boot menu, FIXME i18n 
    422422        if (($mode eq "MONO")) {          # only one client selected 
  • trunk/webmin/lbs/dhcp.cgi

    r148 r219  
    168168        # tabs 
    169169        lbs_common::print_html_tabs(['list_of_machines', 'dhcp_form']); 
    170  
     170        lbs_common::checkforspace(); 
     171         
    171172        # form   
    172173        print_dhcp_form("dhcp.cgi", $lbs_common::lbsconf{'license'}, %einfo) ; 
  • trunk/webmin/lbs/move.cgi

    r162 r219  
    288288        # tabs 
    289289        lbs_common::print_html_tabs(['system_backup', 'shared_images']); 
     290        lbs_common::checkforspace(); 
    290291         
    291292        if ($mode eq "MONO") {