Ignore:
Timestamp:
5 Sep 2006, 20:49:31 (18 years ago)
Author:
Henrik Bettermann
Message:

stylistic modifications

Location:
WAeUP_SRP/trunk/profiles/default
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/actionicons.xml

    r466 r483  
    4747              title="Edit online" priority="100"
    4848              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"/>             
    4952 <action-icon category="folder" action_id="portlets"
    5053              title="Manage portlets" priority="270"
  • WAeUP_SRP/trunk/profiles/default/layouts/student_application.xml

    r482 r483  
    1414  <property name="label">Batch</property>
    1515  <property name="label_edit">Batch</property>
    16   <property name="readonly_layout_modes"/>
     16  <property name="readonly_layout_modes">
     17   <element value="edit"/>
     18  </property>
    1719  <property name="hidden_layout_modes"/>
    1820  <property name="hidden_readonly_layout_modes"/>
     
    256258  <property
    257259     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"/>
    261261  <property name="hidden_layout_modes"/>
    262262  <property name="hidden_readonly_layout_modes"/>
     
    321321  <row>
    322322   <cell name="app_ac_prefix"/>
     323  </row>
     324  <row>
    323325   <cell name="app_ac_batch_no"/>
     326  </row>
     327  <row>
    324328   <cell name="app_ac_pin"/>
    325329  </row>
  • WAeUP_SRP/trunk/profiles/default/layouts/student_application_fe.xml

    r482 r483  
    1414  <property name="label">Batch</property>
    1515  <property name="label_edit">Batch</property>
    16   <property name="readonly_layout_modes"/>
     16  <property name="readonly_layout_modes">
     17   <element value="edit"/>
     18  </property>
    1719  <property name="hidden_layout_modes"/>
    1820  <property name="hidden_readonly_layout_modes"/>
     
    192194     name="help">Upload passport photograph with red background</property>
    193195  <property name="readonly_layout_modes"/>
    194   <property name="hidden_layout_modes">
    195    <element value="create"/>
    196   </property>
     196  <property name="hidden_layout_modes"/>
    197197  <property name="hidden_readonly_layout_modes"/>
    198198  <property name="size_max">204800</property>
     
    208208  <row>
    209209   <cell name="app_ac_prefix"/>
     210  </row>
     211  <row>
    210212   <cell name="app_ac_batch_no"/>
     213  </row>
     214  <row>
    211215   <cell name="app_ac_pin"/>
    212216  </row>
  • WAeUP_SRP/trunk/profiles/default/types/Student.xml

    r446 r483  
    3434 <alias from="(Default)" to="academics_contents"/>
    3535 <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"
    3737    condition_expr=""
    3838    url_expr="string:${object_url}/academics_contents" visible="True">
  • WAeUP_SRP/trunk/profiles/default/types/StudentsFolder.xml

    r478 r483  
    3636  <permission value="View"/>
    3737 </action>
    38  <action title="Apply for PUME " action_id="apply_admission" category="object"
     38 <action title="Apply for PUME" action_id="apply_admission" category="object"
    3939    condition_expr="" url_expr="string:${object/absolute_url}/apply_admission"
    4040    visible="True">
Note: See TracChangeset for help on using the changeset viewer.