~kibsden/ihris-uganda/baylor-train

« back to all changes in this revision

Viewing changes to modules/Trainer/modules/Contact/templates/en_US/form_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
<tbody id="person_form">
 
2
<tr>
 
3
    <th colspan="2">Other Contact Information</th>
 
4
</tr>
 
5
<tr>
 
6
        <td>
 
7
                <input type="hidden" name="contact_type" value='other'/>
 
8
                <span type="form" name="person_contact_other:address" showhead="default"></span>
 
9
                <span type="form" name="person_contact_other:telephone" showhead="default"></span>
 
10
                <span type="form" name="person_contact_other:alt_telephone" showhead="default"></span>
 
11
        </td><td>
 
12
                <span type="form" name="person_contact_other:fax" showhead="default"></span>
 
13
                <span type="form" name="person_contact_other:email" showhead="default"></span>
 
14
                <span type="form" name="person_contact_other:notes" showhead="default"></span>
 
15
    </td>
 
16
</tr>
 
17
</tbody>