public function show()
 {
     if (empty($this->commands)) {
         return "";
     }
     $tpl = array();
     $tpl['MENU'] = parent::show();
     return PHPWS_Template::process($tpl, 'hms', 'admin/menus/ReapplicationMaintenanceMenu.tpl');
 }
Beispiel #2
0
 public function show()
 {
     if (empty($this->commands)) {
         return '';
     }
     $tpl = array();
     $tpl['MENU'] = parent::show();
     $tpl['LEGEND_TITLE'] = 'Service Desk';
     return PHPWS_Template::process($tpl, 'hms', 'admin/menus/AdminMenuBlock.tpl');
 }