~kibsden/ihris-uganda/baylor-train

« back to all changes in this revision

Viewing changes to modules/Mentor/modules/Contact/templates/en_US/view_person_contact_other.html

  • Committer: Dennis Kibiye
  • Date: 2012-08-15 12:39:06 UTC
  • Revision ID: kibsden@gmail.com-20120815123906-ckmfgnpgi8xqiz9o
First Initialisation of In Service Baylor Training System Based on iHRIS Manage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div>
 
2
  <div class="editRecord">
 
3
    <p>Edit This Information</p>
 
4
    <ul>
 
5
      <li task='person_can_edit_child_form_person_contact_other'><span type="form" name="person_contact_other:id" href="contact?contact_type=other&amp;id="  parent="true">Update this Information</span></li>
 
6
    </ul>
 
7
  </div> <!-- editRecord -->
 
8
  
 
9
  <div class="dataTable" >
 
10
    <table border="0" cellspacing="0" cellpadding="0">
 
11
      <tr>
 
12
        <th colspan="2">Other Contact </th>
 
13
      </tr>
 
14
      <span type="form" name="person_contact_other:address" showhead="default" mline="true"></span>
 
15
      <span type="form" name="person_contact_other:telephone" showhead="default" class="even"></span>
 
16
      <span type="form" name="person_contact_other:alt_telephone" showhead="default"></span>
 
17
      <span type="form" name="person_contact_other:fax" showhead="default" class="even"></span>
 
18
      <span type="form" name="person_contact_other:email" showhead="default"></span>
 
19
      <span type="form" name="person_contact_other:notes" showhead="default" mline="true" class="even"></span>
 
20
    </table>
 
21
  </div> <!-- dataTable -->
 
22
</div>