Changeset 483 for WAeUP_SRP/trunk/profiles/default
- Timestamp:
- 5 Sep 2006, 20:49:31 (19 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actionicons.xml
r466 r483 47 47 title="Edit online" priority="100" 48 48 icon_expr="actionicon_edit_online.png"/> 49 <action-icon category="object" action_id="apply_admission" 50 title="Apply for PUME" priority="100" 51 icon_expr="bell.png"/> 49 52 <action-icon category="folder" action_id="portlets" 50 53 title="Manage portlets" priority="270" -
WAeUP_SRP/trunk/profiles/default/layouts/student_application.xml
r482 r483 14 14 <property name="label">Batch</property> 15 15 <property name="label_edit">Batch</property> 16 <property name="readonly_layout_modes"/> 16 <property name="readonly_layout_modes"> 17 <element value="edit"/> 18 </property> 17 19 <property name="hidden_layout_modes"/> 18 20 <property name="hidden_readonly_layout_modes"/> … … 256 258 <property 257 259 name="help">Upload passport photograph with red background</property> 258 <property name="readonly_layout_modes"> 259 <element value="edit"/> 260 </property> 260 <property name="readonly_layout_modes"/> 261 261 <property name="hidden_layout_modes"/> 262 262 <property name="hidden_readonly_layout_modes"/> … … 321 321 <row> 322 322 <cell name="app_ac_prefix"/> 323 </row> 324 <row> 323 325 <cell name="app_ac_batch_no"/> 326 </row> 327 <row> 324 328 <cell name="app_ac_pin"/> 325 329 </row> -
WAeUP_SRP/trunk/profiles/default/layouts/student_application_fe.xml
r482 r483 14 14 <property name="label">Batch</property> 15 15 <property name="label_edit">Batch</property> 16 <property name="readonly_layout_modes"/> 16 <property name="readonly_layout_modes"> 17 <element value="edit"/> 18 </property> 17 19 <property name="hidden_layout_modes"/> 18 20 <property name="hidden_readonly_layout_modes"/> … … 192 194 name="help">Upload passport photograph with red background</property> 193 195 <property name="readonly_layout_modes"/> 194 <property name="hidden_layout_modes"> 195 <element value="create"/> 196 </property> 196 <property name="hidden_layout_modes"/> 197 197 <property name="hidden_readonly_layout_modes"/> 198 198 <property name="size_max">204800</property> … … 208 208 <row> 209 209 <cell name="app_ac_prefix"/> 210 </row> 211 <row> 210 212 <cell name="app_ac_batch_no"/> 213 </row> 214 <row> 211 215 <cell name="app_ac_pin"/> 212 216 </row> -
WAeUP_SRP/trunk/profiles/default/types/Student.xml
r446 r483 34 34 <alias from="(Default)" to="academics_contents"/> 35 35 <alias from="view" to="academics_contents"/> 36 <action title=" View" action_id="view" category="object"36 <action title="Standard View" action_id="view" category="object" 37 37 condition_expr="" 38 38 url_expr="string:${object_url}/academics_contents" visible="True"> -
WAeUP_SRP/trunk/profiles/default/types/StudentsFolder.xml
r478 r483 36 36 <permission value="View"/> 37 37 </action> 38 <action title="Apply for PUME 38 <action title="Apply for PUME" action_id="apply_admission" category="object" 39 39 condition_expr="" url_expr="string:${object/absolute_url}/apply_admission" 40 40 visible="True">
Note: See TracChangeset for help on using the changeset viewer.