- Timestamp:
- 23 Dec 2006, 21:44:51 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actionicons.xml
r1136 r1139 51 51 icon_expr="bed_list_refresh.gif"/> 52 52 <action-icon category="object" 53 action_id=" bed_list_refresh.gif"53 action_id="change_bed" 54 54 title="Change Bed" priority="90" 55 icon_expr="bed_list_refresh.gif"/> 55 icon_expr="bed_list_refresh.gif"/> 56 56 <action-icon category="folder" action_id="portlets" 57 57 title="Manage portlets" priority="270" -
WAeUP_SRP/trunk/profiles/default/layouts/student_accommodation.xml
r1137 r1139 126 126 <property name="hidden_readonly_layout_modes"/> 127 127 </widget> 128 <widget name="student_status" meta_type="S electWidget">129 <property name="title"> Status</property>128 <widget name="student_status" meta_type="String Widget"> 129 <property name="title">Bed Type</property> 130 130 <property name="fields"> 131 131 <element value="student_status"/> 132 132 </property> 133 <property name="label">Status</property> 134 <property name="label_edit">Status</property> 135 <property name="readonly_layout_modes"/> 133 <property name="label">Bed Type</property> 134 <property name="label_edit">Bed Type</property> 135 <property name="readonly_layout_modes"> 136 <element value="edit"/> 137 </property> 136 138 <property name="hidden_layout_modes"/> 137 139 <property name="hidden_readonly_layout_modes"/> 138 <property name="vocabulary">student_status_voc</property>139 140 </widget> 140 141 <table> -
WAeUP_SRP/trunk/profiles/default/layouts/student_accommodation_fe.xml
r1102 r1139 98 98 <property name="hidden_readonly_layout_modes"/> 99 99 </widget> 100 <widget name="student_status" meta_type="S electWidget">101 <property name="title"> Status</property>100 <widget name="student_status" meta_type="String Widget"> 101 <property name="title">Bed Type</property> 102 102 <property name="fields"> 103 103 <element value="student_status"/> 104 104 </property> 105 <property name="label"> Status</property>106 <property name="label_edit"> Status</property>105 <property name="label">Bed Type</property> 106 <property name="label_edit">Bed Type</property> 107 107 <property name="readonly_layout_modes"> 108 108 <element value="edit"/> … … 112 112 </property> 113 113 <property name="hidden_readonly_layout_modes"/> 114 <property name="vocabulary">student_status_voc</property>115 114 </widget> 116 115 <table> -
WAeUP_SRP/trunk/profiles/default/types/StudentAccommodation.xml
r1135 r1139 35 35 <action title="action_edit" action_id="edit" category="object" 36 36 condition_expr="" url_expr="string:${object_url}/waeup_edit_form" 37 visible=" True">37 visible="False"> 38 38 <permission value="Modify portal content"/> 39 39 </action> -
WAeUP_SRP/trunk/skins/waeup_student/student_view.pt
r1132 r1139 27 27 <strong tal:content="row/title" /></a> </td> 28 28 <td> 29 <a tal:condition="python: row['is_editable'] and row['type']!='StudentClearance'"29 <a tal:condition="python: row['is_editable'] and not row['type'] in ('StudentClearance','StudentAccommodation',)" 30 30 href="edit" tal:attributes="href string:${row/url}/external_edit_form" 31 31 target="edit"
Note: See TracChangeset for help on using the changeset viewer.