Changeset 2841


Ignore:
Timestamp:
3 Dec 2007, 10:01:58 (17 years ago)
Author:
Henrik Bettermann
Message:

updated

Location:
WAeUP_SRP/uniben/profiles/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/profiles/default/layouts/acco_hall.xml

    r2820 r2841  
    99 <property name="validate_values_expr"></property>
    1010
     11 <widget name="sort_id" meta_type="Int Widget">
     12  <property name="fields">
     13   <element value="sort_id"/>
     14  </property>
     15  <property name="is_required">True</property>
     16  <property name="label">Sort Id</property>
     17  <property name="label_edit">Sort Id</property>
     18  <property name="is_limited">True</property>
     19  <property name="min_value">1</property>
     20  <property name="max_value">1000</property>
     21 </widget>
     22
    1123 <widget name="beds_for_pre" meta_type="MultiSelect Widget">
    1224  <property name="fields">
     
    203215  <row>
    204216   <cell name="blocks_for_male"/>
    205   </row> 
     217  </row>
    206218  <row>
    207219   <cell name="nr_of_blocks"/>
  • WAeUP_SRP/uniben/profiles/default/schemas/acco_hall.xml

    r2820 r2841  
    22<?xml-stylesheet type="text/xsl" href="schema.xsl"?>
    33<object name="acco_hall" meta_type="CPS Schema">
     4  <field name="sort_id" meta_type="CPS Int Field"/>
    45  <field name="beds_for_final" meta_type="CPS String List Field"/>
    56  <field name="beds_for_fresh" meta_type="CPS String List Field"/>
Note: See TracChangeset for help on using the changeset viewer.