~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/organization/templates/showSuccess.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:
3
3
<br
4
4
  <table class="singleTable">
5
5
  <thead>
6
 
  <h3>Organization</h3>
 
6
  <h3>Organization <a href="<?php echo url_for('@wiki'); ?>/doku.php?id=tooltip:organization&do=export_xhtmlbody" class="tooltipTrigger" title="Organization">?</a></h3>
7
7
</thead>
8
8
<tbody>
9
9
  <tr>
25
25
 
26
26
<table class="singleTable">
27
27
  <thead>
28
 
  <h3>Staff Count</h3>
 
28
  <h3>Staff Count <a href="<?php echo url_for('@wiki'); ?>/doku.php?id=tooltip:organization_staff_count&do=export_xhtmlbody" class="tooltipTrigger" title="Staff Count">?</a></h3>
29
29
</thead>
30
30
<tbody>
31
31
  <?php foreach ($staffResourceTypes as $stfResTypeId => $stfResType): ?>
58
58
 
59
59
    <br>
60
60
 
61
 
  <a href="<?php echo url_for('organization/edit?id=' . $ag_organization->getId()) ?>" class="linkButton" >Edit</a>
 
61
  <a href="<?php echo url_for('organization/edit?id=' . $ag_organization->getId()) ?>" class="continueButton" >Edit</a>
62
62
  &nbsp;
63
 
  <a href="<?php echo url_for('organization/list') ?>" class="linkButton" >List</a>
 
63
  <a href="<?php echo url_for('organization/list') ?>" class="generalButton" >List</a>