~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/lib/packages/agWebservicesPackage/modules/agWebservices/templates/_listOrgs.php

  • Committer: Chad Heuschober
  • Date: 2011-08-04 00:05:46 UTC
  • mto: (1.26.1 push-trunk)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110804000546-4dqh6a7xrkrwccdh
Moved around some data fixtures to put the regular fixtures into more of a production-ready state.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                        <tr>
7
7
                                <th>Id</th>
8
8
                                <th>Organization</th>
9
 
                                <th>Description</th>
10
9
                                <th>Entity Id</th>
11
10
                                <th>Branch</th>
12
11
                                <th>Email Contact</th>
22
21
                                        href="<?php echo url_for('organization/show?id='. $organization['id'])?>"><?php echo $organization['id'] ?>
23
22
                                </a></td>
24
23
                                <td><?php echo $organization['organization'] ?></td>
25
 
                                <td><?php echo $organization['description'] ?></td>
26
24
                                <td><?php echo $organization['entity_id'] ?></td>
27
25
                                <td><?php echo $organization['branch'] ?></td>
28
26
                                <td><?php echo $organization['email'] ?></td>
33
31
                        <?php endforeach; endif; ?>
34
32
                </tbody>
35
33
        </table>
36
 
</div>
 
 
b'\\ No newline at end of file'
 
34
</div>