translate('Local'), 's3fs' => translate('s3fs') ); $scheme_options = array( 'Deep' => translate('Deep'), 'Medium' => translate('Medium'), 'Shallow' => translate('Shallow'), ); $servers = Server::find_all( null, array('order'=>'lower(Name)') ); $ServersById = array(); foreach ( $servers as $S ) { $ServersById[$S->Id()] = $S; } $focusWindow = true; xhtmlHeaders(__FILE__, translate('Storage')." - ".$newStorage['Name'] ); ?>