~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/Forms/modules/FormRelationship/templates/en_US/formRelationship_join.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
  <h2 id='join_form_link' class='join_form_options_toggle'><a>Add a new child form</a></h2>
 
3
  <div id='join_form_options_menu' class='optionsMenu optionsMenuWide toggable windowDraggable=true windowFloats=true' >
 
4
    <div class='optionsMenuTitle window_drag'>Add A New Form </div>
 
5
    <table class='multiFormTable' cellpadding="0" cellspacing="0" border="0">
 
6
      <tr>
 
7
        <td>
 
8
          Select a child form to join to this form:
 
9
        </td>
 
10
        <td>
 
11
          <select name='form_which' id='join_forms_selector'>
 
12
          </select>
 
13
        </td>
 
14
      </tr>
 
15
      <tr>
 
16
        <td>
 
17
          <h3>Short Name:</h3>An internal key used to identify the form relationship.  It may not be the
 
18
          same as the key for any of the existing named forms in this relationship.
 
19
        </td>
 
20
        <td>
 
21
          <input id='form_name' name='form_name' type='text'   value='' class='validate=[nonempty,magicdatakey,notinlist]'/>
 
22
        </td>
 
23
      </tr>
 
24
      <tr>
 
25
        <td>
 
26
          <h3>Display Name:</h3>The name of the joined form that is displayed to the end user.
 
27
        </td>
 
28
        <td>
 
29
          <input name='display_name' type='text' value=''  class='validate=[nonempty]'/>
 
30
        </td>
 
31
      </tr>
 
32
      <tr>
 
33
        <td>
 
34
          <h3>Description:</h3>A description of the form and its role in the relationship that should be understandable to the end user.
 
35
        </td>
 
36
        <td>
 
37
          <textarea name='description'   rows='4' cols='53' value=''/>
 
38
        </td>
 
39
      </tr>
 
40
      <tr>
 
41
        <td colspan='2'>
 
42
          <div/>
 
43
          <span class='join_form_options_hide button optionsMenuButton window_hide'>Close</span>
 
44
          <input type='submit' class='button only_options_menu' value='Add' id='join_form' />
 
45
          <div/>
 
46
          <br/>
 
47
        </td>
 
48
      </tr>
 
49
    </table>    
 
50
  </div>
 
51
</div>
 
 
b'\\ No newline at end of file'