Ignore:
Timestamp:
16 Dec 2006, 06:52:23 (18 years ago)
Author:
Henrik Bettermann
Message:

search_students_form.pt beautified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt

    r1065 r1068  
    1919      <span tal:condition="allowed" tal:omit-tag="">
    2020        <h3> Search Student Section</h3><br />
    21         <h4><span tal:replace="info/member|nothing" />
     21
     22          You are logged as member <span tal:replace="info/member|nothing" />
    2223          <span tal:condition="info/faculties|nothing" tal:omit-tag="">
    23             is ClearanceOfficer for Faculty
     24            who is ClearanceOfficer for Faculty
    2425            <span tal:repeat="faculty info/faculties" tal:content="faculty" />
    2526          </span>
    2627          <span tal:condition="info/departments|nothing" tal:omit-tag="">
    27             and <span tal:repeat="department info/departments|nothing" tal:content="department"/>
    28           </span>
     28            and <span tal:repeat="department info/departments|nothing" tal:content="department"/></span>.
     29          <br /><br />
     30
    2931        <span tal:replace="structure rendered" />
    30         </h4><br /><br />
    3132       
    3233      <span tal:condition="students"
     
    7475                          target="edit"
    7576                          onclick="javascript:window.open('','edit','width=600, height=700, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')"
    76                           >[change state]</a></td>
     77                          >[view and change state]</a></td>
    7778                <td tal:condition="options/co_view|nothing"><span tal:replace="student/review_state|nothing" /></td>   
    7879              </tr>
Note: See TracChangeset for help on using the changeset viewer.