~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_personal.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_personal'>
 
6
        <span   type="form" name="person_contact_personal:id" href="contact?contact_type=personal&amp;id=" parent="true">
 
7
          Update this Information
 
8
        </span>
 
9
      </li>
 
10
    </ul>
 
11
  </div> <!-- editRecord -->
 
12
  
 
13
  <div class="dataTable" >
 
14
    <table border="0" cellspacing="0" cellpadding="0">
 
15
      <tr>
 
16
        <th colspan="2">Personal Contact </th>
 
17
      </tr>
 
18
      <span type="form" name="person_contact_personal:address" showhead="default" mline="true"></span>
 
19
      <span type="form" name="person_contact_personal:telephone" showhead="default" class="even"></span>
 
20
      <span type="form" name="person_contact_personal:alt_telephone" showhead="default"></span>
 
21
      <span type="form" name="person_contact_personal:fax" showhead="default" class="even"></span>
 
22
      <span type="form" name="person_contact_personal:email" showhead="default"></span>
 
23
      <span type="form" name="person_contact_personal:notes" showhead="default" mline="true" class="even"></span>
 
24
    </table>
 
25
  </div> <!-- dataTable -->
 
26
</div>