source: WAeUP_SRP/trunk/profiles/default/layouts/admission_status.xml @ 404

Last change on this file since 404 was 199, checked in by joachim, 18 years ago

=profiles created upgrade to CPS3.4

File size: 1007 bytes
Line 
1<?xml version="1.0"?>
2<object name="admission_status" meta_type="CPS Layout">
3 <property name="layout_create_method"></property>
4 <property name="layout_edit_method"></property>
5 <property name="layout_view_method"></property>
6 <property name="style_prefix">layout_admission_status_</property>
7 <property name="flexible_widgets"/>
8 <property name="validate_values_expr"></property>
9 <widget name="quick_search" meta_type="String Widget">
10  <property name="title">A search string</property>
11  <property name="fields">
12   <element value="admission_sc_id"/>
13  </property>
14  <property name="label">Quick Search</property>
15  <property name="label_edit">Quick Search</property>
16  <property name="description">Search</property>
17  <property name="readonly_layout_modes"/>
18  <property name="hidden_layout_modes"/>
19  <property name="hidden_readonly_layout_modes"/>
20  <property name="hidden_if_expr">python:0</property>
21 </widget>
22 <table>
23  <row>
24   <cell name="quick_search" ncols="2"/>
25  </row>
26 </table>
27</object>
Note: See TracBrowser for help on using the repository browser.