~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/common/modules/Person/templates/en_US/form_person_base.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 id="siteContent">
 
2
    <h1><span name="person_header"/></h1>
 
3
    <p id="purpose"><span type="form" name="person:surname" noedit="display" />, <span type="form" name="person:firstname" noedit="display" /></p>
 
4
    <div id="error" />
 
5
    <form method="post" action="person" name="person_form">
 
6
        <span type="form" name="id"></span>
 
7
        <span type="form" name="parent"></span>
 
8
        <table class="multiFormTable" border="0" cellpadding="0" cellspacing="0">
 
9
                <tbody id="person_form">
 
10
                </tbody>
 
11
            <tr class="submitCell">
 
12
                <td colspan="2">
 
13
                    <div id="button" />
 
14
                </td>
 
15
            </tr>
 
16
        </table>
 
17
    </form>
 
18
</div>