Changeset 1420
- Timestamp:
- 15 Feb 2007, 12:45:15 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/student_create.xml
r1418 r1420 69 69 </widget> 70 70 <widget name="matric_no" meta_type="String Widget"> 71 <property name="title">Matric No</property>71 <property name="title">Matriculation No</property> 72 72 <property name="fields"> 73 73 <element value="matric_no"/> 74 74 </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> 77 77 <property name="readonly_layout_modes"/> 78 78 <property name="hidden_layout_modes"/> … … 106 106 </widget> 107 107 <widget name="study_course" meta_type="StudyCourse Widget"> 108 <property name="title">Study Course </property>108 <property name="title">Study Course Code</property> 109 109 <property name="fields"> 110 110 <element value="study_course"/> 111 111 </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> 114 114 <property name="is_required">True</property> 115 115 <property name="readonly_layout_modes"/> -
WAeUP_SRP/trunk/skins/waeup_student/add_student.py
r1419 r1420 34 34 mode = mode, 35 35 formaction = "add_student", 36 button = " add",36 button = "Add", 37 37 ds = ds, 38 38 ) … … 42 42 mode = mode, 43 43 formaction = "add_student", 44 button = " add",44 button = "Add", 45 45 ds = ds, 46 46 ) … … 57 57 mode = mode, 58 58 formaction = "add_student", 59 button = " add",59 button = "Add", 60 60 ds = ds, 61 61 ) -
WAeUP_SRP/trunk/skins/waeup_student/add_student_form.pt
r1418 r1420 6 6 formaction options/formaction|nothing; 7 7 matric_no options/matric_no|nothing; 8 name options/name|nothing; 9 creation creation|nothing;" 8 name options/name|nothing;" 10 9 > 11 10 <metal:block define-macro="edit_form"> … … 14 13 </metal:block> 15 14 <metal:block fill-slot="main"> 15 <h3>Add Student Record!</h3> 16 <br /> 16 17 <span tal:condition="python: mode == 'view'" tal:omit-tag=""> 17 18 <table> … … 70 71 id="cpsdocument_edit_button" 71 72 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 /> 80 74 </form> 81 75 </span> -
WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt
r1325 r1420 23 23 24 24 <a href="list_students"><strong>Cleared Student Export</strong></a> 25 26 <a href="add_student"><strong>Add Student Record</strong></a> 25 27 26 28 <h3> Search Student Section</h3><br />
Note: See TracChangeset for help on using the changeset viewer.