~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/common/modules/Person/modules/Contact/templates/en_US/view_person_contact_other.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

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>