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

beautifying

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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.