<?php
$_menu=array(
'it' => array(
'title' => 'projects & iterations',
'sub_itpm' => array(
'itpm' => array('title'=>'', 'lic'=>LIC_TTS,
'prereq_check'=>array('rts_no_pqs'=>array('itrts/tts_admin_pqs.php', 'Please add IT environments', 'You need to define at least one IT environment to start using the project management system.'))
),
'itpm_projects' => array('title'=>'summary',
'prereq_check'=>array('rts_no_pqs'=>array('itrts/tts_admin_pqs.php', 'Please add IT environments', 'You need to define at least one IT environment to be able to start an iteration/project.'),
'pps_project_in_plan'=>array('','One planning session per IT environment at a time!', 'You can not have more than one project/iteration planning sessions for an IT environment.<br>You can start planning your next project/iteration once the previous one has transitioned into the implementation phase.'))
),
'itpm_plan' => array('title'=>'plan','hide'=>'pps_proj'),
'itpm_track' => array('title'=>'track','hide'=>'pps_proj'),
'itpm_history' => array('title'=>'history','hide'=>'pps_proj'),
'itpm_estimate' => array('title'=>'estimate','hide'=>'pps_proj'),
'itpm_ts' => array('title'=>'time sharing','hide'=>'pps_proj'),
'itpm_done' => array('title'=>'stats','hide'=>'pps_proj')
),
'as_if' => array( 'itpm_xxx' => 'itpm_projects' )
)
);
?>