Changeset 1420 for WAeUP_SRP


Ignore:
Timestamp:
15 Feb 2007, 12:45:15 (18 years ago)
Author:
Henrik Bettermann
Message:

beautifying

Location:
WAeUP_SRP/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts/student_create.xml

    r1418 r1420  
    6969 </widget>
    7070 <widget name="matric_no" meta_type="String Widget">
    71   <property name="title">Matric No</property>
     71  <property name="title">Matriculation No</property>
    7272  <property name="fields">
    7373   <element value="matric_no"/>
    7474  </property>
    75   <property name="label">Matric No</property>
    76   <property name="label_edit">Matric No</property>
     75  <property name="label">Matriculation No</property>
     76  <property name="label_edit">Matriculation No</property>
    7777  <property name="readonly_layout_modes"/>
    7878  <property name="hidden_layout_modes"/>
     
    106106 </widget>
    107107 <widget name="study_course" meta_type="StudyCourse Widget">
    108   <property name="title">Study Course</property>
     108  <property name="title">Study Course Code</property>
    109109  <property name="fields">
    110110   <element value="study_course"/>
    111111  </property>
    112   <property name="label">Study Course</property>
    113   <property name="label_edit">Study Course</property>
     112  <property name="label">Study Course Code</property>
     113  <property name="label_edit">Study Course Code</property>
    114114  <property name="is_required">True</property>
    115115  <property name="readonly_layout_modes"/>
  • WAeUP_SRP/trunk/skins/waeup_student/add_student.py

    r1419 r1420  
    3434                                 mode = mode,
    3535                                 formaction = "add_student",
    36                                  button = "add",
     36                                 button = "Add",
    3737                                 ds = ds,
    3838                                 )
     
    4242                                 mode = mode,
    4343                                 formaction = "add_student",
    44                                  button = "add",
     44                                 button = "Add",
    4545                                 ds = ds,
    4646                                 )
     
    5757                                 mode = mode,
    5858                                 formaction = "add_student",
    59                                  button = "add",
     59                                 button = "Add",
    6060                                 ds = ds,
    6161                                 )
  • WAeUP_SRP/trunk/skins/waeup_student/add_student_form.pt

    r1418 r1420  
    66           formaction options/formaction|nothing;
    77           matric_no options/matric_no|nothing;
    8            name options/name|nothing;
    9            creation creation|nothing;"
     8           name options/name|nothing;"
    109           >
    1110  <metal:block define-macro="edit_form">
     
    1413      </metal:block>
    1514      <metal:block fill-slot="main">
     15      <h3>Add Student Record!</h3>
     16      <br />
    1617        <span tal:condition="python: mode == 'view'" tal:omit-tag="">
    1718          <table>
     
    7071                 id="cpsdocument_edit_button"
    7172                 tal:attributes="value options/button"
    72                  tal:condition="not:creation" />
    73           <input type="submit"
    74                  class="standalone"
    75                  name="cpsdocument_create_button"
    76                  value="apply"
    77                  tal:attributes="value options/button"
    78                  tal:condition="creation" />
    79          
     73                 />
    8074        </form>
    8175        </span>
  • WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt

    r1325 r1420  
    2323        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    2424        <a href="list_students"><strong>Cleared Student Export</strong></a>
     25        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     26        <a href="add_student"><strong>Add Student Record</strong></a>       
    2527     
    2628        <h3> Search Student Section</h3><br />
Note: See TracChangeset for help on using the changeset viewer.