~ihris+ghana/ihris-manage-ghana/4.1

« back to all changes in this revision

Viewing changes to templates/en_US/form_person_contact_work.html

  • Committer: Kayode Odusote
  • Date: 2013-10-14 21:31:42 UTC
  • Revision ID: odusote.kayode@gmail.com-20131014213142-emxlebh99131xvv1
modified templates to correspond better with the paper form for ease of data entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<tbody id="person_form">
 
2
<tr>
 
3
    <th colspan="2">Work Contact Information</th>
 
4
</tr>
 
5
<tr>
 
6
        <td>
 
7
                <input type="hidden" name="contact_type" value='work'/>
 
8
                <span type="form" name="person_contact_work:address" showhead="default"></span>
 
9
                <span type="form" name="person_contact_work:telephone" showhead="default"></span>
 
10
<!--            <span type="form" name="person_contact_work:alt_telephone" showhead="default"></span> -->
 
11
        </td><td>
 
12
                <span type="form" name="person_contact_work:mobile_phone" showhead="default"></span>
 
13
<!--            <span type="form" name="person_contact_work:fax" showhead="default"></span> -->
 
14
                <span type="form" name="person_contact_work:email" showhead="default"></span>
 
15
<!--            <span type="form" name="person_contact_work:notes" showhead="default"></span>  -->
 
16
    </td>
 
17
</tr>
 
18
</tbody>