~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/lib/install/func.inc.php

  • Committer: Fabio Albuquerque
  • Date: 2011-08-08 22:10:34 UTC
  • mfrom: (1.26.1 push-trunk)
  • Revision ID: fabiocbalbuquerque@gmail.com-20110808221034-vfr4ggsbxsdllq82
Merges from CUNY SPS

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
        'homepage' => array('label' => 'Home', 'route' => '@homepage'),
245
245
        'prepare' => array('label' => 'Prepare', 'route' => '@prepare'),
246
246
        'respond' => array('label' => 'Respond', 'route' => '@respond'),
247
 
        'recover' => array('label' => 'Recover', 'route' => '@homepage'),
248
 
        'mitigate' => array('label' => 'Mitigate', 'route' => '@homepage'),
249
 
        'modules' => array('label' => 'Modules', 'route' => '@homepage'),
250
247
        'admin' => array('label' => 'Administration', 'route' => '@admin'),
251
248
        'help' => array('label' => 'Help', 'route' => '@wiki'));
252
249
 
271
268
          ('label' => 'Add New Facility', 'route' => 'facility/new', 'parent' => 'facility'),
272
269
        'facility_list' => array
273
270
          ('label' => 'List Facilities', 'route' => 'facility/list', 'parent' => 'facility'),
274
 
        'facility_import' => array
275
 
          ('label' => 'Import Facilities', 'route' => '@facility', 'parent' => 'facility'),
276
 
        'facility_export' => array
277
 
          ('label' => 'Export Facilities', 'route' => '@facility', 'parent' => 'facility'),
278
 
        'facility_types' => array
279
 
          ('label' => 'List Facility Types', 'route' => '@facility', 'parent' => 'facility'),
280
271
        'org_new' => array
281
272
          ('label' => 'Add New Organization', 'route' => 'organization/new', 'parent' => 'org'),
282
273
        'org_list' => array
284
275
        'scenario_create' => array
285
276
          ('label' => 'Create New Scenario', 'route' => 'scenario/meta', 'parent' => 'scenario'),
286
277
        'scenario_list' => array
287
 
          ('label' => 'List Scenarios', 'route' => 'scenario/list', 'parent' => 'scenario'),
288
 
        'scenario_facilitygrouptypes' => array
289
 
          ('label' => 'List Facility Group Types', 'route' => 'scenario/grouptype', 'parent' => 'scenario'));
 
278
          ('label' => 'List Scenarios', 'route' => 'scenario/list', 'parent' => 'scenario'));
290
279
 
291
280
  $appConfig['all']['.array']['title'] =
292
281
      array(