~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/manage/modules/ManageApplication/templates/en_US/form_application.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
<tbody id="person_form">
 
2
<tr>
 
3
    <th>Position Information</th>
 
4
    <th>Applicant Questions</th>
 
5
</tr>
 
6
<tr>
 
7
        <td>
 
8
                <span type="form" name="application:position" showhead="default"></span>
 
9
                <span type="form" name="application:start_date" showhead="default"></span>
 
10
                <span type="form" name="application:desired_wage" showhead="default"></span>
 
11
                <span type="form" name="application:full_time" showhead="default"></span>
 
12
                <span type="form" name="application:hours" showhead="default"></span>
 
13
        </td><td>
 
14
                <span type="form" name="application:hear" showhead="default"></span>
 
15
                <span type="form" name="application:other_info" showhead="default"></span>
 
16
                <span type="form" name="application:felony" showhead="default"></span>
 
17
                <span type="form" name="application:felony_circumstance" showhead="default"></span>
 
18
    </td>
 
19
</tr>
 
20
</tbody>