~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/search/templates/_result.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:
9
9
    // TODO fix the below to take in the module for show or edit action appendagism
10
10
    echo url_for($target_module . '/show?id=' . $data['id']); ?>"
11
11
       title="View Sc... <?php echo $data['id']; ?>"
12
 
       class="linkButton"></a>
 
12
       class="continueButton"></a>
13
13
  </td>
14
14
  <?php foreach ($data as $column => $value) {
15
15
 ?>