~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/common/modules/Photo/Photo.xml

  • 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
<?xml version="1.0"?>
 
2
<!DOCTYPE I2CEConfiguration SYSTEM "I2CE_Configuration.dtd">
 
3
<I2CEConfiguration name='Photo'>     
 
4
  <metadata>
 
5
    <displayName>Photo</displayName>   
 
6
    <category>Application Component</category>
 
7
    <description>Makes Photo information available to the system</description>
 
8
    <creator>Intrahealth Informatics</creator>
 
9
    <email>hris@capacityproject.org</email>
 
10
    <link>https://launchpad.net/i2ce</link>
 
11
    <version>4.0.0</version>
 
12
    <requirement name='BinField'>
 
13
      <atLeast version='4.0'/>
 
14
      <lessThan version='4.1'/>
 
15
    </requirement>
 
16
    <path name='classes'>
 
17
      <value>./lib</value>
 
18
    </path>
 
19
    <priority>150</priority>
 
20
  </metadata>
 
21
  
 
22
  <configurationGroup name='Photo' path='/I2CE'>
 
23
    <displayName>Photo</displayName>
 
24
    
 
25
 
 
26
    <configurationGroup name='forms' path='/modules/forms'>
 
27
      
 
28
      
 
29
      <configurationGroup name="formClasses" >       
 
30
        <configurationGroup name="iHRIS_Photo">
 
31
          <displayName>Configuration for the class 'iHRIS_Photo'</displayName>
 
32
          <configuration name="extends">
 
33
            <displayName>The class this form extends</displayName>
 
34
            <value>I2CE_Form</value>
 
35
          </configuration>
 
36
          <configurationGroup name="fields">
 
37
            <displayName>The fields defined for this form</displayName>
 
38
            <configurationGroup name="image">
 
39
              <displayName>The field 'address'</displayName>
 
40
              <configuration name="formfield">
 
41
                <displayName>The form field type</displayName>
 
42
                <value>IMAGE</value>
 
43
              </configuration>
 
44
              <configuration name="headers" type="delimited">
 
45
                <displayName>The headers for this field.</displayName>
 
46
                <value>default:Image</value>
 
47
              </configuration>
 
48
            </configurationGroup>
 
49
            <configurationGroup name="date">
 
50
              <displayName>The field 'start_date'</displayName>
 
51
              <configuration name="formfield">
 
52
                <displayName>The form field type</displayName>
 
53
                <value>DATE_YMD</value>
 
54
              </configuration>
 
55
              <configuration name='default_eval'>
 
56
                <displayName>The default Value as an eval string</displayName>
 
57
                <value>I2CE_Date::now()</value>
 
58
              </configuration>
 
59
              <configuration name="headers" type="delimited">
 
60
                <displayName>The headers for this field.</displayName>
 
61
                <value>default:Date</value>
 
62
              </configuration>
 
63
              <configuration name="required" type="boolean">
 
64
                <displayName>This field is requried to be set</displayName>
 
65
                <value>true</value>
 
66
              </configuration>
 
67
            </configurationGroup>
 
68
            <configurationGroup name="description">
 
69
              <configuration name="formfield">
 
70
                <displayName>The form field type</displayName>
 
71
                <value>STRING_LINE</value>
 
72
              </configuration>
 
73
              <configuration name="headers" type="delimited" values="many">
 
74
                <displayName>The headers for this field.</displayName>
 
75
                <value>default:Description</value>
 
76
              </configuration>
 
77
            </configurationGroup>
 
78
          </configurationGroup>
 
79
        </configurationGroup> <!-- iHRIS_Photo -->
 
80
        
 
81
      </configurationGroup> <!-- End /modules/forms/formClasses -->
 
82
      
 
83
    </configurationGroup> <!-- End /modules/forms -->
 
84
    
 
85
    
 
86
    
 
87
    
 
88
  </configurationGroup> <!-- Photo -->
 
89
</I2CEConfiguration>