~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/swiss_sqlfunction_edit.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='sql_function'>
 
2
  <h2>Edit the SQL function <span name='name'/></h2>
 
3
  <table class='multiFormTable' cellpadding="0" cellspacing="0" border="0" id='reporting_function'>
 
4
    <tr>
 
5
      <td>
 
6
        <h3>Sql Query:</h3> The defining SQL for this function.  You refer to reported fields as `reportform+field`
 
7
      </td>
 
8
      <td>
 
9
        <textarea cols='53' rows='4'  name='qry' class='validate=[nonempty]'></textarea>
 
10
      </td>
 
11
    </tr>
 
12
    <tr>
 
13
      <td>
 
14
        <h3>Description:</h3> A description of this function to be displayed to the end user
 
15
      </td>
 
16
      <td>
 
17
        <textarea type='text' name='description' rows='4' cols='53'></textarea>
 
18
      </td>
 
19
    </tr>
 
20
    <tr>
 
21
      <td colspan='2'> 
 
22
        <h3>Form Field:</h3> Select the form field that this function takes values in
 
23
        <select name='formfield'  >
 
24
        </select>
 
25
      </td>
 
26
    </tr>
 
27
    <tr>
 
28
      <td>
 
29
        <h3>Selectable Forms</h3>The forms which are selectable for this field.  Only applies if
 
30
        the form field is a subclass of I2CE_FormField_MAPPED.  In which case it should be
 
31
        a comma seperated list of forms.  If not set, it defaults to the name of this function.
 
32
      </td>
 
33
      <td>
 
34
        <input name='select_forms'/>
 
35
      </td>
 
36
    </tr>
 
37
    <tr>
 
38
      <td>
 
39
        <h3>Linked Fields</h3>The fields that are linked when listing options.
 
40
        Only applies if the form field is a subclass of I2CE_FormField_MAPPED.  
 
41
        It should be  a colon separated list of 'forms' or 'form+linkfield's.   
 
42
        Example: "county:district+region:[region]:country".
 
43
        If not set, it defaults to the name of this function.
 
44
      </td>
 
45
      <td>
 
46
        <input name='link_fields'/>
 
47
      </td>
 
48
    </tr>
 
49
  </table>
 
50
 
 
51
</div>
 
 
b'\\ No newline at end of file'