~katiekitty/+junk/solidstate

« back to all changes in this revision

Viewing changes to solidstate/branches/v0.5 Alpha/modules/enom/.svn/text-base/module.conf.svn-base

  • Committer: root
  • Date: 2010-01-13 07:44:31 UTC
  • Revision ID: root@ds3-vamp.cs-monitor.cz.cc-20100113074431-kt8ceoeznpjg22x7
Reviving the project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<module name="enom">
 
2
 
 
3
  <pages>
 
4
    <page name="em_config"
 
5
          title="[ENOM]"
 
6
          class="EMConfigPage"
 
7
          class_file="modules/enom/pages/EMConfigPage.class.php"
 
8
          parent="modules"
 
9
          url="manager_content.php?page=em_config">
 
10
      <templates>
 
11
        <template name="default" file="em_ConfigPage.tpl"/>
 
12
      </templates>
 
13
    </page>
 
14
  </pages>
 
15
 
 
16
  <forms>
 
17
    <form name="em_config" page="em_config" method="POST">
 
18
      <fields>
 
19
        <field name="username"
 
20
               description="[ENOM_USERNAME]"
 
21
               widget="text"
 
22
               validator="text"
 
23
               required="true"
 
24
               max_length="20"
 
25
               min_length="1"/>
 
26
        <field name="password"
 
27
               description="[ENOM_PASSWORD]"
 
28
               widget="text"
 
29
               validator="text"
 
30
               required="true"
 
31
               max_length="20"
 
32
               min_length="1"/>
 
33
        <field name="url"
 
34
               description="[ENOM_API_URL]"
 
35
               widget="radio"
 
36
               validator="choice"
 
37
               required="true">
 
38
          <enum>
 
39
            <option value="reseller.enom.com" description="[ENOM_LIVE_URL]" default="true"/>
 
40
            <option value="resellertest.enom.com" description="[ENOM_TEST_URL]"/>
 
41
          </enum>
 
42
        </field>
 
43
        <field name="save"
 
44
               description="[SAVE]"
 
45
               widget="submit"
 
46
               validator="submit"/>              
 
47
      </fields>
 
48
    </form>
 
49
  </forms>
 
50
 
 
51
</module>
 
 
b'\\ No newline at end of file'