~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/home/templates/prepareSuccess.php

  • Committer: Chad Heuschober
  • Date: 2011-06-06 13:37:45 UTC
  • mfrom: (1.1.1244 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110606133745-850mdvnjtv392zta
Pulled in most recent batch of changes from the cuny sps trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
<h4>Manage Resources</h4>
12
12
<table cellspacing="20">
13
13
    <tr>
14
 
      <td><?php echo link_to('Manage<br>Staff', 'staff/index', array('class' => 'linkButton width140')) ?></td>
15
 
      <td><?php echo link_to('Manage<br>Facilities', 'facility/index', array('class' => 'linkButton width140')) ?></td>
16
 
      <td><?php echo link_to('Manage<br>Organizations', 'organization/index', array('class' => 'linkButton width140')) ?></td>
 
14
      <td><?php echo link_to('Manage<br>Staff', 'staff/index', array('class' => 'generalButton width140', 'title' => 'Add, Edit, Import, and Manage Staff')) ?></td>
 
15
      <td><?php echo link_to('Manage<br>Facilities', 'facility/index', array('class' => 'generalButton width140', 'title' => 'Add, Edit, Import, and Manage Facility')) ?></td>
 
16
      <td><?php echo link_to('Manage<br>Organizations', 'organization/index', array('class' => 'generalButton width140', 'title' => 'Add, Edit, and Manage Organizations')) ?></td>
17
17
    </tr>
18
18
</table>
19
19
<h4>Manage Scenarios</h4>
20
20
<table cellspacing="20">
21
21
    <tr>
22
 
      <td><?php echo link_to('Create<br>New Scenario', 'scenario/pre', array('class' => 'linkButton width140')) ?></td>
23
 
      <td><?php echo link_to('Manage<br>Existing Scenarios', 'scenario/index', array('class' => 'linkButton width140')) ?></td>
24
 
      <td><?php echo link_to('Deploy a<br>Scenario', 'event/index', array('class' => 'linkButton width140')) ?></td>
25
 
      <td><?php echo link_to('Scenario Creator<br>Walkthrough', 'wiki/doku.php?id=manual:user:scenario:walkthrough', array('class' => 'linkButton width140')) ?></td>
 
22
      <td><?php echo link_to('Create<br>New Scenario', 'scenario/pre', array('class' => 'generalButton width140')) ?></td>
 
23
      <td><?php echo link_to('Manage<br>Existing Scenarios', 'scenario/index', array('class' => 'generalButton width140')) ?></td>
 
24
      <td><?php echo link_to('Deploy a<br>Scenario', 'event/index', array('class' => 'generalButton width140')) ?></td>
 
25
      <td><?php echo link_to('Scenario Creator<br>Walkthrough', public_path('wiki/doku.php?id=manual:user:scenario:walkthrough'), array('class' => 'generalButton width140', 'title' => 'Help', 'target' => '_blank')) ?></td>
26
26
      <td></td>
27
27
    </tr>
28
28
</table>